Namespace
library
Image / Tag
kong:2.5-ubuntu
Content Digest
sha256:35fbe9f437ff098d994ae4043430815d9b6ea401ff03e205c028190390f03ec3
Details
Created

2023-02-01 19:16:32 UTC

Size

116 MB

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

Environment
ASSET

ce

KONG_VERSION

2.5.2

PATH

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


Layers

[#000] sha256:7608715873ec5c02d370e963aa9b19a149023ce218887221d93fe671b3abbf58 - 23.56% (27.3 MB)

[#001] sha256:072b4eaa2b5682c7004efd6ccb6e88c462f0ea7270baf54965422fbd56e3d58b - 20.67% (23.9 MB)

[#002] sha256:2c2ccd67fa8db19ca641bafe4b2f46436e78c4a341db2835bf2e948c5a9b7e4a - 55.77% (64.5 MB)

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


History
2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:39 UTC

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

2023-02-01 11:42:39 UTC

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

2023-02-01 19:15:07 UTC

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

2023-02-01 19:15:07 UTC

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

2023-02-01 19:15:07 UTC

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

2023-02-01 19:15:07 UTC

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

2023-02-01 19:16:07 UTC

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

2023-02-01 19:16:07 UTC

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

2023-02-01 19:16:07 UTC

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

2023-02-01 19:16:07 UTC

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

2023-02-01 19:16:31 UTC

|2 KONG_AMD64_SHA=ae65ac9eb35f682768abfb080c61581440347db8dafd0a495639ff666a406a96 KONG_ARM64_SHA=b4720e3d0831d13364cc749200c77df356a2145478f6a55fd48618a9aa1967d9 /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-02-01 19:16:31 UTC

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

2023-02-01 19:16:32 UTC

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

2023-02-01 19:16:32 UTC

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

2023-02-01 19:16:32 UTC

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

2023-02-01 19:16:32 UTC

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

2023-02-01 19:16:32 UTC

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

2023-02-01 19:16:32 UTC

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

Details
Created

2023-02-01 18:45:54 UTC

Size

113 MB

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

Environment
ASSET

ce

KONG_VERSION

2.5.2

PATH

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


Layers

[#000] sha256:70cf24b162395e1500d40f2b012f253bfd5d15f029ef9d636620fa2365ae503c - 22.98% (25.9 MB)

[#001] sha256:932a6b0f471e3c11d4540f1a320c68c9a8fc4fd47d236ea7d3ce0cf1970089a3 - 21.19% (23.9 MB)

[#002] sha256:2ed898b509b7b648925b652fbc183d740e449827da9b564517c201a941c60d98 - 55.83% (63 MB)

[#003] sha256:f1165bc13dac0c2cae5fd709a05d702a4c42104e5df24e99acccc40fc36ea473 - 0.0% (880 Bytes)


History
2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:56 UTC

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

2023-02-01 11:27:56 UTC

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

2023-02-01 18:44:46 UTC

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

2023-02-01 18:44:46 UTC

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

2023-02-01 18:44:46 UTC

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

2023-02-01 18:44:46 UTC

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

2023-02-01 18:45:36 UTC

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

2023-02-01 18:45:36 UTC

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

2023-02-01 18:45:36 UTC

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

2023-02-01 18:45:36 UTC

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

2023-02-01 18:45:52 UTC

|2 KONG_AMD64_SHA=ae65ac9eb35f682768abfb080c61581440347db8dafd0a495639ff666a406a96 KONG_ARM64_SHA=b4720e3d0831d13364cc749200c77df356a2145478f6a55fd48618a9aa1967d9 /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-02-01 18:45:53 UTC

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

2023-02-01 18:45:53 UTC

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

2023-02-01 18:45:53 UTC

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

2023-02-01 18:45:53 UTC

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

2023-02-01 18:45:53 UTC

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

2023-02-01 18:45:53 UTC

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

2023-02-01 18:45:54 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