Namespace
alexxit
Image / Tag
go2rtc:0.1-beta.2-amd64
Content Digest
sha256:1cf88c940e33989bd046b08504d85c3e82d291a82abe31b0855cb402edc67992
Details
Created

2022-09-05 20:01:39 UTC

Size

293 MB

Content Digest
Labels
  • io.hass.arch
    amd64
  • io.hass.base.arch
    amd64
  • io.hass.base.image
    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-beta.2-amd64
  • org.opencontainers.image.created
    2022-09-05 19:59:59+00:00
  • org.opencontainers.image.source
    https://github.com/home-assistant/docker-base
  • org.opencontainers.image.version
    0.1-beta.2-amd64

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:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc - 0.91% (2.67 MB)

[#001] sha256:f548ec462b73e414bd700ca090855f88b54de7b6c1c9755336aed9fe891e49df - 0.0% (108 Bytes)

[#002] sha256:c29b1a9e3cc225868f798d92328e4f686888ee57b489ee795e4a8c4fc287de26 - 10.02% (29.4 MB)

[#003] sha256:5b05566d4af1f8efcdf4e6cdc1ac68ff3fda597fe890dd3635f421ad02b5481a - 61.66% (181 MB)

[#004] sha256:9bf2b472bb4655dd31ecbb704fa96e71d12cae3e65c4b7c09a44a700e9ef6f95 - 22.73% (66.7 MB)

[#005] sha256:40cfbcc39a6802a801c3c6b0a8052407821b481c21fb8a9d7b269f05671d3f7c - 4.68% (13.7 MB)

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

[#007] sha256:37ab55a85f8715453b72219010bf61f18393d306a5162606d23d92b8adb513d4 - 0.0% (273 Bytes)

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


History
2022-07-18 21:00:15 UTC

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

2022-07-18 21:00:15 UTC

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

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

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

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

ARG BASHIO_VERSION TEMPIO_VERSION S6_OVERLAY_VERSION JEMALLOC_VERSION QEMU_CPU

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

WORKDIR /usr/src

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

ARG BUILD_ARCH

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

WORKDIR /

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

ENTRYPOINT ["/init"]

2022-09-05 20:01:04 UTC (buildkit.dockerfile.v0)

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

2022-09-05 20:01:38 UTC (buildkit.dockerfile.v0)

ARG BUILD_ARCH

2022-09-05 20:01:38 UTC (buildkit.dockerfile.v0)

RUN |1 BUILD_ARCH=amd64 /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:01:39 UTC (buildkit.dockerfile.v0)

RUN |1 BUILD_ARCH=amd64 /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:01:39 UTC (buildkit.dockerfile.v0)

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

2022-09-05 20:01:39 UTC (buildkit.dockerfile.v0)

COPY run.sh / # buildkit

2022-09-05 20:01:39 UTC (buildkit.dockerfile.v0)

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

2022-09-05 20:01:39 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