Namespace
library
Image / Tag
kong:3.2-ubuntu
Content Digest
sha256:e2ce6e08c62a41ae062fb49ea9a785964966ae5d375ad0ba0664e5dc48af64d1
Details
Created

2024-02-16 02:07:14 UTC

Size

71.1 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.2.2

PATH

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


Layers

[#000] sha256:d66d6a6a368713979f9d00fad193991ae1af18b8efd3abf4d70ade192807c1bd - 40.86% (29 MB)

[#001] sha256:4fbaaaf731cf9f53a759457afc1217ff264f6487efe92f19ca7024487d8c1c98 - 0.0% (126 Bytes)

[#002] sha256:20c5acc3aa3b356862a99e416b07960c6bc88495b5055d50b186f36c67bcdd84 - 59.14% (42 MB)

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


History
2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:26 UTC

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

2024-02-13 10:06:28 UTC

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

2024-02-13 10:06:28 UTC

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

2024-02-16 02:05:01 UTC

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

2024-02-16 02:05:01 UTC

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

2024-02-16 02:05:01 UTC

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

2024-02-16 02:05:02 UTC

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

2024-02-16 02:05:02 UTC

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

2024-02-16 02:06:53 UTC

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

2024-02-16 02:06:54 UTC

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

2024-02-16 02:06:54 UTC

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

2024-02-16 02:06:54 UTC

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

2024-02-16 02:07:13 UTC

|2 KONG_AMD64_SHA=bfb905c69950386397e8a975358324ec3e2c8fd6dd0425e4a5c2a4c80add4540 KONG_ARM64_SHA=676335fefeb77eff168b27161678615575f3d573a62b19a5a86a5c8bba2c492a /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

2024-02-16 02:07:13 UTC

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

2024-02-16 02:07:13 UTC

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

2024-02-16 02:07:13 UTC

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

2024-02-16 02:07:14 UTC

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

2024-02-16 02:07:14 UTC

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

2024-02-16 02:07:14 UTC

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

2024-02-16 02:07:14 UTC

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

Details
Created

2024-02-16 05:16:32 UTC

Size

75 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.2.2

PATH

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


Layers

[#000] sha256:3e5db86eb9ec9d504e578b563fa89da9e71500cd4403efe3f4f9a567bdf34e85 - 36.12% (27.1 MB)

[#001] sha256:08565b9b970ce2ee9c59c98b4fe1160dd51718e32b803bccaa3c03b2223f3e1a - 0.0% (126 Bytes)

[#002] sha256:7337a8c8bccdd501a89629f0e1d7dcc5d55007e353898f3396960b2aa6218146 - 63.88% (47.9 MB)

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


History
2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:34 UTC

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

2024-02-13 10:08:48 UTC

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

2024-02-13 10:08:49 UTC

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

2024-02-16 05:14:44 UTC

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

2024-02-16 05:14:44 UTC

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

2024-02-16 05:14:44 UTC

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

2024-02-16 05:14:44 UTC

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

2024-02-16 05:14:44 UTC

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

2024-02-16 05:16:15 UTC

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

2024-02-16 05:16:15 UTC

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

2024-02-16 05:16:15 UTC

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

2024-02-16 05:16:15 UTC

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

2024-02-16 05:16:31 UTC

|2 KONG_AMD64_SHA=bfb905c69950386397e8a975358324ec3e2c8fd6dd0425e4a5c2a4c80add4540 KONG_ARM64_SHA=676335fefeb77eff168b27161678615575f3d573a62b19a5a86a5c8bba2c492a /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

2024-02-16 05:16:32 UTC

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

2024-02-16 05:16:32 UTC

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

2024-02-16 05:16:32 UTC

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

2024-02-16 05:16:32 UTC

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

2024-02-16 05:16:32 UTC

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

2024-02-16 05:16:32 UTC

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

2024-02-16 05:16:32 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