Namespace
library
Image / Tag
kong:2.2.1-alpine
Content Digest
sha256:208d69edfd8ed138f6e63ae1593e15ce36fa31664c2d13c8c886ea031c8c1b22
Details
Created

2021-02-24 23:55:28 UTC

Size

50.8 MB

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

Environment
ASSET

ce

KONG_VERSION

2.2.1

PATH

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


Layers

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

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

[#002] sha256:c17154cf4731d2d5c2aa6bb28f251c94024865662aa4dea77023b25cc835d0c7 - 94.71% (48.1 MB)

[#003] sha256:4d2c4c596620ff4926027481535366073a8bd81ac5856d2aaf12fabe1bdf9ecc - 0.0% (734 Bytes)


History
2021-02-24 20:20:11 UTC

/bin/sh -c #(nop) ADD file:7eeea546ecde7a036bf634c08719879d32c7ec6ae599708cd91dc1b830735223 in /

2021-02-24 20:20:12 UTC

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

2021-02-24 23:54:42 UTC

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

2021-02-24 23:54:42 UTC

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

2021-02-24 23:54:42 UTC

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

2021-02-24 23:54:43 UTC

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

2021-02-24 23:54:43 UTC

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

2021-02-24 23:55:09 UTC

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

2021-02-24 23:55:11 UTC

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

2021-02-24 23:55:26 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256='e05c7075ae263bb7ef84b0370bf4e31f5246a41d910e5d4336216ae95b654af1' ;; aarch64) arch='arm64'; KONG_SHA256='c7b2c0e1f47e3009e55b492344bd1ff689a41eca91c21f2c3f57f9172932c96d' ;; 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-02-24 23:55:27 UTC

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

2021-02-24 23:55:27 UTC

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

2021-02-24 23:55:27 UTC

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

2021-02-24 23:55:28 UTC

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

2021-02-24 23:55:28 UTC

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

2021-02-24 23:55:28 UTC

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

Details
Created

2021-02-24 23:35:16 UTC

Size

50.4 MB

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

Environment
ASSET

ce

KONG_VERSION

2.2.1

PATH

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


Layers

[#000] sha256:0328c39aea610966704bee2d2a1c7108816950703f98b4585083cd18f8354380 - 5.16% (2.6 MB)

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

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

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


History
2021-02-24 20:39:51 UTC

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

2021-02-24 20:39:52 UTC

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

2021-02-24 23:33:46 UTC

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

2021-02-24 23:33:46 UTC

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

2021-02-24 23:33:47 UTC

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

2021-02-24 23:33:48 UTC

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

2021-02-24 23:33:49 UTC

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

2021-02-24 23:34:46 UTC

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

2021-02-24 23:34:47 UTC

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

2021-02-24 23:35:07 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "${arch}" in x86_64) arch='amd64'; KONG_SHA256='e05c7075ae263bb7ef84b0370bf4e31f5246a41d910e5d4336216ae95b654af1' ;; aarch64) arch='arm64'; KONG_SHA256='c7b2c0e1f47e3009e55b492344bd1ff689a41eca91c21f2c3f57f9172932c96d' ;; 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-02-24 23:35:10 UTC

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

2021-02-24 23:35:11 UTC

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

2021-02-24 23:35:12 UTC

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

2021-02-24 23:35:13 UTC

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

2021-02-24 23:35:15 UTC

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

2021-02-24 23:35:16 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