Namespace
library
Image / Tag
kong:3.0-ubuntu
Content Digest
sha256:dc79f8a3ff9bc887146b252773792aaeac59a2ff259f4322a9aa3320eaede308
Details
Created

2023-12-02 02:46:47 UTC

Size

97.2 MB

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

Environment
ASSET

ce

KONG_VERSION

3.0.2

PATH

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


Layers

[#000] sha256:30ecab32a3b65c6ec04c63a65b90e627b49d1297d8793896ed50b656377d8a06 - 28.05% (27.3 MB)

[#001] sha256:1e1e47b671eb780047da83baa9dca7d3e9330a0dbc46cac42ef72cd0b1cb43bd - 0.0% (130 Bytes)

[#002] sha256:f20ae0cc5af8943285979a21c8880e1bfdfaa647ef559e7cfb52c8e717ab5d13 - 71.95% (69.9 MB)

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


History
2023-11-28 05:17:39 UTC

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

2023-11-28 05:17:39 UTC

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

2023-11-28 05:17:39 UTC

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

2023-11-28 05:17:39 UTC

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

2023-11-28 05:17:41 UTC

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

2023-11-28 05:17:41 UTC

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

2023-12-02 02:45:46 UTC

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

2023-12-02 02:45:47 UTC

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

2023-12-02 02:45:47 UTC

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

2023-12-02 02:45:47 UTC

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

2023-12-02 02:45:47 UTC

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

2023-12-02 02:46:23 UTC

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

2023-12-02 02:46:23 UTC

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

2023-12-02 02:46:23 UTC

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

2023-12-02 02:46:23 UTC

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

2023-12-02 02:46:45 UTC

|2 KONG_AMD64_SHA=ad9b0b97b48e2a939d2aefa1ae2e4f2924a4cda5382e99524589ccbb90f7c396 KONG_ARM64_SHA=8e10e6693ece4166c9acf3eb0745c119468d6902e7c27b2841f900644b3e2c53 /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 -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-12-02 02:46:46 UTC

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

2023-12-02 02:46:46 UTC

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

2023-12-02 02:46:46 UTC

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

2023-12-02 02:46:47 UTC

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

2023-12-02 02:46:47 UTC

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

2023-12-02 02:46:47 UTC

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

2023-12-02 02:46:47 UTC

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

Details
Created

2023-12-02 05:41:30 UTC

Size

94.5 MB

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

Environment
ASSET

ce

KONG_VERSION

3.0.2

PATH

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


Layers

[#000] sha256:5d2acf9ee7cfde47b6ce997317767b8fa9bf8d93b8297016db9e093d06aa913d - 27.44% (25.9 MB)

[#001] sha256:3c26952e15acc32a90795fa0d1996a61dc3560e90547c0a1f0783295dcae0eb8 - 0.0% (122 Bytes)

[#002] sha256:ea37893900bbde310de77f5762e191e38448639471211e59500cc70b4befcac1 - 72.56% (68.6 MB)

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


History
2023-11-28 05:25:16 UTC

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

2023-11-28 05:25:16 UTC

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

2023-11-28 05:25:16 UTC

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

2023-11-28 05:25:16 UTC

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

2023-11-28 05:25:23 UTC

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

2023-11-28 05:25:23 UTC

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

2023-12-02 05:40:42 UTC

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

2023-12-02 05:40:42 UTC

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

2023-12-02 05:40:42 UTC

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

2023-12-02 05:40:42 UTC

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

2023-12-02 05:40:42 UTC

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

2023-12-02 05:41:11 UTC

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

2023-12-02 05:41:11 UTC

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

2023-12-02 05:41:11 UTC

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

2023-12-02 05:41:11 UTC

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

2023-12-02 05:41:29 UTC

|2 KONG_AMD64_SHA=ad9b0b97b48e2a939d2aefa1ae2e4f2924a4cda5382e99524589ccbb90f7c396 KONG_ARM64_SHA=8e10e6693ece4166c9acf3eb0745c119468d6902e7c27b2841f900644b3e2c53 /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 -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-12-02 05:41:30 UTC

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

2023-12-02 05:41:30 UTC

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

2023-12-02 05:41:30 UTC

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

2023-12-02 05:41:30 UTC

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

2023-12-02 05:41:30 UTC

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

2023-12-02 05:41:30 UTC

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

2023-12-02 05:41:30 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