Namespace
library
Image / Tag
kong:2.5.0-alpine
Content Digest
sha256:a90175f1a3290007122ad5b397e4f2db67a4ca5870dc755230b6c397a08ec021
Details
Created

2021-09-01 03:08:53 UTC

Size

47.2 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7

KONG_ARM64_SHA

131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf

KONG_VERSION

2.5.0

PATH

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


Layers

[#000] sha256:4e9f2cdf438714c2c4533e28c6c41a89cc6c1b46cf77e54c488db30ca4f5b6f3 - 5.68% (2.68 MB)

[#001] sha256:81a932a260c1e4852852f30dfd019cb0eaeca493933da107b49b478f97a8114a - 0.0% (132 Bytes)

[#002] sha256:af18b1a4934e2c5e54790d320d17240ba331b21f0df9b2d4892f9b8a5a57c5aa - 94.32% (44.6 MB)

[#003] sha256:f97ef9b6bde488c17df64ac1a14770099af9f764e728f626da456fcd3cff2afc - 0.0% (733 Bytes)


History
2021-08-31 23:18:16 UTC

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

2021-08-31 23:18:16 UTC

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

2021-09-01 03:08:41 UTC

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

2021-09-01 03:08:41 UTC

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

2021-09-01 03:08:41 UTC

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

2021-09-01 03:08:41 UTC

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

2021-09-01 03:08:42 UTC

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

2021-09-01 03:08:42 UTC

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

2021-09-01 03:08:42 UTC

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

2021-09-01 03:08:42 UTC

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

2021-09-01 03:08:42 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7

2021-09-01 03:08:43 UTC

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

2021-09-01 03:08:43 UTC

/bin/sh -c #(nop) ENV KONG_ARM64_SHA=131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf

2021-09-01 03:08:51 UTC

/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; 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

2021-09-01 03:08:51 UTC

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

2021-09-01 03:08:51 UTC

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

2021-09-01 03:08:52 UTC

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

2021-09-01 03:08:52 UTC

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

2021-09-01 03:08:52 UTC

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

2021-09-01 03:08:52 UTC

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

2021-09-01 03:08:53 UTC

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

Details
Created

2021-09-01 13:09:39 UTC

Size

46.7 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7

KONG_ARM64_SHA

131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf

KONG_VERSION

2.5.0

PATH

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


Layers

[#000] sha256:bbf911997326f5b56d515142e8dbdbe01d2f308276938ddbce3ab347584ed8ce - 5.54% (2.59 MB)

[#001] sha256:834874c5e974b53eb28baf25287cb6506a1ba5b4e01ff118aaa9566fcecb5c39 - 0.0% (131 Bytes)

[#002] sha256:81f1885bae9c378b0ed22b0f54882317aa2b369c3437d48dde9383bde00fe9cc - 94.45% (44.1 MB)

[#003] sha256:749c3863a80bc68fa2ffebe71f27d856b6914678264e891679ad6554ec59c613 - 0.0% (735 Bytes)


History
2021-09-01 02:50:45 UTC

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

2021-09-01 02:50:45 UTC

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

2021-09-01 13:09:28 UTC

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

2021-09-01 13:09:28 UTC

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

2021-09-01 13:09:29 UTC

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

2021-09-01 13:09:29 UTC

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

2021-09-01 13:09:29 UTC

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

2021-09-01 13:09:29 UTC

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

2021-09-01 13:09:29 UTC

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

2021-09-01 13:09:30 UTC

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

2021-09-01 13:09:30 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=ebe0cf3a3e71d202774ede5083c98e2ae39fae0459d11140f53401a66527e1b7

2021-09-01 13:09:30 UTC

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

2021-09-01 13:09:30 UTC

/bin/sh -c #(nop) ENV KONG_ARM64_SHA=131964ce443f2d08dc98191fcc442867f2dee2f741ccee9cc519bb99c765f3cf

2021-09-01 13:09:37 UTC

/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; 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

2021-09-01 13:09:38 UTC

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

2021-09-01 13:09:38 UTC

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

2021-09-01 13:09:38 UTC

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

2021-09-01 13:09:38 UTC

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

2021-09-01 13:09:39 UTC

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

2021-09-01 13:09:39 UTC

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

2021-09-01 13:09:39 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