2022-09-05 20:04:34 UTC
291 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:5d7f927419794ebb7496ac38b0659686317b2d2fac7252a4a0d40d43d5fdd662 - 0.92% (2.67 MB)
[#001] sha256:e512c948aa40288cb3a1cbf7b61de3e0996fbb99542389730f9b47ca7358ae38 - 0.0% (109 Bytes)
[#002] sha256:d51e15974e6d2d0e7c266855316f6fb1c35fef30471555548e590b0acb2473b5 - 10.05% (29.2 MB)
[#003] sha256:011d2de2992673c4d27e1965e94b2b3785ea07828cd70b50d81421384dec88d4 - 62.13% (181 MB)
[#004] sha256:89f8d87d3baa08942f7c2dcbe4e77a2e340b51e28d6c263f1f40ea8597c6568e - 22.35% (65 MB)
[#005] sha256:b62f80f7ee9e4479f7cd133b3ead1c710482820c40aa193ca52e634e85914da4 - 4.54% (13.2 MB)
[#006] sha256:3cb8014351cabf93e712974400f4b9193076019b6ef35368ef20a461cb4ca994 - 0.0% (89 Bytes)
[#007] sha256:37ab55a85f8715453b72219010bf61f18393d306a5162606d23d92b8adb513d4 - 0.0% (273 Bytes)
[#008] sha256:8a941e34207e07bd38023bb9f2f60aa0806b1d14d63a8dade5e064099851c172 - 0.0% (272 Bytes)
/bin/sh -c #(nop) ADD file:be69b7550bf861d8fb12bdbe1edf3a0d2519a6a4da61bd04858b6258ffbf48a7 in /
2022-07-18 20:38:19 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-02 13:46:16 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:46:16 UTC (buildkit.dockerfile.v0)SHELL [/bin/ash -o pipefail -c]
2022-08-02 13:46:16 UTC (buildkit.dockerfile.v0)ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU
2022-08-02 13:46:16 UTC (buildkit.dockerfile.v0)WORKDIR /usr/src
2022-08-02 13:46:16 UTC (buildkit.dockerfile.v0)ARG BUILD_ARCH
2022-08-02 13:48:43 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=i386 /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 13:48:43 UTC (buildkit.dockerfile.v0)WORKDIR /
2022-08-02 13:48:43 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-09-05 20:03:55 UTC (buildkit.dockerfile.v0)RUN /bin/ash -o pipefail -c apk add --no-cache git go ffmpeg # buildkit
2022-09-05 20:04:33 UTC (buildkit.dockerfile.v0)ARG BUILD_ARCH
2022-09-05 20:04:33 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=i386 /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-05 20:04:34 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=i386 /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-05 20:04:34 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=i386 /bin/ash -o pipefail -c rm -r /go2rtc # buildkit
2022-09-05 20:04:34 UTC (buildkit.dockerfile.v0)COPY run.sh / # buildkit
2022-09-05 20:04:34 UTC (buildkit.dockerfile.v0)RUN |1 BUILD_ARCH=i386 /bin/ash -o pipefail -c chmod a+x /run.sh # buildkit
2022-09-05 20:04:34 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.