Namespace
kong
Image / Tag
kong-gateway:2.6.0.0-beta1-alpine
Content Digest
sha256:b46a77ee3707e1aa041c0efeda101b80ecfabf36319d2447264fa3377c72525c
Details
Created

2021-10-01 21:43:24 UTC

Size

130 MB

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

Environment
ASSET

ee

KONG_AMD64_SHA

f3fc429372e473e8616cf6afc56543a151bd08ba2bc235176d671515f691f20b

KONG_ARM64_SHA

e6d002b49aab10c1ae74cd533640eddc9e7f0ce30562cd7079d4b76d9eb70340

KONG_VERSION

2.6.0.0-beta1

PATH

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


Layers

[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 2.07% (2.68 MB)

[#001] sha256:55da2572abed4ea9de5893fbd91403a2e49ec371e2c66e77cfb6bf845a130280 - 41.9% (54.3 MB)

[#002] sha256:4e5408c9e291ca1dbf7b62ac77797c141179c53afa7389d7d7bd746bd49d58a4 - 56.03% (72.6 MB)

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


History
2021-08-27 17:19:45 UTC

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

2021-08-27 17:19:45 UTC

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

2021-10-01 21:28:58 UTC

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

2021-10-01 21:28:59 UTC

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

2021-10-01 21:28:59 UTC

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

2021-10-01 21:28:59 UTC

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

2021-10-01 21:43:10 UTC

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

2021-10-01 21:43:12 UTC

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

2021-10-01 21:43:12 UTC

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

2021-10-01 21:43:12 UTC

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

2021-10-01 21:43:13 UTC

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

2021-10-01 21:43:13 UTC

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

2021-10-01 21:43:13 UTC

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

2021-10-01 21:43:20 UTC

|1 EE_PORTS=8002 8445 8003 8446 8004 8447 /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-10-01 21:43:22 UTC

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

2021-10-01 21:43:22 UTC

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

2021-10-01 21:43:23 UTC

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

2021-10-01 21:43:23 UTC

/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444

2021-10-01 21:43:23 UTC

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

2021-10-01 21:43:24 UTC

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

2021-10-01 21:43:24 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