Namespace
library
Image / Tag
kong:3.1-ubuntu
Content Digest
sha256:7c87a6055b5bd80b0e8ecd72d4cb84b7ed6ee08970f446094085a6989453a5fb
Details
Created

2024-02-02 07:32:06 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.1.1

PATH

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


Layers

[#000] sha256:3c67549075b6db92af85c8649f848d697b5bb1f448b436c4b4d6ee6834ab45f7 - 28.05% (27.3 MB)

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

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

[#003] sha256:7805240893333a133df0a94e2635da22bd327a62e73d2919d0f52b881bef3803 - 0.0% (879 Bytes)


History
2024-01-23 13:01:02 UTC

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

2024-01-23 13:01:02 UTC

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

2024-01-23 13:01:02 UTC

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

2024-01-23 13:01:02 UTC

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

2024-01-23 13:01:04 UTC

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

2024-01-23 13:01:04 UTC

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

2024-02-02 07:31:39 UTC

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

2024-02-02 07:31:39 UTC

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

2024-02-02 07:31:39 UTC

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

2024-02-02 07:31:40 UTC

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

2024-02-02 07:31:40 UTC

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

2024-02-02 07:31:40 UTC

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

2024-02-02 07:31:40 UTC

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

2024-02-02 07:31:40 UTC

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

2024-02-02 07:31:40 UTC

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

2024-02-02 07:32:05 UTC

|2 KONG_AMD64_SHA=39bbefa14d348dedf7734c742da46acf7777ff0018f2cad7961799ba4663277b KONG_ARM64_SHA=66c88430fb641ace356af55db4377a697a5ee5a63fbb243bcc8a4a90e3874f9f /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

2024-02-02 07:32:06 UTC

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

2024-02-02 07:32:06 UTC

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

2024-02-02 07:32:06 UTC

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

2024-02-02 07:32:06 UTC

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

2024-02-02 07:32:06 UTC

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

2024-02-02 07:32:06 UTC

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

2024-02-02 07:32:06 UTC

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

Details
Created

2024-02-02 02:06:28 UTC

Size

94.6 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.1.1

PATH

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


Layers

[#000] sha256:beb9e0b551f10db0eea20b2fc47ad9cb3a7f0f338845eeb162a82fec32843b1a - 27.43% (25.9 MB)

[#001] sha256:945c0be80e646727d5d4ba6c543f57c71fd14e633a90f653a2b908a84fc9e966 - 0.0% (125 Bytes)

[#002] sha256:fa2b3e33419c6c925a6a156a558c75b92e165ca5f6559220a7b773f3b0da5172 - 72.57% (68.6 MB)

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


History
2024-01-23 13:04:26 UTC

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

2024-01-23 13:04:26 UTC

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

2024-01-23 13:04:26 UTC

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

2024-01-23 13:04:26 UTC

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

2024-01-23 13:04:27 UTC

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

2024-01-23 13:04:27 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:05:58 UTC

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

2024-02-02 02:06:27 UTC

|2 KONG_AMD64_SHA=39bbefa14d348dedf7734c742da46acf7777ff0018f2cad7961799ba4663277b KONG_ARM64_SHA=66c88430fb641ace356af55db4377a697a5ee5a63fbb243bcc8a4a90e3874f9f /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

2024-02-02 02:06:28 UTC

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

2024-02-02 02:06:28 UTC

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

2024-02-02 02:06:28 UTC

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

2024-02-02 02:06:28 UTC

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

2024-02-02 02:06:28 UTC

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

2024-02-02 02:06:28 UTC

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

2024-02-02 02:06:28 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