Namespace
library
Image / Tag
kong:2.5.1-alpine
Content Digest
sha256:41e3edb43d99e58372ad516d02d7723dd4addfbb058cb0bc6f6f7ad224d4f383
Details
Created

2022-04-05 07:18:53 UTC

Size

47.5 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

f3fc429372e473e8616cf6afc56543a151bd08ba2bc235176d671515f691f20b

KONG_ARM64_SHA

e6d002b49aab10c1ae74cd533640eddc9e7f0ce30562cd7079d4b76d9eb70340

KONG_VERSION

2.5.1

PATH

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


Layers

[#000] sha256:8663204ce13b2961da55026a2034abb9e5afaaccf6a9cfb44ad71406dcd07c7b - 5.66% (2.69 MB)

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

[#002] sha256:20e19ff8ee1a3d712fb5a9b15e5dc3975135eabb0db2bdc9d86987b1dc0ab312 - 94.34% (44.8 MB)

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


History
2022-04-05 00:20:08 UTC

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

2022-04-05 00:20:08 UTC

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

2022-04-05 07:18:31 UTC

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

2022-04-05 07:18:31 UTC

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

2022-04-05 07:18:31 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:45 UTC

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

2022-04-05 07:18:45 UTC

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

2022-04-05 07:18:45 UTC

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

2022-04-05 07:18:45 UTC

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

2022-04-05 07:18:45 UTC

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

2022-04-05 07:18:45 UTC

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

2022-04-05 07:18:52 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

2022-04-05 07:18:53 UTC

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

2022-04-05 07:18:53 UTC

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

2022-04-05 07:18:53 UTC

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

2022-04-05 07:18:53 UTC

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

2022-04-05 07:18:53 UTC

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

2022-04-05 07:18:53 UTC

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

2022-04-05 07:18:53 UTC

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

Details
Created

2022-04-05 14:28:29 UTC

Size

47 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

f3fc429372e473e8616cf6afc56543a151bd08ba2bc235176d671515f691f20b

KONG_ARM64_SHA

e6d002b49aab10c1ae74cd533640eddc9e7f0ce30562cd7079d4b76d9eb70340

KONG_VERSION

2.5.1

PATH

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


Layers

[#000] sha256:455c02918c4592a9beeeae47df541266f3ea53ed573feb767e5e8ab8dcee146e - 5.52% (2.59 MB)

[#001] sha256:b207e35a40e16bf077293a403527df55332656538c7440f973ba718144ac6c49 - 0.0% (133 Bytes)

[#002] sha256:c5099f94dcde963cbb40fd4c0b539ebda765c2a4ee6973d14bb0528df4fa3835 - 94.48% (44.4 MB)

[#003] sha256:406022bc9bda03a0ac64449c49805df757f7800fc95c620c9ecc541d65b30820 - 0.0% (881 Bytes)


History
2022-04-04 23:39:39 UTC

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

2022-04-04 23:39:39 UTC

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

2022-04-05 14:26:04 UTC

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

2022-04-05 14:26:05 UTC

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

2022-04-05 14:26:06 UTC

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

2022-04-05 14:26:07 UTC

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

2022-04-05 14:26:09 UTC

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

2022-04-05 14:28:09 UTC

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

2022-04-05 14:28:10 UTC

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

2022-04-05 14:28:11 UTC

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

2022-04-05 14:28:12 UTC

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

2022-04-05 14:28:13 UTC

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

2022-04-05 14:28:14 UTC

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

2022-04-05 14:28:23 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

2022-04-05 14:28:24 UTC

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

2022-04-05 14:28:24 UTC

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

2022-04-05 14:28:25 UTC

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

2022-04-05 14:28:26 UTC

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

2022-04-05 14:28:27 UTC

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

2022-04-05 14:28:28 UTC

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

2022-04-05 14:28:29 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