Namespace
alexxit
Image / Tag
go2rtc:0.1-alpha.4-aarch64
Content Digest
sha256:d5d67672e206ef89f4deef67aa33824d7966d6a1a9a900695bf37d38ebd03c33
Details
Created

2022-08-20 21:48:27 UTC

Size

219 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.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.4-aarch64
  • org.opencontainers.image.created
    2022-08-20 21:42:33+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.1-alpha.4-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:f97344484467e4c4ebb85aae724170073799295a3442c50ab532e249bd27b412 - 1.17% (2.57 MB)

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

[#002] sha256:c8b20e20facbf7eab3a94d922e12052f911849b33977d24b03aa121d5bcd03ab - 13.35% (29.3 MB)

[#003] sha256:7c55156b1315f0a6c08216c17c27525d75a0b7217424846900cb61bc536b773b - 61.55% (135 MB)

[#004] sha256:5b91b6503b070d14af39064e8d4c918f0c934f44c6a50947ffcabfd9be2fe0a0 - 0.0% (92 Bytes)

[#005] sha256:740508a034b2e16df7be5726d6420b72242a363b6cf9aa3c6ab256d7f4a9ff88 - 0.07% (167 KB)

[#006] sha256:08e7b2d7657d7a8c2e154f13d210fb1f3649ea5aa4849dc6ec491cd699d78e83 - 18.05% (39.6 MB)

[#007] sha256:3a4d915bed940b44ca850f03bbc8bf7b026b5becb3b369508d36d43bbebf6636 - 5.81% (12.7 MB)


History
2022-07-18 21:57:05 UTC

/bin/sh -c #(nop) ADD file:9ccb70abba88b6de789b29f17770246f765ffbb072fe598580bfc29ce3213f1c in /

2022-07-18 21:57:05 UTC

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

2022-08-02 13:44:50 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:50 UTC (buildkit.dockerfile.v0)

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

2022-08-02 13:44:50 UTC (buildkit.dockerfile.v0)

ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU

2022-08-02 13:44:50 UTC (buildkit.dockerfile.v0)

WORKDIR /usr/src

2022-08-02 13:44:50 UTC (buildkit.dockerfile.v0)

ARG BUILD_ARCH

2022-08-02 14:08:13 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=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-08-02 14:08:13 UTC (buildkit.dockerfile.v0)

WORKDIR /

2022-08-02 14:08:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-08-20 21:42:58 UTC (buildkit.dockerfile.v0)

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

2022-08-20 21:42:59 UTC (buildkit.dockerfile.v0)

ARG BUILD_ARCH

2022-08-20 21:42:59 UTC (buildkit.dockerfile.v0)

WORKDIR /app

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

RUN |1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c git clone https://github.com/AlexxIT/go2rtc . # buildkit

2022-08-20 21:48:24 UTC (buildkit.dockerfile.v0)

RUN |1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c CGO_ENABLED=0 go build -ldflags "-s -w" -trimpath # buildkit

2022-08-20 21:48:27 UTC (buildkit.dockerfile.v0)

RUN |1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c if [ "${BUILD_ARCH}" = "aarch64" ]; then BUILD_ARCH="arm64"; elif [ "${BUILD_ARCH}" = "armv7" ]; then BUILD_ARCH="arm"; fi && curl $(curl -s "https://raw.githubusercontent.com/ngrok/docker-ngrok/main/releases.json" | jq -r ".${BUILD_ARCH}.url") -o ngrok.zip && unzip ngrok # buildkit

2022-08-20 21:48:27 UTC (buildkit.dockerfile.v0)

CMD ["/app/go2rtc" "-config" "/config/go2rtc.yaml"]

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