2025-10-24 08:47:54 UTC
62.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b8a35db46e38ce87d4e743e1265ff436ed36e01d23246b24a1cbbeaae18ec432 - 43.89% (27.5 MB)
[#001] sha256:dbf747e993f13b99cbcc522ea071d5678e63c8afc5c5e3af0b92838731d6d471 - 1.59% (1020 KB)
[#002] sha256:027b4d66ab5858dcf722c5957800c7db81a787345ef8a803e57fc615b265d43f - 0.0% (1.13 KB)
[#003] sha256:3919ab7587169a9624f90a974e074bf2bafe3c5731167c73742105d29b2a1610 - 0.0% (93 Bytes)
[#004] sha256:70267a6964572f203a0d5525f60ca8751d7451bb5807e6307dfe88483656ed12 - 54.51% (34.2 MB)
[#005] sha256:0558d8d8c8007552780c7e5bff6ca02479220d091796356fd0bfae7f8290b2a8 - 0.0% (96 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) ADD file:d77dea5c49828eb0de89439d2b631bc8ea27cb9ef774412b56a060ba1673487b in /
2025-10-01 13:01:40 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-24 08:45:28 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-10-24 08:45:28 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-10-24 08:45:28 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-10-24 08:47:54 UTC (buildkit.dockerfile.v0)COPY --chown=appuser:appuser /src/bin /app # buildkit
2025-10-24 08:47:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /app/plugin-crd && chown -R appuser:appuser /app # buildkit
2025-10-24 08:47:54 UTC (buildkit.dockerfile.v0)USER appuser
2025-10-24 08:47:54 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.