2026-04-29 09:50:57 UTC
62.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:818154cda96df8bbb276b4f4339124da55756620a1037af15570bc95312850fa - 43.99% (27.5 MB)
[#001] sha256:230e500586387cf431cc81f1e05fd812aefa89bc21c5c8f0e572b0518757a940 - 1.6% (1020 KB)
[#002] sha256:9ae3f7474e0fdeb281fe5fb67ee70dc9dc7b2b74925788329b077c39652e4203 - 0.0% (1.13 KB)
[#003] sha256:36b98576ffe607930ea367ba6431f31f7766cfb67d9d70ab0691fb4143d2dcc9 - 54.41% (34.1 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:56:52 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-04-10 06:56:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-04-10 06:56:54 UTC/bin/sh -c #(nop) ADD file:c98b7645109cdf61ab97492b90629581b1b7cb925b9d58a5787a4aaeb719f2be in /
2026-04-10 06:56:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-04-29 09:50:03 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 09:50:03 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 09:50:57 UTC (buildkit.dockerfile.v0)COPY --chown=appuser:appuser /src/bin /app # buildkit
2026-04-29 09:50:57 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x /app/gateway && chown -R appuser:appuser /app # buildkit
2026-04-29 09:50:57 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-04-29 09:50:57 UTC (buildkit.dockerfile.v0)USER appuser
2026-04-29 09:50:57 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.