Namespace
kong
Image / Tag
kong-gateway:3.1.1.4-debian
Content Digest
sha256:17f55d8a9dae8dc77d7bf2eec23aee12869ab70b98a67458b4355e2a2994acb6
Details
Created

2023-05-16 01:00:32 UTC

Size

157 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2023-05-16T01:00:08.427Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    000dfbd2df6ae018cd3fcde2fcaa4048accdcb61
  • org.opencontainers.image.source
    https://github.com/Kong/kong-ee
  • org.opencontainers.image.title
    kong-ee
  • org.opencontainers.image.url
    https://github.com/Kong/kong-ee
  • org.opencontainers.image.version
    000dfbd2df6ae018cd3fcde2fcaa4048accdcb61-debian

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:9e3ea8720c6de96cc9ad544dddc695a3ab73f5581c5d954e0504cc4f80fb5e5c - 19.12% (29.9 MB)

[#001] sha256:39a087c9fbaf95ea1d74a88f4a7a07ee6325ceec9b19e815e0fe4160c1cf2758 - 35.75% (56 MB)

[#002] sha256:6ce47280a361a067c3a7cfdce38a8c658422f2b3fbd7301f371271519fde18d1 - 45.12% (70.7 MB)

[#003] sha256:d6ec8760011977f19352f6b0cde32dd782f0e605c9e4ea8fa8c1c6946101d7cc - 0.0% (878 Bytes)


History
2023-05-02 23:46:59 UTC

/bin/sh -c #(nop) ADD file:a2378c1b12e95db69e24b9d347441678c6f23239292cce3c822b1524992b6ec4 in /

2023-05-02 23:47:00 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.amd64.deb

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-05-16 01:00:22 UTC (buildkit.dockerfile.v0)

COPY bazel-bin/pkg/kong.amd64.deb /tmp/kong.deb # buildkit

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

RUN |6 KONG_VERSION= 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 install -y --no-install-recommends /tmp/kong.deb && rm -rf /var/lib/apt/lists/* && 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 && kong version # buildkit

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

COPY build/dockerfiles/entrypoint.sh /entrypoint.sh # buildkit

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

USER kong

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-05-16 01:00:32 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:{}]

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "kong health"] "1m0s" "10s" "0s" '\n'}

2023-05-16 01:00:32 UTC (buildkit.dockerfile.v0)

CMD ["kong" "docker-start"]

Danger Zone
Delete Tag

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.

Delete