2026-01-19 09:14:20 UTC
289 MB
compute,video,utility
NVIDIA_VISIBLE_DEVICESall
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:119d43eec815e5f9a47da3a7d59454581b1e204b0c34db86f171b7ceb3336533 - 9.83% (28.4 MB)
[#001] sha256:fe5f3054f1ef2302dc51c6609cc6361c20e48fdf40e95c70aa0a55e0abedfa26 - 0.0% (261 Bytes)
[#002] sha256:f82ba05dded3e0c41d7dd1938de89db21cc51b816fee1742db995f5b5bea746e - 87.63% (253 MB)
[#003] sha256:3e6c69f01c305ae579dcceb422195bb58f7cc540102b1a854dbe6a3f77fef1c2 - 2.54% (7.33 MB)
[#004] sha256:f01947b7b4745fb5c1d6b9a304d95d9531d2dafabf9201665bfed0d2b7171386 - 0.0% (96 Bytes)
# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'
2026-01-19 09:13:40 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c rm -f /etc/apt/apt.conf.d/docker-clean && echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' >/etc/apt/apt.conf.d/keep-cache # buildkit
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo 'deb http://deb.debian.org/debian trixie non-free' > /etc/apt/sources.list.d/debian-non-free.list && apt-get -y update && apt-get -y install ffmpeg tini python3 curl jq intel-media-va-driver-non-free mesa-va-drivers libasound2-plugins && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)COPY /build/go2rtc /usr/local/bin/ # buildkit
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)EXPOSE [1984/tcp 8554/tcp 8555/tcp 8555/udp]
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)WORKDIR /config
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)ENV NVIDIA_VISIBLE_DEVICES=all
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2026-01-19 09:14:20 UTC (buildkit.dockerfile.v0)CMD ["go2rtc" "-config" "/config/go2rtc.yaml"]
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.