2025-09-24 13:46:59 UTC
289 MB
compute,video,utility
NVIDIA_VISIBLE_DEVICESall
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ce1261c6d567efa8e3b457673eeeb474a0a8066df6bb95ca9a6a94a31e219dd3 - 9.84% (28.4 MB)
[#001] sha256:fadb595b705ed0df95dd504970904e23c430e3b75728c739acd56828f7ebfe53 - 0.0% (264 Bytes)
[#002] sha256:adadc2a20330d080d31347b862ca893ef0c43ee9956201289e84f5802df42dfd - 87.89% (254 MB)
[#003] sha256:8bec0a7206bb882f3a58379966796d7de559bfe05a12a4e1df7faf62f163cfe3 - 2.27% (6.55 MB)
[#004] sha256:106706fbf483e1f291566a6a05c7831f4916997f933fb3f5c792feffcdbef375 - 0.0% (96 Bytes)
# debian.sh --arch 'amd64' out/ 'trixie' '@1757289600'
2025-09-24 13:46:16 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
2025-09-24 13:46:59 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
2025-09-24 13:46:59 UTC (buildkit.dockerfile.v0)COPY /build/go2rtc /usr/local/bin/ # buildkit
2025-09-24 13:46:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2025-09-24 13:46:59 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2025-09-24 13:46:59 UTC (buildkit.dockerfile.v0)WORKDIR /config
2025-09-24 13:46:59 UTC (buildkit.dockerfile.v0)ENV NVIDIA_VISIBLE_DEVICES=all
2025-09-24 13:46:59 UTC (buildkit.dockerfile.v0)ENV NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
2025-09-24 13:46:59 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.