Namespace
alexxit
Image / Tag
go2rtc:0.1-alpha.3-i386
Content Digest
sha256:0d9f40cb48cf082ee98cd4c3e6d228b87c9ffae4ae5b25a9d7efe3d3af40ee0c
Details
Created

2022-08-20 20:30:05 UTC

Size

224 MB

Content Digest
Labels
  • io.hass.arch
    i386
  • io.hass.base.arch
    i386
  • io.hass.base.image
    i386/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.3-i386
  • org.opencontainers.image.created
    2022-08-20 20:29:23+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.1-alpha.3-i386

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:5d7f927419794ebb7496ac38b0659686317b2d2fac7252a4a0d40d43d5fdd662 - 1.19% (2.67 MB)

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

[#002] sha256:d51e15974e6d2d0e7c266855316f6fb1c35fef30471555548e590b0acb2473b5 - 13.07% (29.2 MB)

[#003] sha256:3a119ed3552ca4d0415c2902306d7c8087c10ae5e1c866fc63c2538ae3b262eb - 67.97% (152 MB)

[#004] sha256:694a5ab0dd42ca661f37cab260af645fcac0d323a16efe4d2427439dac5067ef - 0.0% (90 Bytes)

[#005] sha256:06b8d7f01a59886d0a215a6b9f4d234ae7825967ebdd3219cf60e1f66d1995cc - 0.07% (166 KB)

[#006] sha256:a6d62b615b545c9d51d7f9cfd7add0ee09602d3295666c60ca2003f46eaeae64 - 17.7% (39.6 MB)


History
2022-07-18 20:38:19 UTC

/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-08-20 20:29:34 UTC (buildkit.dockerfile.v0)

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

2022-08-20 20:29:34 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-08-20 20:29:34 UTC (buildkit.dockerfile.v0)

RUN /bin/ash -o pipefail -c git clone https://github.com/AlexxIT/go2rtc . # buildkit

2022-08-20 20:30:05 UTC (buildkit.dockerfile.v0)

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

2022-08-20 20:30:05 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