Namespace
kong
Image / Tag
kong-gateway:2.3.0.0-beta2-alpine
Content Digest
sha256:51774c514cdf03088a94fa62c5745b25a1bb892b128a89464225d43c90926062
Details
Created

2021-01-25 22:46:06 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-beta2

PATH

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


Layers

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

[#001] sha256:d7b10c1cddbf3a404790c0a1ece095412a378f5195e8c6cd2e6d28eb11a443f6 - 41.25% (52.5 MB)

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

[#003] sha256:c2a3c223728578ede11b1ee8947383f2df02b08918042c35fb93261f2585fbc9 - 0.0% (739 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-01-15 01:55:55 UTC

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

2021-01-15 01:55:55 UTC

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

2021-01-15 01:55:56 UTC

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

2021-01-15 01:55:56 UTC

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

2021-01-25 22:45:55 UTC

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

2021-01-25 22:45:57 UTC

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

2021-01-25 22:45:57 UTC

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

2021-01-25 22:45:57 UTC

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

2021-01-25 22:45:57 UTC

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

2021-01-25 22:45:57 UTC

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

2021-01-25 22:45:57 UTC

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

2021-01-25 22:46:02 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-01-25 22:46:05 UTC

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

2021-01-25 22:46:05 UTC

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

2021-01-25 22:46:06 UTC

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

2021-01-25 22:46:06 UTC

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

2021-01-25 22:46:06 UTC

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

2021-01-25 22:46:06 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