Namespace
alexxit
Image / Tag
go2rtc:0.1-alpha.10-armv7
Content Digest
sha256:3e4fb60fd61acb40668e65d5661ec879102cd6d1420cfad9d7ed6e53907f31c4
Details
Created

2022-08-26 08:00:21 UTC

Size

213 MB

Content Digest
Labels
  • io.hass.arch
    armv7
  • io.hass.base.arch
    armv7
  • io.hass.base.image
    arm32v7/alpine:3.16
  • io.hass.base.name
    alpine
  • io.hass.base.version
    2022.08.0
  • io.hass.description
    Ultimate camera streaming application
  • io.hass.name
    go2rtc
  • io.hass.type
    addon
  • io.hass.url
    https://github.com/AlexxIT/go2rtc
  • io.hass.version
    0.1-alpha.10-armv7
  • org.opencontainers.image.created
    2022-08-26 07:54:54+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.1-alpha.10-armv7

Environment
LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

S6_CMD_WAIT_FOR_SERVICES

1

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0


Layers

[#000] sha256:a6b45ace95f42a930d15c33679ab9c85d46019b7e73954cadc73bb9ba176509b - 1.08% (2.3 MB)

[#001] sha256:bb83acdd6fb1f71bb4ec7974e61f36f3b1a2b72c8f5f68b971205ab9e8798276 - 0.0% (109 Bytes)

[#002] sha256:e97d134507c2f2e727ede7abda7b5ae70f7af4d940b0966bc5bb0f101a8e57de - 13.16% (28 MB)

[#003] sha256:590b7c710701699156740ef540b5168a4629c554314da127f430db8111cbc8a0 - 61.21% (130 MB)

[#004] sha256:0c28cfa350e07a9e7166d7afb0a5d34af947c6f471d76c0f8deb192425604244 - 18.39% (39.2 MB)

[#005] sha256:977cf50939fa973c86684123e85641a742ca14f5eb6e1cb0e5733aae092e8abf - 6.15% (13.1 MB)

[#006] sha256:270ef4134deca7ec6e1ff8c484594baa68519b24be26a60e9c984e5c403e2eb7 - 0.0% (89 Bytes)

[#007] sha256:3a125f2e8644447959b229693fb6ec7399c9f634c2afb46c90f5708471af2197 - 0.0% (272 Bytes)

[#008] sha256:db5ef2eef9e9d8525ed3a9975b976782d2f8bdb3f9cf59374f7fc71009676b41 - 0.0% (272 Bytes)


History
2022-07-18 21:24:47 UTC

/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-08-26 07:55:20 UTC (buildkit.dockerfile.v0)

RUN /bin/ash -o pipefail -c apk add --no-cache git go ffmpeg # buildkit

2022-08-26 08:00:17 UTC (buildkit.dockerfile.v0)

ARG BUILD_ARCH

2022-08-26 08:00:17 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-08-26 08:00:20 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-08-26 08:00:21 UTC (buildkit.dockerfile.v0)

RUN |1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c rm -r /go2rtc # buildkit

2022-08-26 08:00:21 UTC (buildkit.dockerfile.v0)

COPY run.sh / # buildkit

2022-08-26 08:00:21 UTC (buildkit.dockerfile.v0)

RUN |1 BUILD_ARCH=armv7 /bin/ash -o pipefail -c chmod a+x /run.sh # buildkit

2022-08-26 08:00:21 UTC (buildkit.dockerfile.v0)

CMD ["/run.sh"]

Danger Zone
Delete Tag

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.

Delete