Namespace
library
Image / Tag
kong:3.6.0-ubuntu
Content Digest
sha256:2f2832a751eee25b4cb643a9b8b14df602a88c249c2baba46e3e7b51df2bb78b
Details
Created

2024-02-16 02:05:22 UTC

Size

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

PATH

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


Layers

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

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

[#002] sha256:b66ae0b9e5b587cf9eaf0ab116ed8977d9c4d0f07f742ee5a4306abf4e4218f7 - 68.97% (64.5 MB)

[#003] sha256:abccdbcbe9b6bde613b6493c27fd48ee3f71dc385b4c113c18f1a907ddfedeb0 - 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:05:02 UTC

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

2024-02-16 02:05:02 UTC

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

2024-02-16 02:05:02 UTC

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

2024-02-16 02:05:02 UTC

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

2024-02-16 02:05:21 UTC

|2 KONG_AMD64_SHA=73baee93639c774f3932e270f2ef9021ee638bff3b301a94bfb6003aaaa8b5e1 KONG_ARM64_SHA=c7cc33ccfad303c18d83db0d7262be77fce7ec702c49f096ab201a9c5e1ff0be /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

2024-02-16 02:05:22 UTC

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

2024-02-16 02:05:22 UTC

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

2024-02-16 02:05:22 UTC

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

2024-02-16 02:05:22 UTC

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

2024-02-16 02:05:22 UTC

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

2024-02-16 02:05:22 UTC

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

2024-02-16 02:05:22 UTC

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

Details
Created

2024-02-16 05:15:03 UTC

Size

91.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.6.0

PATH

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


Layers

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

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

[#002] sha256:54dfd018f922672b74f65a3a94fa1a94d1b5ba45c2a1c60c8a32e202848dac53 - 70.3% (64.1 MB)

[#003] sha256:7b8b052c898777961fe47aaa773b77db91db18a35d3c055526b0efc9466bdebb - 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:14:44 UTC

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

2024-02-16 05:14:45 UTC

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

2024-02-16 05:14:45 UTC

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

2024-02-16 05:14:45 UTC

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

2024-02-16 05:15:01 UTC

|2 KONG_AMD64_SHA=73baee93639c774f3932e270f2ef9021ee638bff3b301a94bfb6003aaaa8b5e1 KONG_ARM64_SHA=c7cc33ccfad303c18d83db0d7262be77fce7ec702c49f096ab201a9c5e1ff0be /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

2024-02-16 05:15:03 UTC

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

2024-02-16 05:15:03 UTC

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

2024-02-16 05:15:03 UTC

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

2024-02-16 05:15:03 UTC

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

2024-02-16 05:15:03 UTC

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

2024-02-16 05:15:03 UTC

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

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