Namespace
kong
Image / Tag
kong-gateway:2.3
Content Digest
sha256:dfb9dbff7922f23ce275a14ff7014e7451b56c505d00cbdbb42cab388a5398e3
Details
Created

2021-09-02 22:25:12 UTC

Size

127 MB

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

Environment
ASSET

ee

KONG_AMD64_SHA

82a4eac75d45a1f2ce65ae185467e20533428b3d368e5e091fe4ddf427296e0b

KONG_ARM64_SHA

b2b8a0fe0cdb81d244e08c23a3143e4ae08b7c771a2cc35e24ffabfc54f4ba60

KONG_VERSION

2.3.3.4

PATH

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


Layers

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

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

[#002] sha256:05b9afb043133885d532e6d7c51d980a518b7ba0d3c688bc5b118427eb627761 - 56.63% (72.2 MB)

[#003] sha256:0e622c874e7e1f30ec6436112a95a0c213c8ec30894847f35912ff310f7e16dd - 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 22:24:55 UTC

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

2021-09-02 22:24:55 UTC

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

2021-09-02 22:24:56 UTC

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

2021-09-02 22:24:56 UTC

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

2021-09-02 22:24:57 UTC

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

2021-09-02 22:24:58 UTC

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

2021-09-02 22:24:58 UTC

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

2021-09-02 22:24:58 UTC

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

2021-09-02 22:24:58 UTC

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

2021-09-02 22:24:59 UTC

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

2021-09-02 22:24:59 UTC

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

2021-09-02 22:25:07 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-09-02 22:25:10 UTC

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

2021-09-02 22:25:10 UTC

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

2021-09-02 22:25:11 UTC

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

2021-09-02 22:25:11 UTC

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

2021-09-02 22:25:11 UTC

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

2021-09-02 22:25:12 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