Namespace
library
Image / Tag
kong:3.4.1-ubuntu
Content Digest
sha256:a262e3c18d93c75aa436b347a7b6620b39286fe7f78afcc1ea4f7efc164478aa
Details
Created

2023-10-06 01:30:15 UTC

Size

93.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.1

PATH

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


Layers

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

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

[#002] sha256:9b0679e2502bddeeb21b9106fe6124497ab9de0a787f72470830829a9916b183 - 69.05% (64.8 MB)

[#003] sha256:b7c3128877b7ca334eeb53c2d5f11c87d5f1769c3423432d0f67e1c3c2258611 - 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-06 01:29:47 UTC

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

2023-10-06 01:29:47 UTC

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

2023-10-06 01:29:48 UTC

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

2023-10-06 01:29:48 UTC

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

2023-10-06 01:30:14 UTC

|2 KONG_AMD64_SHA=664dd8fe5ce3621b1945e0b8ea27e8e607b2de1aafa7d796b5d5edd22ce6f6d2 KONG_ARM64_SHA=ae99eb5d2d8256e3caa90aaf6a9b82a976b476c41c71d69076fc56b4fbb305de /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 --no-install-recommends curl ca-certificates && 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 --no-install-recommends /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-06 01:30:15 UTC

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

2023-10-06 01:30:15 UTC

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

2023-10-06 01:30:15 UTC

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

2023-10-06 01:30:15 UTC

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

2023-10-06 01:30:15 UTC

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

2023-10-06 01:30:15 UTC

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

2023-10-06 01:30:15 UTC

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

Details
Created

2023-10-06 01:25:03 UTC

Size

89.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.1

PATH

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


Layers

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

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

[#002] sha256:4d523f674562afb54a56358d009e83a28ad406c50fc50d662bb7dff77b5c80b2 - 69.68% (62.2 MB)

[#003] sha256:9b80be452d758299b2b928e16af4ac4abbcbc3899a982d092a61f9241c3e9a5c - 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-06 01:24:35 UTC

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

2023-10-06 01:24:35 UTC

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

2023-10-06 01:24:35 UTC

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

2023-10-06 01:24:35 UTC

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

2023-10-06 01:25:02 UTC

|2 KONG_AMD64_SHA=664dd8fe5ce3621b1945e0b8ea27e8e607b2de1aafa7d796b5d5edd22ce6f6d2 KONG_ARM64_SHA=ae99eb5d2d8256e3caa90aaf6a9b82a976b476c41c71d69076fc56b4fbb305de /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 --no-install-recommends curl ca-certificates && 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 --no-install-recommends /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-06 01:25:03 UTC

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

2023-10-06 01:25:03 UTC

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

2023-10-06 01:25:03 UTC

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

2023-10-06 01:25:03 UTC

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

2023-10-06 01:25:03 UTC

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

2023-10-06 01:25:03 UTC

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

2023-10-06 01:25:03 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