2024-09-12 10:21:27 UTC
94.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:31e907dcc94a592a57796786399eb004dcbba714389fa615f5efa05a91316356 - 29.86% (28.3 MB)
[#001] sha256:dafb27ff613abfeb8038609a2935fbe09a5f7201d6c18458088c185ede52e7e8 - 0.0% (124 Bytes)
[#002] sha256:13ccffe23a73581deb5c1f10749c6fd341fb442663c580e06e9f16f048fe08a4 - 13.13% (12.5 MB)
[#003] sha256:87922bf9cbd97fb056dddcd3ef25a01f3057eb9f02576d01d4299fb1308c5625 - 57.02% (54.1 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-01 14:23:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-01 14:23:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-01 14:23:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-08-01 14:23:55 UTC/bin/sh -c #(nop) ADD file:c2e78eb585ec4e503f14c4ea98f4962c998f5eb075749507953f85387742694b in /
2024-08-01 14:23:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-12 10:05:26 UTC (buildkit.dockerfile.v0)WORKDIR /app/webrtc-streamer
2024-09-12 10:21:06 UTC (buildkit.dockerfile.v0)COPY /app/ /app/ # buildkit
2024-09-12 10:21:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libssl-dev libasound2-dev libgtk-3-0 libxtst6 libpulse0 librtmp1 avahi-utils && useradd -m user -G video,audio && apt-get clean && rm -rf /var/lib/apt/lists/ && ./webrtc-streamer -V # buildkit
2024-09-12 10:21:27 UTC (buildkit.dockerfile.v0)USER user
2024-09-12 10:21:27 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./webrtc-streamer"]
2024-09-12 10:21:27 UTC (buildkit.dockerfile.v0)CMD ["-C" "config.json"]
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.