Namespace
library
Image / Tag
kong:3.3.0-ubuntu
Content Digest
sha256:6901d658a7fe670a285c85fb41b6dfca465b3bf97b1f488b2f4a04518ec46567
Details
Created

2023-07-04 18:23:01 UTC

Size

77.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
    22.04

Environment
ASSET

ce

KONG_VERSION

3.3.0

PATH

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


Layers

[#000] sha256:9d19ee268e0d7bcf6716e6658ee1b0384a71d6f2f9aa1ae2085610cf7c7b316f - 37.43% (29 MB)

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

[#002] sha256:c0485449e03859344d0d3afc6a0e5d0ac35cd50deb2c2c3cb8cc6114b503c1ed - 62.57% (48.5 MB)

[#003] sha256:8eb811f70b9c3e6e52149298e8491972444909b64a67a7549200fdcf841b8f0c - 0.0% (1.13 KB)


History
2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:40 UTC

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

2023-06-28 08:37:42 UTC

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

2023-06-28 08:37:42 UTC

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

2023-07-04 18:22:10 UTC

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

2023-07-04 18:22:10 UTC

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

2023-07-04 18:22:10 UTC

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

2023-07-04 18:22:10 UTC

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

2023-07-04 18:22:11 UTC

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

2023-07-04 18:22:11 UTC

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

2023-07-04 18:22:11 UTC

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

2023-07-04 18:22:11 UTC

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

2023-07-04 18:22:11 UTC

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

2023-07-04 18:23:00 UTC

|2 KONG_AMD64_SHA=e8c5fe8cacf19477d37a3b16375a263183f0c87c9ec217c4ead0c774d286be5b KONG_ARM64_SHA=2d918f7dd1ca5d54a6832cc370892a99af8e39fc4040df66d2d7ca6d97b9a2b5 /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

2023-07-04 18:23:00 UTC

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

2023-07-04 18:23:00 UTC

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

2023-07-04 18:23:01 UTC

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

2023-07-04 18:23:01 UTC

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

2023-07-04 18:23:01 UTC

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

2023-07-04 18:23:01 UTC

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

2023-07-04 18:23:01 UTC

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

Details
Created

2023-07-04 15:56:56 UTC

Size

72.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
    22.04

Environment
ASSET

ce

KONG_VERSION

3.3.0

PATH

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


Layers

[#000] sha256:ac34a2e0269ced3acc355be706239ee0f3f1e73a035c40dd2fac74827164ee53 - 37.49% (27.1 MB)

[#001] sha256:323749330ae28b00c28d5d9426a6340ac8c0950f884d5f86035845592177af50 - 0.0% (129 Bytes)

[#002] sha256:0838f7579b4383b8de9c9ba94ea92f5e8bf54501aad19ff3c7b20a69d3e9601c - 62.51% (45.1 MB)

[#003] sha256:86236cf6ed5d8a29939463122de34686c5333330b978ec314bb8718c4bf9f92d - 0.0% (1.13 KB)


History
2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:48 UTC

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

2023-06-28 08:42:50 UTC

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

2023-06-28 08:42:50 UTC

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

2023-07-04 15:56:30 UTC

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

2023-07-04 15:56:30 UTC

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

2023-07-04 15:56:30 UTC

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

2023-07-04 15:56:31 UTC

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

2023-07-04 15:56:31 UTC

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

2023-07-04 15:56:31 UTC

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

2023-07-04 15:56:31 UTC

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

2023-07-04 15:56:31 UTC

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

2023-07-04 15:56:31 UTC

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

2023-07-04 15:56:55 UTC

|2 KONG_AMD64_SHA=e8c5fe8cacf19477d37a3b16375a263183f0c87c9ec217c4ead0c774d286be5b KONG_ARM64_SHA=2d918f7dd1ca5d54a6832cc370892a99af8e39fc4040df66d2d7ca6d97b9a2b5 /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

2023-07-04 15:56:55 UTC

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

2023-07-04 15:56:55 UTC

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

2023-07-04 15:56:55 UTC

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

2023-07-04 15:56:55 UTC

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

2023-07-04 15:56:55 UTC

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

2023-07-04 15:56:55 UTC

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

2023-07-04 15:56:56 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