Namespace
kong
Image / Tag
kong-gateway:3.2.2.0-debian
Content Digest
sha256:0ad0a056be05fd31998ed20062aeb0fad82e69fcad638df2d2fbb4b80ef3831c
Details
Created

2023-03-15 21:26:34 UTC

Size

130 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2023-03-15T21:26:15.942Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    1ced31cbcfaa379be32a903b052a7bbeb0e43216
  • 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
    1ced31cbcfaa379be32a903b052a7bbeb0e43216-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:3f9582a2cbe7197f39185419c0ced2c986389f8fc6aa805e1f5c090eea6511e0 - 23.06% (30 MB)

[#001] sha256:456e54392e1c5007acee75606955f6db1947abc456fb89b368301c80ee745796 - 32.75% (42.5 MB)

[#002] sha256:e9a74486544eba5d248c458fc53b85aa5b299c8d46b52af320b7fee7222fb97a - 44.18% (57.4 MB)

[#003] sha256:a4b5b367d171d5b0b36dcba135eaa89603b0905aa96b49faecde1c4c98fca338 - 0.0% (884 Bytes)


History
2023-03-01 04:09:58 UTC

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

2023-03-01 04:09:59 UTC

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

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.amd64.deb

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2023-03-15 21:26:24 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:34 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 upgrade -y && 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-03-15 21:26:34 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:34 UTC (buildkit.dockerfile.v0)

USER kong

2023-03-15 21:26:34 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-03-15 21:26:34 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-03-15 21:26:34 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-03-15 21:26:34 UTC (buildkit.dockerfile.v0)

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

2023-03-15 21:26:34 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