Namespace
library
Image / Tag
kong:2.3.0
Content Digest
sha256:c8b4cd978091435f4fdfea0abe8944d791f6f936e0bb247ccb56f0b90e89b595
Details
Created

2021-01-13 21:20:11 UTC

Size

50.8 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

56c50c775c03400a9b4208e765683b6f316f0b58c7a136aa2917b637f10f66db

KONG_ARM64_SHA

9d27db8f78ec1d341339887b48d96b3bfb890eb6d5dba8434faa299dccd66d4e

KONG_VERSION

2.3.0

PATH

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


Layers

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

[#001] sha256:274efec6805c2b13808c7bcb7932f07b136c0be74bf02bdbf77f79e89dc58725 - 0.0% (132 Bytes)

[#002] sha256:4bb58967a4ce205ec81e71c6942465537734515e67edec89a1d0cf90a1f652ea - 94.72% (48.2 MB)

[#003] sha256:3f59fb9af44b65449ba6197d36bf5cecd4a26a17b3a87d49ed2d2c87c953405e - 0.0% (733 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"]

2020-12-17 14:57:37 UTC

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

2020-12-17 14:57:37 UTC

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

2020-12-17 14:57:37 UTC

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

2020-12-17 14:57:37 UTC

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

2020-12-17 14:57:38 UTC

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

2021-01-13 21:20:02 UTC

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

2021-01-13 21:20:02 UTC

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

2021-01-13 21:20:02 UTC

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

2021-01-13 21:20:03 UTC

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

2021-01-13 21:20:03 UTC

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

2021-01-13 21:20:03 UTC

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

2021-01-13 21:20:10 UTC

/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-13 21:20:10 UTC

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

2021-01-13 21:20:10 UTC

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

2021-01-13 21:20:11 UTC

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

2021-01-13 21:20:11 UTC

/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444

2021-01-13 21:20:11 UTC

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

2021-01-13 21:20:11 UTC

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

Details
Created

2021-01-13 21:40:37 UTC

Size

50.4 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

56c50c775c03400a9b4208e765683b6f316f0b58c7a136aa2917b637f10f66db

KONG_ARM64_SHA

9d27db8f78ec1d341339887b48d96b3bfb890eb6d5dba8434faa299dccd66d4e

KONG_VERSION

2.3.0

PATH

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


Layers

[#000] sha256:20d8a246443a66e74e17f2a0e81a51fe774876ca0c2676691c37ee1b0e4d3cd5 - 5.16% (2.6 MB)

[#001] sha256:b3181cc464c4af55ff9dd73d4603f67578cdc16237deb0e5e467594b40164ab6 - 0.0% (131 Bytes)

[#002] sha256:9fb4f3aea05101b2c97f8ce1c2b74061db19139815f0ca8abdf6514227b32d32 - 94.84% (47.8 MB)

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


History
2020-12-16 23:40:37 UTC

/bin/sh -c #(nop) ADD file:47bb1b85a4eb4d0b355ae89ec5c71c09e2c2b7e21e1851a2896365eb17134f57 in /

2020-12-16 23:40:39 UTC

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

2020-12-17 04:57:05 UTC

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

2020-12-17 04:57:06 UTC

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

2020-12-17 04:57:07 UTC

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

2020-12-17 04:57:08 UTC

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

2020-12-17 04:57:09 UTC

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

2021-01-13 21:40:17 UTC

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

2021-01-13 21:40:18 UTC

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

2021-01-13 21:40:18 UTC

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

2021-01-13 21:40:19 UTC

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

2021-01-13 21:40:19 UTC

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

2021-01-13 21:40:20 UTC

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

2021-01-13 21:40:31 UTC

/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-13 21:40:33 UTC

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

2021-01-13 21:40:34 UTC

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

2021-01-13 21:40:34 UTC

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

2021-01-13 21:40:35 UTC

/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444

2021-01-13 21:40:36 UTC

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

2021-01-13 21:40:37 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