Namespace
kong
Image / Tag
kong-gateway:2.8-debian
Content Digest
sha256:17ee621199bae5227567c14d451daac0b47fd3012224ba54c938d73e96ecce92
Details
Created

2023-01-06 08:21:10 UTC

Size

158 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.created
    2023-01-06T08:20:51.694Z
  • org.opencontainers.image.description
    Kong Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    d6f1f43127b031f9a9e3c5e30f2b9ba85ab911b7
  • 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
    d6f1f43127b031f9a9e3c5e30f2b9ba85ab911b7-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:3f4ca61aafcd4fc07267a105067db35c0f0ac630e1970f3cd0c7bf552780e985 - 18.97% (29.9 MB)

[#001] sha256:7e1ed2fe4d854ba26c0405eb88bd153c35d62ee814452b57db33e8a79fe4353d - 36.2% (57.1 MB)

[#002] sha256:bce97ef05c0b5b26a1b33d0a424ab34555fa209d2cb6b0c347c7c6ebab6b015d - 44.83% (70.8 MB)

[#003] sha256:00e09ce2a7c2695d524fbb71b8ab2170bdc98dff8e620fbb7563c27b88924146 - 0.0% (877 Bytes)


History
2022-12-21 01:20:32 UTC

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

2022-12-21 01:20:33 UTC

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

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

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

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.deb

2023-01-06 08:21:03 UTC (buildkit.dockerfile.v0)

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

2023-01-06 08:21:10 UTC (buildkit.dockerfile.v0)

RUN |4 KONG_VERSION= KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_ARTIFACT=bazel-bin/pkg/kong.deb /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 -s /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -s /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && kong version # buildkit

2023-01-06 08:21:10 UTC (buildkit.dockerfile.v0)

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

2023-01-06 08:21:10 UTC (buildkit.dockerfile.v0)

USER kong

2023-01-06 08:21:10 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2023-01-06 08:21:10 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-01-06 08:21:10 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2023-01-06 08:21:10 UTC (buildkit.dockerfile.v0)

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

2023-01-06 08:21:10 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