Namespace
library
Image / Tag
kong:2.7
Content Digest
sha256:70196944d39139e6ffefcfa9bc80c802e614398ae6b24171ef465bcf5c78f168
Details
Created

2023-02-11 14:00:43 UTC

Size

47.8 MB

Content Digest
Labels
  • maintainer
    Kong <support@konghq.com>

Environment
ASSET

ce

KONG_VERSION

2.7.2

PATH

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


Layers

[#000] sha256:895e193edb5191bf66fb5ccb29f5d3659e05eec5953255180cbdd66520e7c517 - 5.64% (2.7 MB)

[#001] sha256:230feecf627a5c7bab62deef1079f59e6af0cbe179bb311838e2487e83517597 - 0.0% (131 Bytes)

[#002] sha256:2b9a48dd6e9a1df950420f038d6ae0ec407ab4376303d9592f34690883caeee3 - 94.36% (45.1 MB)

[#003] sha256:86fa6e09673118d6d1240a3dafbaadc03f07f15340c49c9e71b8c830f6bfdd14 - 0.0% (881 Bytes)


History
2023-02-11 04:46:54 UTC

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

2023-02-11 04:46:55 UTC

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

2023-02-11 14:00:34 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>

2023-02-11 14:00:34 UTC

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

2023-02-11 14:00:34 UTC

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

2023-02-11 14:00:34 UTC

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

2023-02-11 14:00:35 UTC

/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz

2023-02-11 14:00:35 UTC

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

2023-02-11 14:00:35 UTC

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

2023-02-11 14:00:35 UTC

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

2023-02-11 14:00:35 UTC

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

2023-02-11 14:00:42 UTC

|2 KONG_AMD64_SHA=16990765aee26fc194992f0f90fc81e78a46d77cd0fc1e6670f3b2f797c1fe6b KONG_ARM64_SHA=3e5dde2479d53299e81dd903a04e30302108b0864c996a3662fda24ca7aee9f6 /bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256=$KONG_AMD64_SHA ;; aarch64) arch='arm64'; KONG_SHA256=$KONG_ARM64_SHA ;; esac; if [ "$ASSET" = "ce" ] ; then apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && curl -fL "https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/kong-$KONG_VERSION.$arch.apk.tar.gz" -o /tmp/kong.tar.gz && echo "$KONG_SHA256 /tmp/kong.tar.gz" | sha256sum -c - && apk del .build-deps; else apk upgrade; fi; mkdir /kong && tar -C /kong -xzf /tmp/kong.tar.gz && mv /kong/usr/local/* /usr/local && mv /kong/etc/* /etc && rm -rf /kong && apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zip bash zlib zlib-dev git ca-certificates && adduser -S kong && addgroup -S kong && mkdir -p "/usr/local/kong" && chown -R kong:0 /usr/local/kong && chown kong:0 /usr/local/bin/kong && chmod -R g=u /usr/local/kong && rm -rf /tmp/kong.tar.gz && 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

2023-02-11 14:00:43 UTC

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

2023-02-11 14:00:43 UTC

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

2023-02-11 14:00:43 UTC

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

2023-02-11 14:00:43 UTC

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

2023-02-11 14:00:43 UTC

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

2023-02-11 14:00:43 UTC

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

2023-02-11 14:00:43 UTC

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

Details
Created

2023-02-10 23:00:05 UTC

Size

47.3 MB

Content Digest
Labels
  • maintainer
    Kong <support@konghq.com>

Environment
ASSET

ce

KONG_VERSION

2.7.2

PATH

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


Layers

[#000] sha256:404f35918b797abb27547df3b530ec55a77c499c4dce88f3b90867115087f9e7 - 5.49% (2.6 MB)

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

[#002] sha256:b97913daff8998af5358c7169f83e4726d3a6ddf08054204d7e1b0dbdd5ed4c0 - 94.51% (44.7 MB)

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


History
2023-02-10 21:24:16 UTC

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

2023-02-10 21:24:16 UTC

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

2023-02-10 22:59:57 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>

2023-02-10 22:59:57 UTC

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

2023-02-10 22:59:57 UTC

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

2023-02-10 22:59:57 UTC

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

2023-02-10 22:59:57 UTC

/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz

2023-02-10 22:59:57 UTC

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

2023-02-10 22:59:58 UTC

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

2023-02-10 22:59:58 UTC

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

2023-02-10 22:59:58 UTC

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

2023-02-10 23:00:04 UTC

|2 KONG_AMD64_SHA=16990765aee26fc194992f0f90fc81e78a46d77cd0fc1e6670f3b2f797c1fe6b KONG_ARM64_SHA=3e5dde2479d53299e81dd903a04e30302108b0864c996a3662fda24ca7aee9f6 /bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256=$KONG_AMD64_SHA ;; aarch64) arch='arm64'; KONG_SHA256=$KONG_ARM64_SHA ;; esac; if [ "$ASSET" = "ce" ] ; then apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && curl -fL "https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/kong-$KONG_VERSION.$arch.apk.tar.gz" -o /tmp/kong.tar.gz && echo "$KONG_SHA256 /tmp/kong.tar.gz" | sha256sum -c - && apk del .build-deps; else apk upgrade; fi; mkdir /kong && tar -C /kong -xzf /tmp/kong.tar.gz && mv /kong/usr/local/* /usr/local && mv /kong/etc/* /etc && rm -rf /kong && apk add --no-cache libstdc++ libgcc openssl pcre perl tzdata libcap zip bash zlib zlib-dev git ca-certificates && adduser -S kong && addgroup -S kong && mkdir -p "/usr/local/kong" && chown -R kong:0 /usr/local/kong && chown kong:0 /usr/local/bin/kong && chmod -R g=u /usr/local/kong && rm -rf /tmp/kong.tar.gz && 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

2023-02-10 23:00:04 UTC

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

2023-02-10 23:00:05 UTC

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

2023-02-10 23:00:05 UTC

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

2023-02-10 23:00:05 UTC

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

2023-02-10 23:00:05 UTC

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

2023-02-10 23:00:05 UTC

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

2023-02-10 23:00:05 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