Namespace
kong
Image / Tag
kong-gateway:2.4.1.3
Content Digest
sha256:6bcdee711984d5c204f78799f583b9831717e0a5abb704cdf0923bec5dd5f510
Details
Created

2021-09-02 23:29:21 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.3

PATH

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


Layers

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

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

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

[#003] sha256:b67dba880bf4b555cf704a16a71336e8dd64dbf955e85755e0053d8c51f8228e - 0.0% (733 Bytes)


History
2021-08-31 23:18:31 UTC

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

2021-08-31 23:18:31 UTC

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

2021-09-02 23:29:04 UTC

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

2021-09-02 23:29:05 UTC

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

2021-09-02 23:29:05 UTC

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

2021-09-02 23:29:05 UTC

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

2021-09-02 23:29:06 UTC

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

2021-09-02 23:29:06 UTC

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

2021-09-02 23:29:07 UTC

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

2021-09-02 23:29:07 UTC

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

2021-09-02 23:29:07 UTC

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

2021-09-02 23:29:08 UTC

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

2021-09-02 23:29:08 UTC

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

2021-09-02 23:29:16 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-09-02 23:29:19 UTC

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

2021-09-02 23:29:19 UTC

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

2021-09-02 23:29:20 UTC

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

2021-09-02 23:29:20 UTC

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

2021-09-02 23:29:20 UTC

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

2021-09-02 23:29:21 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