Skip to content

⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.1 #874

⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.1

⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.1 #874

Triggered via push December 12, 2024 20:03
Status Failure
Total duration 1m 14s
Artifacts 3

ci.yaml

on: push
workflows  /  Gather add-on information
2s
workflows / Gather add-on information
workflows  /  JSON Lint
2s
workflows / JSON Lint
workflows  /  Shellcheck
4s
workflows / Shellcheck
workflows  /  YAMLLint
12s
workflows / YAMLLint
workflows  /  Prettier
6s
workflows / Prettier
workflows  /  Lint Add-on
8s
workflows / Lint Add-on
workflows  /  Hadolint
6s
workflows / Hadolint
Matrix: workflows / build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 9 warnings
workflows / Build armv7
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apk add --no-cache nginx=1.26.2-r3 php83-curl=8.3.14-r0 php83-dom=8.3.14-r0 php83-fpm=8.3.14-r0 php83-iconv=8.3.14-r0 php83-mbstring=8.3.14-r0 php83-opcache=8.3.14-r0 php83-session=8.3.14-r0 php83-zip=8.3.14-r0 php83=8.3.14-r0 && apk add --no-cache --virtual .build-dependencies composer=2.8.3-r1 && curl -J -L -o /tmp/tasmoadmin.tar.gz \"https://github.com/TasmoAdmin/TasmoAdmin/releases/download/${TASMOADMIN_VERSION}/tasmoadmin_${TASMOADMIN_VERSION}.tar.gz\" && mkdir -p /var/www/tasmoadmin && tar zxf /tmp/tasmoadmin.tar.gz -C /var/www/tasmoadmin --strip-components=1 && cd /var/www/tasmoadmin && rm -r vendor && composer install --no-dev --optimize-autoloader && apk del --no-cache --purge .build-dependencies && rm -f -r /root/.composer /var/www/tasmoadmin/tests && find /var/www/tasmoadmin -type f -name \".htaccess\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \"*.md\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \".gitignore\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \".empty\" -depth -exec rm -f {} \\;" did not complete successfully: exit code: 2
workflows / Build amd64
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apk add --no-cache nginx=1.26.2-r3 php83-curl=8.3.14-r0 php83-dom=8.3.14-r0 php83-fpm=8.3.14-r0 php83-iconv=8.3.14-r0 php83-mbstring=8.3.14-r0 php83-opcache=8.3.14-r0 php83-session=8.3.14-r0 php83-zip=8.3.14-r0 php83=8.3.14-r0 && apk add --no-cache --virtual .build-dependencies composer=2.8.3-r1 && curl -J -L -o /tmp/tasmoadmin.tar.gz \"https://github.com/TasmoAdmin/TasmoAdmin/releases/download/${TASMOADMIN_VERSION}/tasmoadmin_${TASMOADMIN_VERSION}.tar.gz\" && mkdir -p /var/www/tasmoadmin && tar zxf /tmp/tasmoadmin.tar.gz -C /var/www/tasmoadmin --strip-components=1 && cd /var/www/tasmoadmin && rm -r vendor && composer install --no-dev --optimize-autoloader && apk del --no-cache --purge .build-dependencies && rm -f -r /root/.composer /var/www/tasmoadmin/tests && find /var/www/tasmoadmin -type f -name \".htaccess\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \"*.md\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \".gitignore\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \".empty\" -depth -exec rm -f {} \\;" did not complete successfully: exit code: 2
workflows / Build aarch64
The job was canceled because "amd64" failed.
workflows / Build aarch64
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apk add --no-cache nginx=1.26.2-r3 php83-curl=8.3.14-r0 php83-dom=8.3.14-r0 php83-fpm=8.3.14-r0 php83-iconv=8.3.14-r0 php83-mbstring=8.3.14-r0 php83-opcache=8.3.14-r0 php83-session=8.3.14-r0 php83-zip=8.3.14-r0 php83=8.3.14-r0 && apk add --no-cache --virtual .build-dependencies composer=2.8.3-r1 && curl -J -L -o /tmp/tasmoadmin.tar.gz \"https://github.com/TasmoAdmin/TasmoAdmin/releases/download/${TASMOADMIN_VERSION}/tasmoadmin_${TASMOADMIN_VERSION}.tar.gz\" && mkdir -p /var/www/tasmoadmin && tar zxf /tmp/tasmoadmin.tar.gz -C /var/www/tasmoadmin --strip-components=1 && cd /var/www/tasmoadmin && rm -r vendor && composer install --no-dev --optimize-autoloader && apk del --no-cache --purge .build-dependencies && rm -f -r /root/.composer /var/www/tasmoadmin/tests && find /var/www/tasmoadmin -type f -name \".htaccess\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \"*.md\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \".gitignore\" -depth -exec rm -f {} \\; && find /var/www/tasmoadmin -type f -name \".empty\" -depth -exec rm -f {} \\;" did not complete successfully: exit code: 2
workflows / JSON Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / Gather add-on information
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / Shellcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / YAMLLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / Hadolint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / Lint Add-on
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / Build armv7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
workflows / Build amd64
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
hassio-addons~addon-tasmoadmin~G05RZX.dockerbuild
20.1 KB
hassio-addons~addon-tasmoadmin~JNSV4N.dockerbuild
20.3 KB
hassio-addons~addon-tasmoadmin~MCKL7F.dockerbuild
20.6 KB