2025-09-25 09:48:16 UTC
62.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:59a5d47f84c39a2d62d1b5089e60ab67303111f17e1df01dbbcc598246282797 - 43.89% (27.5 MB)
[#001] sha256:4b6c553afef165fb9abf294dfdcca71037e3c874fec9301724b526033965d092 - 1.59% (1020 KB)
[#002] sha256:1ccb28e6d6ef0c6744889ffdba9dabaf6f193637ef06aa06adf6b8317c6be2de - 0.0% (1.13 KB)
[#003] sha256:de65202e5c99142e9269095b11b089ec83a75a997879310c74e484c9f6207a65 - 0.0% (93 Bytes)
[#004] sha256:e54fffb3c055c2a5fcf52c59fadac1a51c8db1dc3de8d6a9d71836c679e84637 - 54.51% (34.2 MB)
[#005] sha256:b8415d4b90b393cda3c1bb0cea786d06ce79519605170781f1b716c6113238cc - 0.0% (95 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-09-10 05:45:38 UTC/bin/sh -c #(nop) ADD file:4e55519deacaaab35bcc389ec63f319a61c50e3f8f7d19a0df61fa1571c86c6a in /
2025-09-10 05:45:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-09-25 09:45:48 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates netbase && rm -rf /var/lib/apt/lists/ && apt-get autoremove -y && apt-get autoclean -y # buildkit
2025-09-25 09:45:49 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd -r appuser --gid=1001 && useradd -r -g appuser --uid=1001 --home-dir=/app --shell=/bin/false appuser # buildkit
2025-09-25 09:45:50 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-09-25 09:48:15 UTC (buildkit.dockerfile.v0)COPY --chown=appuser:appuser /src/bin /app # buildkit
2025-09-25 09:48:16 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /app/plugin-crd && chown -R appuser:appuser /app # buildkit
2025-09-25 09:48:16 UTC (buildkit.dockerfile.v0)USER appuser
2025-09-25 09:48:16 UTC (buildkit.dockerfile.v0)CMD ["./plugin-crd"]
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.