2022-09-09 16:59:10 UTC
238 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
S6_CMD_WAIT_FOR_SERVICES1
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
[#000] sha256:a6b45ace95f42a930d15c33679ab9c85d46019b7e73954cadc73bb9ba176509b - 0.97% (2.3 MB)
[#001] sha256:bb83acdd6fb1f71bb4ec7974e61f36f3b1a2b72c8f5f68b971205ab9e8798276 - 0.0% (109 Bytes)
[#002] sha256:e97d134507c2f2e727ede7abda7b5ae70f7af4d940b0966bc5bb0f101a8e57de - 11.79% (28 MB)
[#003] sha256:f1f42a58d075c28a3618f4913a63ec6b0dc1f27b68cb5f4237a5f6555cedeaf4 - 54.85% (130 MB)
[#004] sha256:d0c765bafd8fed0e6e1063ac30d6ca7cd872e580a23fde5b580e76c044d85cd6 - 26.88% (63.9 MB)
[#005] sha256:a88ed8481ce6a246b4bfeccfaeee5455b0b5e2e68184db9242b7a7b32f32b85f - 5.51% (13.1 MB)
[#006] sha256:c232dcf025a5ece56104296f2571d2c82c04fd0151ddfd4ad0e5fb633119da57 - 0.0% (89 Bytes)
[#007] sha256:339635972f510a552f25a3207526192800a78f30726134883c0b9b3b82059e5b - 0.0% (465 Bytes)
[#008] sha256:df6c0c0f838f4f4a836bac7bd9152e3d509978cfeee30c8a5dbb5c98fce6db4c - 0.0% (465 Bytes)
/bin/sh -c #(nop) ADD file:68590e866bc6db27ad54d23de7dd275d0389cb86e4e6291a1243fcc234f2f7a1 in /
2022-07-18 21:24:47 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-02 13:44:42 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_CMD_WAIT_FOR_SERVICES=1
2022-08-02 13:44:42 UTC (buildkit.dockerfile.v0)SHELL [/bin/ash -o pipefail -c]
2022-08-02 13:44:42 UTC (buildkit.dockerfile.v0)ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU
2022-08-02 13:44:42 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src
2022-08-02 13:44:42 UTC (buildkit.dockerfile.v0)ARG BUILD_ARCH
2022-08-02 14:01:41 UTC (buildkit.dockerfile.v0)RUN |6 BASHIO_VERSION=0.14.3 TEMPIO_VERSION=2021.09.0 S6_OVERLAY_VERSION=3.1.0.1 JEMALLOC_VERSION=5.3.0 QEMU_CPU= BUILD_ARCH=armv7 /bin/ash -o pipefail -c set -x && apk add --no-cache bash bind-tools ca-certificates curl jq tzdata xz && apk add --no-cache --virtual .build-deps build-base autoconf git && if [ "${BUILD_ARCH}" = "armv7" ]; then export S6_ARCH="arm"; elif [ "${BUILD_ARCH}" = "i386" ]; then export S6_ARCH="i686"; elif [ "${BUILD_ARCH}" = "amd64" ]; then export S6_ARCH="x86_64"; else export S6_ARCH="${BUILD_ARCH}"; fi && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz" | tar Jxvf - -C / && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz" | tar Jxvf - -C / && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz" | tar Jxvf - -C / && curl -L -f -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz" | tar Jxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && git clone "https://github.com/jemalloc/jemalloc" /usr/src/jemalloc && cd /usr/src/jemalloc && git checkout ${JEMALLOC_VERSION} && ./autogen.sh && make -j "$(nproc)" && make install && mkdir -p /usr/src/bashio && curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar -xzf - --strip 1 -C /usr/src/bashio && mv /usr/src/bashio/lib /usr/lib/bashio && ln -s /usr/lib/bashio/bashio /usr/bin/bashio && curl -L -f -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 .build-deps && rm -rf /usr/src/* # buildkit
2022-08-02 14:01:41 UTC (buildkit.dockerfile.v0)WORKDIR /
2022-08-02 14:01:41 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-09-09 16:52:09 UTC (buildkit.dockerfile.v0)RUN /bin/ash -o pipefail -c apk add --no-cache git go ffmpeg # buildkit
2022-09-09 16:59:01 UTC (buildkit.dockerfile.v0)ARG BUILD_ARCH
2022-09-09 16:59:01 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c git clone https://github.com/AlexxIT/go2rtc && cd go2rtc && CGO_ENABLED=0 go build -ldflags "-s -w" -trimpath -o /usr/local/bin # buildkit
2022-09-09 16:59:09 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c if [ "${BUILD_ARCH}" = "aarch64" ]; then BUILD_ARCH="arm64"; elif [ "${BUILD_ARCH}" = "armv7" ]; then BUILD_ARCH="arm"; fi && cd go2rtc && curl $(curl -s "https://raw.githubusercontent.com/ngrok/docker-ngrok/main/releases.json" | jq -r ".${BUILD_ARCH}.url") -o ngrok.zip && unzip ngrok -d /usr/local/bin # buildkit
2022-09-09 16:59:09 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c rm -r /go2rtc # buildkit
2022-09-09 16:59:09 UTC (buildkit.dockerfile.v0)COPY run.sh / # buildkit
2022-09-09 16:59:10 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c chmod a+x /run.sh # buildkit
2022-09-09 16:59:10 UTC (buildkit.dockerfile.v0)CMD ["/run.sh"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.