Namespace
library
Image / Tag
kong:3.3.1
Content Digest
sha256:e8fb7e3785762bddfc68e8111e42544242e35a111b4a90689a0fc9f0d51697c8
Details
Created

2024-05-02 02:30:06 UTC

Size

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

Environment
ASSET

ce

KONG_VERSION

3.3.1

PATH

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


Layers

[#000] sha256:4a023cab5400feb5c1ab725beb8345ddb0e3200314004b56677a5eee2e8c86cf - 37.42% (29 MB)

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

[#002] sha256:be9a11c6a39434e278ada83f8d7af15707b1d8fe2b29bf143f0c3131e3b140bf - 62.58% (48.5 MB)

[#003] sha256:4053cabdc493db9282027d85dd5de470b5861af7b4de7a957d3bf58a229a04c3 - 0.0% (1.13 KB)


History
2024-04-27 13:18:35 UTC

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

2024-04-27 13:18:35 UTC

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

2024-04-27 13:18:35 UTC

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

2024-04-27 13:18:35 UTC

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

2024-04-27 13:18:37 UTC

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

2024-04-27 13:18:37 UTC

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

2024-05-02 02:27:53 UTC

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

2024-05-02 02:27:53 UTC

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

2024-05-02 02:27:53 UTC

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

2024-05-02 02:27:54 UTC

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

2024-05-02 02:27:54 UTC

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

2024-05-02 02:29:30 UTC

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

2024-05-02 02:29:30 UTC

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

2024-05-02 02:29:30 UTC

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

2024-05-02 02:29:30 UTC

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

2024-05-02 02:30:05 UTC

|2 KONG_AMD64_SHA=3aa6625933b60c8a4669a3623bcd3a3d736dfd807bbc314ea8989cd63c117a20 KONG_ARM64_SHA=3fd20cd0e45e81d858b54d3e40992d73ac9d7d11e398c0d02854ff69988657dd /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-05-02 02:30:05 UTC

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

2024-05-02 02:30:05 UTC

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

2024-05-02 02:30:06 UTC

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

2024-05-02 02:30:06 UTC

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

2024-05-02 02:30:06 UTC

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

2024-05-02 02:30:06 UTC

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

2024-05-02 02:30:06 UTC

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

Details
Created

2024-05-02 01:26:00 UTC

Size

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

PATH

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


Layers

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

[#001] sha256:03023e4edb848ce23a04dbdafb917b1fb8b27a7fc00ee3ac62fcf2690e8ee1b4 - 0.0% (125 Bytes)

[#002] sha256:605f88e256de790f416dd59e6afa8e723b24b39d74ec4e5d5d41d249bed26c6e - 62.51% (45.2 MB)

[#003] sha256:2990338e0b55b3453adea618a47eec3168590c8480ea240ed234e25ca3e78e3e - 0.0% (1.13 KB)


History
2024-04-27 14:32:22 UTC

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

2024-04-27 14:32:22 UTC

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

2024-04-27 14:32:22 UTC

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

2024-04-27 14:32:23 UTC

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

2024-04-27 14:32:33 UTC

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

2024-04-27 14:32:33 UTC

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

2024-05-02 01:24:32 UTC

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

2024-05-02 01:24:32 UTC

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

2024-05-02 01:24:32 UTC

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

2024-05-02 01:24:32 UTC

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

2024-05-02 01:24:32 UTC

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

2024-05-02 01:25:35 UTC

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

2024-05-02 01:25:35 UTC

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

2024-05-02 01:25:35 UTC

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

2024-05-02 01:25:35 UTC

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

2024-05-02 01:25:59 UTC

|2 KONG_AMD64_SHA=3aa6625933b60c8a4669a3623bcd3a3d736dfd807bbc314ea8989cd63c117a20 KONG_ARM64_SHA=3fd20cd0e45e81d858b54d3e40992d73ac9d7d11e398c0d02854ff69988657dd /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-05-02 01:26:00 UTC

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

2024-05-02 01:26:00 UTC

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

2024-05-02 01:26:00 UTC

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

2024-05-02 01:26:00 UTC

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

2024-05-02 01:26:00 UTC

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

2024-05-02 01:26:00 UTC

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

2024-05-02 01:26:00 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