Skip to content

Update BreadCrumbs2 extension for security fixes #889

Update BreadCrumbs2 extension for security fixes

Update BreadCrumbs2 extension for security fixes #889

Re-run triggered February 10, 2025 08:22
Status Failure
Total duration 8m 9s
Artifacts

docker-image.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: Dockerfile#L18
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
test: Dockerfile#L18
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
test: Dockerfile#L18
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`.Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
test: Dockerfile#L94
DL4001 warning: Either use Wget or Curl but not both
test: Dockerfile#L98
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
test: Dockerfile#L98
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
test: Dockerfile#L98
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
test: Dockerfile#L98
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
test: Dockerfile#L98
DL3009 info: Delete the apt-get lists after installing something
push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set x; \tapt-get clean \t&& apt-get update \t&& apt-get install -y aptitude \t&& aptitude -y upgrade \t&& aptitude install -y \tgit \tinotify-tools \tapache2 \tsoftware-properties-common \tgpg \tapt-transport-https \tca-certificates \twget \tlsb-release \timagemagick \tlibrsvg2-bin \tpython3-pygments \tmsmtp \tmsmtp-mta \tpatch \tvim \tmc \tffmpeg \tcurl \tiputils-ping \tunzip \tgnupg \tdefault-mysql-client \trsync \tlynx \tpoppler-utils \t&& wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg \t&& echo \"deb https://packages.sury.org/php/ $(lsb_release -sc) main\" | tee /etc/apt/sources.list.d/php.list \t&& aptitude update \t&& aptitude install -y \tphp8.1 \tphp8.1-mysql \tphp8.1-cli \tphp8.1-gd \tphp8.1-mbstring \tphp8.1-xml \tphp8.1-mysql \tphp8.1-intl \tphp8.1-opcache \tphp8.1-apcu \tphp8.1-redis \tphp8.1-curl \tphp8.1-zip \tphp8.1-fpm \tphp8.1-yaml \tphp8.1-ldap \tlibapache2-mod-fcgid \t&& aptitude clean \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 255
push
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/