Namespace
library
Image / Tag
kong:2.8.3-ubuntu
Content Digest
sha256:bca947da1904c3f562c39dc0cd39c38b42ffe80ebf9e7e32394ef1c0c0c055cd
Details
Created

2023-06-02 01:32:54 UTC

Size

114 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    18.04

Environment
ASSET

ce

KONG_VERSION

2.8.3

PATH

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


Layers

[#000] sha256:41af1b5f0f51947706ae712999cf098bef968a7799e7cb4bb2268829e62a6ab3 - 22.38% (25.5 MB)

[#001] sha256:6118fa5af40da97195ae6cab7e2e8f9cc05b50459ee1e1448a4e6474bf74bc29 - 21.01% (23.9 MB)

[#002] sha256:fe58ac5f781db246f24e1a10d7d157bcce0277b0108cf5f1bdd73d566b4b229d - 56.61% (64.5 MB)

[#003] sha256:b6bf88b49502f0db3e88ad85f37e8933423e31d293b64c98163e2c711ef40ab8 - 0.0% (881 Bytes)


History
2023-05-30 09:32:07 UTC

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

2023-05-30 09:32:07 UTC

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

2023-05-30 09:32:07 UTC

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

2023-05-30 09:32:07 UTC

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

2023-05-30 09:32:09 UTC

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

2023-05-30 09:32:09 UTC

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

2023-06-02 01:32:26 UTC

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

2023-06-02 01:32:26 UTC

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

2023-06-02 01:32:26 UTC

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

2023-06-02 01:32:27 UTC

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

2023-06-02 01:32:27 UTC

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

2023-06-02 01:32:27 UTC

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

2023-06-02 01:32:27 UTC

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

2023-06-02 01:32:27 UTC

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

2023-06-02 01:32:53 UTC

|2 KONG_AMD64_SHA=b52baf1caa300c3ee70ff4d58982085b1da9203c69118c885f00d13954634810 KONG_ARM64_SHA=1d5c2064d44b76fbb3cabf168dc226e91fedb991ace32915297505d089679fed /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 -; 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 -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 && if [ "$ASSET" = "ce" ] ; then kong version ; fi

2023-06-02 01:32:54 UTC

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

2023-06-02 01:32:54 UTC

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

2023-06-02 01:32:54 UTC

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

2023-06-02 01:32:54 UTC

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

2023-06-02 01:32:54 UTC

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

2023-06-02 01:32:54 UTC

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

2023-06-02 01:32:54 UTC

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

Details
Created

2023-06-01 23:39:28 UTC

Size

108 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    18.04

Environment
ASSET

ce

KONG_VERSION

2.8.3

PATH

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


Layers

[#000] sha256:7f8ef08e85adb2e0a8e170480033b585598619a5675768da9972914138e520de - 21.0% (22.6 MB)

[#001] sha256:db1ef3d318ed811633bd8f4e109c8c3dbf7f911d5f83b67b3222b01ec4e4b0c9 - 22.19% (23.9 MB)

[#002] sha256:fb2d1b7e8ca60037ae9795efc4985a841e2024c768ad28489971a8b39b5b8de9 - 56.81% (61.2 MB)

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


History
2023-05-30 09:39:04 UTC

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

2023-05-30 09:39:04 UTC

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

2023-05-30 09:39:04 UTC

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

2023-05-30 09:39:04 UTC

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

2023-05-30 09:39:09 UTC

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

2023-05-30 09:39:10 UTC

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

2023-06-01 23:38:53 UTC

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

2023-06-01 23:38:53 UTC

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

2023-06-01 23:38:54 UTC

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

2023-06-01 23:38:54 UTC

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

2023-06-01 23:38:54 UTC

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

2023-06-01 23:38:54 UTC

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

2023-06-01 23:38:54 UTC

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

2023-06-01 23:38:54 UTC

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

2023-06-01 23:39:26 UTC

|2 KONG_AMD64_SHA=b52baf1caa300c3ee70ff4d58982085b1da9203c69118c885f00d13954634810 KONG_ARM64_SHA=1d5c2064d44b76fbb3cabf168dc226e91fedb991ace32915297505d089679fed /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 -; 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 -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 && if [ "$ASSET" = "ce" ] ; then kong version ; fi

2023-06-01 23:39:27 UTC

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

2023-06-01 23:39:27 UTC

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

2023-06-01 23:39:27 UTC

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

2023-06-01 23:39:27 UTC

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

2023-06-01 23:39:27 UTC

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

2023-06-01 23:39:28 UTC

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

2023-06-01 23:39:28 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