Namespace
kong
Image / Tag
kong-gateway:2.3.2.0
Content Digest
sha256:873b410fe20542a748989c0dcd2f75538ecfeade3a8b1783858bc28939c3ec9c
Details
Created

2021-02-11 17:27:04 UTC

Size

127 MB

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

Environment
ASSET

ee

KONG_AMD64_SHA

4c2e26b3719349d02fe0585a74fcb187e638095b42eea3d08f96d8a30e56e07e

KONG_ARM64_SHA

0f5770d67dda761437f365686f87ce821e5848ca0583e502bf5edfb0ba2bfbc3

KONG_VERSION

2.3.2.0

PATH

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


Layers

[#000] sha256:0a6724ff3fcd51338afdfdc2b1d4ffd04569818e31efad957213d67c29b45101 - 2.11% (2.68 MB)

[#001] sha256:74ded889a426e0d79061afc6f0943809779573863df6ac34ba0a57e9ac2e4668 - 41.27% (52.6 MB)

[#002] sha256:4bebf458a42a46beda62cd522c2b17790ba6aa7c1cbcb5302a668f6f255087fc - 56.63% (72.2 MB)

[#003] sha256:43aba6e4121d3c995016e8cfbb4005a9df7b97fef0612aa98140665e404482c1 - 0.0% (738 Bytes)


History
2020-12-17 00:19:49 UTC

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

2020-12-17 00:19:49 UTC

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

2021-02-08 17:11:59 UTC

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

2021-02-08 17:12:00 UTC

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

2021-02-08 17:12:00 UTC

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

2021-02-08 17:12:00 UTC

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

2021-02-11 17:26:52 UTC

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

2021-02-11 17:26:54 UTC

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

2021-02-11 17:26:54 UTC

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

2021-02-11 17:26:54 UTC

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

2021-02-11 17:26:54 UTC

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

2021-02-11 17:26:55 UTC

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

2021-02-11 17:26:55 UTC

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

2021-02-11 17:27:01 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-02-11 17:27:03 UTC

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

2021-02-11 17:27:03 UTC

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

2021-02-11 17:27:03 UTC

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

2021-02-11 17:27:04 UTC

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

2021-02-11 17:27:04 UTC

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

2021-02-11 17:27:04 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