2026-04-29 01:00:59 UTC
66.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081 - 42.74% (28.4 MB)
[#001] sha256:e27a6e03007937194f7e3f4860db0f2fd69b49b89905499ad227051497ecb5cb - 1.53% (1.02 MB)
[#002] sha256:233e0424f9a2ec135e0196c37be6df1a423e3cc445c2757146ce1848a36bfc7b - 0.0% (1.13 KB)
[#003] sha256:0723d42be9fb94ee29f7a029cf87fc1c470aefd82f78c83425dd5b9dcd3a4972 - 55.73% (37 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2026-04-10 06:49:15 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-04-10 06:49:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-04-10 06:49:17 UTC/bin/sh -c #(nop) ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /
2026-04-10 06:49:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-04-29 01:00:09 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
2026-04-29 01:00:10 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
2026-04-29 01:00:58 UTC (buildkit.dockerfile.v0)COPY --chown=appuser:appuser /src/bin /app # buildkit
2026-04-29 01:00:59 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /app/gateway && chown -R appuser:appuser /app # buildkit
2026-04-29 01:00:59 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-04-29 01:00:59 UTC (buildkit.dockerfile.v0)USER appuser
2026-04-29 01:00:59 UTC (buildkit.dockerfile.v0)CMD ["./gateway"]
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.