Namespace
kong
Image / Tag
kong-gateway:2.8.4.7-centos7
Content Digest
sha256:08192d1b5b01f0b417e6f9a32dbc29e2dc175350643dab0e4f1e065a0cf0e683
Details
Created

2024-02-08 15:15:15 UTC

Size

315 MB

Content Digest
Labels
  • description
    Next-Generation API Platform for Modern Architectures
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • name
    Kong
  • org.label-schema.build-date
    20201113
  • org.label-schema.license
    GPLv2
  • org.label-schema.name
    CentOS Base Image
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vendor
    CentOS
  • org.opencontainers.image.created
    2024-02-08T15:14:40.683Z
  • org.opencontainers.image.description
    Kong Gateway Enterprise Edition - fork of Kong with Enterprise features
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.revision
    d7620995ac6835975df22fa7a5dcd828059b25c5
  • 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.vendor
    CentOS
  • org.opencontainers.image.version
    d7620995ac6835975df22fa7a5dcd828059b25c5-centos7
  • release
    1
  • summary
    Next-Generation API Platform for Modern Architectures
  • url
    https://konghq.com
  • vendor
    Kong
  • version
    2.8.4.7

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

2.8.4.7

PATH

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


Layers

[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 23.01% (72.6 MB)

[#001] sha256:1ae3a83e2b683521d19a07a3c3eb3ee9250cce50607af3f8fceee968c96f7bf3 - 0.0% (214 Bytes)

[#002] sha256:2e529307493d95b3e3bce27d9fc346c9f2c0ae29a74cae75b5b7f4dff2bfd834 - 16.49% (52 MB)

[#003] sha256:9a8af5c54604f36bf1aaa7ea69ec6677b0ed1f7707dd13175482a050a40f2e93 - 60.5% (191 MB)

[#004] sha256:70373be7ab0d968b1ce0be1ffa455b4919ac12b54a466f26f836bdf9e1cf93fb - 0.0% (880 Bytes)


History
2021-09-15 18:20:23 UTC

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

2021-09-15 18:20:23 UTC

/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00

2021-09-15 18:20:23 UTC

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

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

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

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ARG KONG_VERSION

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ENV KONG_VERSION=2.8.4.7

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

LABEL name=Kong vendor=Kong version=2.8.4.7 release=1 url=https://konghq.com summary=Next-Generation API Platform for Modern Architectures description=Next-Generation API Platform for Modern Architectures

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses/ # buildkit

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ARG PACKAGE_DISTRO=el8

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ARG KONG_PREFIX=/usr/local/kong

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ENV KONG_PREFIX=/usr/local/kong

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ARG EE_PORTS

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT=kong.el7.all.rpm

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

ARG KONG_ARTIFACT_PATH=

2024-02-08 15:14:50 UTC (buildkit.dockerfile.v0)

COPY bazel-bin/pkg/kong.el7.all.rpm /tmp/kong.rpm # buildkit

2024-02-08 15:15:15 UTC (buildkit.dockerfile.v0)

RUN |7 KONG_VERSION=2.8.4.7 PACKAGE_DISTRO=el7 KONG_PREFIX=/usr/local/kong EE_PORTS=8002 8445 8003 8446 8004 8447 TARGETARCH=amd64 KONG_ARTIFACT=kong.el7.all.rpm KONG_ARTIFACT_PATH=bazel-bin/pkg/ /bin/sh -c yum update -y && yum install -y /tmp/kong.rpm && rm /tmp/kong.rpm && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && 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

2024-02-08 15:15:15 UTC (buildkit.dockerfile.v0)

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

2024-02-08 15:15:15 UTC (buildkit.dockerfile.v0)

USER kong

2024-02-08 15:15:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

2024-02-08 15:15:15 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-08 15:15:15 UTC (buildkit.dockerfile.v0)

STOPSIGNAL SIGQUIT

2024-02-08 15:15:15 UTC (buildkit.dockerfile.v0)

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

2024-02-08 15:15:15 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