Namespace
library
Image / Tag
kong:3.4.0
Content Digest
sha256:156725d98bab4c55edc29fa584597cd0b8ab3e862716b61761d09ce966b5a17b
Details
Created

2023-10-03 06:51:08 UTC

Size

93.3 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
ASSET

ce

KONG_VERSION

3.4.0

PATH

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


Layers

[#000] sha256:707e32e9fc569fee476af9e92ae3d1df8b8e6dca47f9cb31db9d2c922a6de952 - 31.12% (29 MB)

[#001] sha256:5d97d900e1bfaea7f45e3cb9593210f87b4a1b0fe301a6621cd53cad7cd22694 - 0.0% (130 Bytes)

[#002] sha256:fa0cfa687ccd11ce33b9def2b02cc3010cc4e1705584a6794c2420100decd784 - 68.88% (64.3 MB)

[#003] sha256:29491c7968ea1d398da6b87d8558ecb53dc9474b98af6491c1e525c09d081ef0 - 0.0% (1.13 KB)


History
2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-09-25 10:17:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-09-25 10:17:07 UTC

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

2023-09-25 10:17:08 UTC

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

2023-10-03 06:50:45 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

2023-10-03 06:50:45 UTC

/bin/sh -c #(nop) ARG ASSET=ce

2023-10-03 06:50:46 UTC

/bin/sh -c #(nop) ENV ASSET=ce

2023-10-03 06:50:46 UTC

/bin/sh -c #(nop) ARG EE_PORTS

2023-10-03 06:50:46 UTC

/bin/sh -c #(nop) COPY file:c24b3b9739a4614fa0679c1a90bac51eb61f9f84b2b02c5c24925e0c84878649 in /tmp/kong.deb

2023-10-03 06:50:46 UTC

/bin/sh -c #(nop) ARG KONG_VERSION=3.4.0

2023-10-03 06:50:46 UTC

/bin/sh -c #(nop) ENV KONG_VERSION=3.4.0

2023-10-03 06:50:46 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=9a4203174a29895d5dd71092a05b15b26ee9644e068d14d970aed28461d358fa

2023-10-03 06:50:46 UTC

/bin/sh -c #(nop) ARG KONG_ARM64_SHA=b64e19216ce125039a6a832dc93bf277e05f233a91f1647b351cad3f166edd81

2023-10-03 06:51:07 UTC

|2 KONG_AMD64_SHA=9a4203174a29895d5dd71092a05b15b26ee9644e068d14d970aed28461d358fa KONG_ARM64_SHA=b64e19216ce125039a6a832dc93bf277e05f233a91f1647b351cad3f166edd81 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); case "${arch}" in amd64) KONG_SHA256=$KONG_AMD64_SHA ;; arm64) KONG_SHA256=$KONG_ARM64_SHA ;; esac; apt-get update && if [ "$ASSET" = "ce" ] ; then apt-get install -y curl && UBUNTU_CODENAME=$(cat /etc/os-release | grep UBUNTU_CODENAME | cut -d = -f 2) && curl -fL https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-ubuntu-${UBUNTU_CODENAME}/pool/all/k/kong/kong_${KONG_VERSION}_$arch.deb -o /tmp/kong.deb && apt-get purge -y curl && echo "$KONG_SHA256 /tmp/kong.deb" | sha256sum -c - || exit 1; else apt-get upgrade -y ; fi; apt-get install -y --no-install-recommends unzip git && apt install --yes /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 /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 && if [ "$ASSET" = "ce" ] ; then kong version ; fi

2023-10-03 06:51:08 UTC

/bin/sh -c #(nop) COPY file:6bb80898c17e8239746044c0d891f54029077cb7b848c170e71b40f6e2243e33 in /docker-entrypoint.sh

2023-10-03 06:51:08 UTC

/bin/sh -c #(nop) USER kong

2023-10-03 06:51:08 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2023-10-03 06:51:08 UTC

/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444

2023-10-03 06:51:08 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2023-10-03 06:51:08 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}

2023-10-03 06:51:08 UTC

/bin/sh -c #(nop) CMD ["kong" "docker-start"]

Details
Created

2023-10-03 06:29:52 UTC

Size

89.8 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
ASSET

ce

KONG_VERSION

3.4.0

PATH

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


Layers

[#000] sha256:6ea603f1df5e3d23206761eca19fba4cdf4e22d773256cb65b71b730aa5acced - 30.15% (27.1 MB)

[#001] sha256:8091b73b6071d3cec024e299ef576c1d73add708fa3a7af6dbabc964e079a2d1 - 0.0% (129 Bytes)

[#002] sha256:d9f8299bd71954243c6d6a35f7a652442e813327fc1996eaba6ab7e7e5fde3c6 - 69.85% (62.7 MB)

[#003] sha256:c4ed8054e54cfc0bd9c8820577fbae3c3283c78a95e1353e99d58bcfc1ab040e - 0.0% (1.13 KB)


History
2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-09-25 10:17:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2023-09-25 10:17:44 UTC

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

2023-09-25 10:17:45 UTC

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

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) ARG ASSET=ce

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) ENV ASSET=ce

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) ARG EE_PORTS

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) COPY file:c24b3b9739a4614fa0679c1a90bac51eb61f9f84b2b02c5c24925e0c84878649 in /tmp/kong.deb

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) ARG KONG_VERSION=3.4.0

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) ENV KONG_VERSION=3.4.0

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=9a4203174a29895d5dd71092a05b15b26ee9644e068d14d970aed28461d358fa

2023-10-03 06:29:31 UTC

/bin/sh -c #(nop) ARG KONG_ARM64_SHA=b64e19216ce125039a6a832dc93bf277e05f233a91f1647b351cad3f166edd81

2023-10-03 06:29:51 UTC

|2 KONG_AMD64_SHA=9a4203174a29895d5dd71092a05b15b26ee9644e068d14d970aed28461d358fa KONG_ARM64_SHA=b64e19216ce125039a6a832dc93bf277e05f233a91f1647b351cad3f166edd81 /bin/sh -c set -ex; arch=$(dpkg --print-architecture); case "${arch}" in amd64) KONG_SHA256=$KONG_AMD64_SHA ;; arm64) KONG_SHA256=$KONG_ARM64_SHA ;; esac; apt-get update && if [ "$ASSET" = "ce" ] ; then apt-get install -y curl && UBUNTU_CODENAME=$(cat /etc/os-release | grep UBUNTU_CODENAME | cut -d = -f 2) && curl -fL https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-ubuntu-${UBUNTU_CODENAME}/pool/all/k/kong/kong_${KONG_VERSION}_$arch.deb -o /tmp/kong.deb && apt-get purge -y curl && echo "$KONG_SHA256 /tmp/kong.deb" | sha256sum -c - || exit 1; else apt-get upgrade -y ; fi; apt-get install -y --no-install-recommends unzip git && apt install --yes /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 /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 && if [ "$ASSET" = "ce" ] ; then kong version ; fi

2023-10-03 06:29:51 UTC

/bin/sh -c #(nop) COPY file:6bb80898c17e8239746044c0d891f54029077cb7b848c170e71b40f6e2243e33 in /docker-entrypoint.sh

2023-10-03 06:29:52 UTC

/bin/sh -c #(nop) USER kong

2023-10-03 06:29:52 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2023-10-03 06:29:52 UTC

/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444

2023-10-03 06:29:52 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2023-10-03 06:29:52 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}

2023-10-03 06:29:52 UTC

/bin/sh -c #(nop) 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