⬆️ Update Alpine base image to v3.20.3 #873
Annotations
1 error
🚀 Build
buildx failed with: ERROR: failed to solve: process "/bin/ash -o pipefail -c set -o pipefail && apk add --no-cache --virtual .build-dependencies tar=1.35-r2 xz=5.6.2-r0 && apk add --no-cache libcrypto3=3.3.1-r3 libssl3=3.3.1-r3 musl-utils=1.2.5-r0 musl=1.2.5-r0 && apk add --no-cache bash=5.2.26-r0 curl=8.9.1-r1 jq=1.7.1-r0 tzdata=2024b-r0 && S6_ARCH=\"${BUILD_ARCH}\" && if [ \"${BUILD_ARCH}\" = \"i386\" ]; then S6_ARCH=\"i686\"; elif [ \"${BUILD_ARCH}\" = \"amd64\" ]; then S6_ARCH=\"x86_64\"; elif [ \"${BUILD_ARCH}\" = \"armv7\" ]; then S6_ARCH=\"arm\"; fi && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz\" | tar -C / -Jxpf - && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz\" | tar -C / -Jxpf - && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz\" | tar -C / -Jxpf - && curl -L -s \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz\" | tar -C / -Jxpf - && curl -J -L -o /tmp/bashio.tar.gz \"https://github.com/hassio-addons/bashio/archive/${BASHIO_VERSION}.tar.gz\" && mkdir /tmp/bashio && tar zxvf /tmp/bashio.tar.gz --strip 1 -C /tmp/bashio && mv /tmp/bashio/lib /usr/lib/bashio && ln -s /usr/lib/bashio/bashio /usr/bin/bashio && curl -L -s -o /usr/bin/tempio \"https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}\" && chmod a+x /usr/bin/tempio && apk del --no-cache --purge .build-dependencies && rm -f -r /tmp/*" did not complete successfully: exit code: 3
|
Loading