Namespace
kong
Image / Tag
kong-gateway:2.4.1.1-alpine
Content Digest
sha256:1e377dfa05e4e1e577403bcc291b807295099ef9949588478b0bec7bcd3fe9a6
Details
Created

2021-05-27 22:27:34 UTC

Size

129 MB

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

Environment
ASSET

ee

KONG_AMD64_SHA

582cbcf23eb4dcdf9873105ac7d8428a4022ec61bcc68642ad9dd8a5c03e2a57

KONG_ARM64_SHA

5ec35d1b19dd4e6592ad2c6586e68bfd1549c6a22840ce7d5654677b94e5028a

KONG_VERSION

2.4.1.1

PATH

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


Layers

[#000] sha256:ddad3d7c1e96adf9153f8921a7c9790f880a390163df453be1566e9ef0d546e0 - 2.08% (2.69 MB)

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

[#002] sha256:f568dc42c5cc1e18f9d9c944b07cc8a0e92d830f91cdd64b044d6c37692cb9d4 - 56.56% (72.9 MB)

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


History
2021-04-14 19:19:56 UTC

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

2021-04-14 19:19:56 UTC

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

2021-05-27 22:27:11 UTC

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

2021-05-27 22:27:12 UTC

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

2021-05-27 22:27:13 UTC

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

2021-05-27 22:27:14 UTC

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

2021-05-27 22:27:16 UTC

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

2021-05-27 22:27:16 UTC

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

2021-05-27 22:27:17 UTC

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

2021-05-27 22:27:18 UTC

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

2021-05-27 22:27:19 UTC

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

2021-05-27 22:27:20 UTC

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

2021-05-27 22:27:21 UTC

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

2021-05-27 22:27:29 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 && 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-27 22:27:30 UTC

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

2021-05-27 22:27:30 UTC

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

2021-05-27 22:27:31 UTC

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

2021-05-27 22:27:32 UTC

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

2021-05-27 22:27:33 UTC

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

2021-05-27 22:27:34 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