Namespace
alexxit
Image / Tag
go2rtc:0.1-beta.9-aarch64
Content Digest
sha256:531719c03b535c53694298a06972f3b55ba5cd4afe1913cc59f4b23a70de5cc8
Details
Created

2022-10-21 09:13:59 UTC

Size

88.1 MB

Content Digest
Labels
  • io.hass.arch
    aarch64
  • io.hass.base.arch
    aarch64
  • io.hass.base.image
    arm64v8/alpine:3.16
  • io.hass.base.name
    alpine
  • io.hass.base.version
    2022.09.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-beta.9-aarch64
  • org.opencontainers.image.created
    2022-10-21 09:08:06+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.1-beta.9-aarch64

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:9b18e9b68314027565b90ff6189d65942c0f7986da80df008b8431276885218e - 2.93% (2.58 MB)

[#001] sha256:e35399852765e1271e033ba84e0648c70bd0846c424898d03d30a5df1c2f21f9 - 0.0% (110 Bytes)

[#002] sha256:0d8adb443fc3d961fddc3f9bf01387277acf1cb1a5614dce259c2b9320e8001d - 33.3% (29.3 MB)

[#003] sha256:2a3c65b36d156f2b4cef75b8ee7788727d29cfe83e33c8362d06fbf2b76bca3d - 5.2% (4.58 MB)

[#004] sha256:e1244d85c50bc8dcf9e27216a01efc2841878e0363d73969e639c87fac125beb - 7.22% (6.36 MB)

[#005] sha256:49d0d9af041015f353fd847e2b32c47c9755a04609378603cfbcc5fa67d8ba24 - 51.35% (45.2 MB)

[#006] sha256:b28e9c8a8d54fc8fc680c09353008b2926724b1af79afb7d79cb6ee5f6cc1888 - 0.0% (272 Bytes)

[#007] sha256:92258eb3b7aea8898184b7139c776c103b7827c331b50f0517d61b52bc85eeaa - 0.0% (272 Bytes)


History
2022-08-09 17:39:41 UTC

/bin/sh -c #(nop) ADD file:960fd469d48cf79ba14bbda71f3192074ed860c112e30e0bc92bff3440cb45ab in /

2022-08-09 17:39:42 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-09-20 15:37:14 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-09-20 15:37:14 UTC (buildkit.dockerfile.v0)

SHELL [/bin/ash -o pipefail -c]

2022-09-20 15:37:14 UTC (buildkit.dockerfile.v0)

ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU

2022-09-20 15:37:14 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/src

2022-09-20 15:37:14 UTC (buildkit.dockerfile.v0)

ARG BUILD_ARCH

2022-09-20 15:55:23 UTC (buildkit.dockerfile.v0)

RUN |6 BASHIO_VERSION=0.14.3 TEMPIO_VERSION=2021.09.0 S6_OVERLAY_VERSION=3.1.2.1 JEMALLOC_VERSION=5.3.0 QEMU_CPU= BUILD_ARCH=aarch64 /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-09-20 15:55:23 UTC (buildkit.dockerfile.v0)

WORKDIR /

2022-09-20 15:55:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-10-21 09:13:50 UTC (buildkit.dockerfile.v0)

COPY /go2rtc/go2rtc /usr/local/bin # buildkit

2022-10-21 09:13:50 UTC (buildkit.dockerfile.v0)

COPY /go2rtc/ngrok /usr/local/bin # buildkit

2022-10-21 09:13:59 UTC (buildkit.dockerfile.v0)

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

2022-10-21 09:13:59 UTC (buildkit.dockerfile.v0)

COPY run.sh / # buildkit

2022-10-21 09:13:59 UTC (buildkit.dockerfile.v0)

RUN /bin/ash -o pipefail -c chmod a+x /run.sh # buildkit

2022-10-21 09:13:59 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