Namespace
kong
Image / Tag
kong-gateway:2.4.0.0-beta1-alpine
Content Digest
sha256:1e60c4b80239b44e45330712f484e8a66baa82b3204d4ee8669af072d97a6ad6
Details
Created

2021-04-14 03:28:40 UTC

Size

129 MB

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

Environment
ASSET

ee

KONG_AMD64_SHA

a69246ac847e63fa878a4c91fcd097d3ce11db00fd2ce647f1afdf60b5271fa8

KONG_ARM64_SHA

59150130fa4571a406ba72e71dc9ac64ccf48bdf3941ee1965e6a3626d0fbc18

KONG_VERSION

2.4.0.0-beta1

PATH

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


Layers

[#000] sha256:9b794450f7b6db7c944ba1f4161edb68cb535052fe7db8ac06e613516c4a658d - 2.08% (2.68 MB)

[#001] sha256:db94207651ecfa147f25daa73d785ba11984bdc98be3449fcef36e2479de1305 - 41.35% (53.3 MB)

[#002] sha256:58ddd7a370f0c300f70f75ee937b4ea6048d242ac6f0c805a95be85f939341de - 56.57% (72.9 MB)

[#003] sha256:c300ff90ac88900d3382773027fa36ca8412d0a215c16ac8e1f88d604a11537f - 0.0% (734 Bytes)


History
2021-03-31 20:10:19 UTC

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

2021-03-31 20:10:19 UTC

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

2021-04-14 03:28:22 UTC

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

2021-04-14 03:28:23 UTC

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

2021-04-14 03:28:23 UTC

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

2021-04-14 03:28:23 UTC

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

2021-04-14 03:28:24 UTC

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

2021-04-14 03:28:24 UTC

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

2021-04-14 03:28:25 UTC

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

2021-04-14 03:28:25 UTC

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

2021-04-14 03:28:25 UTC

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

2021-04-14 03:28:26 UTC

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

2021-04-14 03:28:26 UTC

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

2021-04-14 03:28:34 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://bintray.com/kong/kong-alpine-tar/download_file?file_path=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 && 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 && if [ "$ASSET" = "ce" ] ; then kong version ; fi;

2021-04-14 03:28:37 UTC

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

2021-04-14 03:28:39 UTC

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

2021-04-14 03:28:39 UTC

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

2021-04-14 03:28:40 UTC

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

2021-04-14 03:28:40 UTC

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

2021-04-14 03:28:40 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