2025-04-15 02:21:57 UTC
148 MB
/usr/local/kong
KONG_VERSION3.10.0.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2726e237d1a374379e783053d93d0345c8a3bf3c57b5d35b099de1ad777486ee - 19.13% (28.3 MB)
[#001] sha256:1f8a45434b3864ed1d290cf10ed0fba1c8b1454e2b43e23e7ee3d84440b0d3c3 - 80.87% (120 MB)
[#002] sha256:0514d061e0c9262db913f9ffab4de5dd3f18bae10a6ce10f6ef74765e5afe8d6 - 0.0% (1.14 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-08 10:43:14 UTC/bin/sh -c #(nop) ADD file:1d7c45546e94b90e941c5bf5c7a5d415d7b868581ad96171d4beb76caa8ab683 in /
2025-04-08 10:43:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ARG KONG_VERSION=3.10.0.1
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ENV KONG_VERSION=3.10.0.1
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ARG KONG_PREFIX=/usr/local/kong
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ENV KONG_PREFIX=/usr/local/kong
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ARG EE_PORTS=8002 8445 8003 8446 8004 8447
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT=kong.amd64.deb
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT_PATH=bazel-bin/pkg
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)RUN |6 KONG_VERSION=3.10.0.1 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.amd64.deb KONG_ARTIFACT_PATH=bazel-bin/pkg /bin/sh -c apt-get update && apt-get -y upgrade && apt-get -y autoremove && DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata && apt-get install -y --no-install-recommends /tmp/pkg/${KONG_ARTIFACT} && chown kong:0 /usr/local/bin/kong && chown -R kong:0 ${KONG_PREFIX} && ln -sf /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && apt-get install -y --no-install-recommends bind9-utils lsof nano net-tools && rm -rf /var/lib/apt/lists/* && kong version # buildkit
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)USER kong
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)EXPOSE map[8000/tcp:{} 8001/tcp:{} 8002/tcp:{} 8003/tcp:{} 8004/tcp:{} 8443/tcp:{} 8444/tcp:{} 8445/tcp:{} 8446/tcp:{} 8447/tcp:{}]
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
2025-04-15 02:21:57 UTC (buildkit.dockerfile.v0)CMD ["kong" "docker-start"]
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.