Namespace
library
Image / Tag
kong:2.3.1-alpine
Content Digest
sha256:38c82bcf40f627c1ed3edef3eb0ac9ab3d1fb29fe7eb8df69f5166b324a22153
Details
Created

2021-01-27 06:32:17 UTC

Size

48.6 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

8a33a919f75bdb8bb708de23c0701def2aedfcd2679d27b7849040c3edf273f9

KONG_ARM64_SHA

4ae43ecf9b1fcf11930d859efec475e216729b89b76de80a4c38e1fe58e3874f

KONG_VERSION

2.3.1

PATH

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


Layers

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

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

[#002] sha256:7b18e55f2934bb191d816e87b86e196e1c8d35d815f72f93f7e5f51c0f17319e - 94.47% (45.9 MB)

[#003] sha256:ec1f7f35984e4dfe3874035c9af0e74955cc49424e7f4a0d50411d336f9228fa - 0.0% (735 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-27 06:32:07 UTC

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

2021-01-27 06:32:07 UTC

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

2021-01-27 06:32:07 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=8a33a919f75bdb8bb708de23c0701def2aedfcd2679d27b7849040c3edf273f9

2021-01-27 06:32:07 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=8a33a919f75bdb8bb708de23c0701def2aedfcd2679d27b7849040c3edf273f9

2021-01-27 06:32:08 UTC

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

2021-01-27 06:32:08 UTC

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

2021-01-27 06:32:15 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-27 06:32:16 UTC

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

2021-01-27 06:32:16 UTC

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

2021-01-27 06:32:16 UTC

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

2021-01-27 06:32:16 UTC

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

2021-01-27 06:32:16 UTC

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

2021-01-27 06:32:17 UTC

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

Details
Created

2021-01-27 00:45:43 UTC

Size

48.1 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

8a33a919f75bdb8bb708de23c0701def2aedfcd2679d27b7849040c3edf273f9

KONG_ARM64_SHA

4ae43ecf9b1fcf11930d859efec475e216729b89b76de80a4c38e1fe58e3874f

KONG_VERSION

2.3.1

PATH

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


Layers

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

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

[#002] sha256:686913a20dd73c0bdaa7517e69803b84807b71b99b4ff55cc9764516b90461f7 - 94.6% (45.5 MB)

[#003] sha256:e5429c14c14d5050bce7546a62fa4539c4c325f122c109881ea4dc5f0b628ed6 - 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-27 00:45:22 UTC

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

2021-01-27 00:45:23 UTC

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

2021-01-27 00:45:23 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=8a33a919f75bdb8bb708de23c0701def2aedfcd2679d27b7849040c3edf273f9

2021-01-27 00:45:24 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=8a33a919f75bdb8bb708de23c0701def2aedfcd2679d27b7849040c3edf273f9

2021-01-27 00:45:24 UTC

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

2021-01-27 00:45:25 UTC

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

2021-01-27 00:45:38 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-27 00:45:40 UTC

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

2021-01-27 00:45:40 UTC

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

2021-01-27 00:45:41 UTC

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

2021-01-27 00:45:42 UTC

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

2021-01-27 00:45:42 UTC

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

2021-01-27 00:45:43 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