Namespace
kong
Image / Tag
kong-gateway:2.3.0.0-beta1-alpine
Content Digest
sha256:c2d6fdddca24de9c2b46c0af94ef090a7b9a4a010ddebbb66ee3a29bc3b7ae07
Details
Created

2021-05-05 22:08:53 UTC

Size

127 MB

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

Environment
ASSET

ee

KONG_AMD64_SHA

56c50c775c03400a9b4208e765683b6f316f0b58c7a136aa2917b637f10f66db

KONG_ARM64_SHA

9d27db8f78ec1d341339887b48d96b3bfb890eb6d5dba8434faa299dccd66d4e

KONG_VERSION

2.3.0.0-beta1

PATH

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


Layers

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

[#001] sha256:b71a9818f03d8d4e7ca423bda9838d774516db5b422d32bd22d764e1de9d149d - 41.26% (52.6 MB)

[#002] sha256:b1b10f85b033c5c2282404035b49013fd77612c37744c980299ab56f9fa26ec7 - 56.64% (72.2 MB)

[#003] sha256:0af8b78dc987a5a24eeee3c514ae3c4e8b05c29e6015f7d4b788f14f6dc9efb3 - 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-10 12:36:15 UTC

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

2021-04-10 12:36:16 UTC

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

2021-05-05 15:54:24 UTC

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

2021-05-05 15:54:25 UTC

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

2021-05-05 22:08:33 UTC

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

2021-05-05 22:08:33 UTC

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

2021-05-05 22:08:34 UTC

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

2021-05-05 22:08:35 UTC

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

2021-05-05 22:08:36 UTC

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

2021-05-05 22:08:37 UTC

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

2021-05-05 22:08:38 UTC

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

2021-05-05 22:08:47 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-05-05 22:08:49 UTC

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

2021-05-05 22:08:49 UTC

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

2021-05-05 22:08:50 UTC

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

2021-05-05 22:08:51 UTC

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

2021-05-05 22:08:52 UTC

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

2021-05-05 22:08:53 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