2024-02-26 07:28:33 UTC
205 MB
/usr/local/kong
KONG_VERSION3.6.1.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:01007420e9b005dc14a8c8b0f996a2ad8e0d4af6c3d01e62f123be14fe48eec7 - 13.73% (28.2 MB)
[#001] sha256:a682757e3fcd6bd8e239058b519edb7136062b2db9f7e026e825bd99a84fb25a - 35.81% (73.5 MB)
[#002] sha256:0e2d5403245c45e1b191be683f6f1340ba42a72416607a1571ddfda9f6656d42 - 50.46% (104 MB)
[#003] sha256:0fd1a6fb71b1c8d6ccb47d65692b53315bee792ae10f0cf6c498cdc0b4c6e9ab - 0.0% (1.13 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-02-13 10:06:26 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-02-13 10:06:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-02-13 10:06:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2024-02-13 10:06:28 UTC/bin/sh -c #(nop) ADD file:7f9a3c5a4231ed19174c21d17ce05d84d568cff6d3a0c2a1d7c3a9be5e45c02c in /
2024-02-13 10:06:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ARG KONG_VERSION
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ENV KONG_VERSION=3.6.1.0
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ARG KONG_PREFIX=/usr/local/kong
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ENV KONG_PREFIX=/usr/local/kong
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ARG EE_PORTS
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT=kong.amd64.deb
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)ARG KONG_ARTIFACT_PATH=
2024-02-26 07:28:19 UTC (buildkit.dockerfile.v0)COPY bazel-bin/pkg/kong.amd64.deb /tmp/kong.deb # buildkit
2024-02-26 07:28:33 UTC (buildkit.dockerfile.v0)RUN |6 KONG_VERSION=3.6.1.0 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 && apt-get install -y --no-install-recommends /tmp/kong.deb && rm -rf /tmp/kong.deb && 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
2024-02-26 07:28:33 UTC (buildkit.dockerfile.v0)COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit
2024-02-26 07:28:33 UTC (buildkit.dockerfile.v0)USER kong
2024-02-26 07:28:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-02-26 07:28:33 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:{}]
2024-02-26 07:28:33 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGQUIT
2024-02-26 07:28:33 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "kong-health"] "1m0s" "10s" "0s" "0s" '\n'}
2024-02-26 07:28:33 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.