Namespace
library
Image / Tag
kong:2.4.1
Content Digest
sha256:d9556db3c1e4fc43ff148afe63727d8e7c6d75947bd0d22bc0c856cf81ff7941
Details
Created

2021-11-13 05:50:00 UTC

Size

48.8 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

582cbcf23eb4dcdf9873105ac7d8428a4022ec61bcc68642ad9dd8a5c03e2a57

KONG_ARM64_SHA

5ec35d1b19dd4e6592ad2c6586e68bfd1549c6a22840ce7d5654677b94e5028a

KONG_VERSION

2.4.1

PATH

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


Layers

[#000] sha256:79e9f2f55bf5465a02ee6a6170e66005b20c7aa6b115af6fcd04fad706ea651a - 5.5% (2.69 MB)

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

[#002] sha256:411b62f8c9e7fab3b27cbef1249f57a659b7471c4e076b5378dcee8a4a790996 - 94.5% (46.2 MB)

[#003] sha256:1cb9a6559336344b66a8656da9e28fdfc9894a9b2fc09e5b64fb72ea36724f82 - 0.0% (734 Bytes)


History
2021-11-12 17:20:17 UTC

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

2021-11-12 17:20:17 UTC

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

2021-11-13 05:49:48 UTC

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

2021-11-13 05:49:48 UTC

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

2021-11-13 05:49:49 UTC

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

2021-11-13 05:49:49 UTC

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

2021-11-13 05:49:49 UTC

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

2021-11-13 05:49:49 UTC

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

2021-11-13 05:49:49 UTC

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

2021-11-13 05:49:50 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=582cbcf23eb4dcdf9873105ac7d8428a4022ec61bcc68642ad9dd8a5c03e2a57

2021-11-13 05:49:50 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=582cbcf23eb4dcdf9873105ac7d8428a4022ec61bcc68642ad9dd8a5c03e2a57

2021-11-13 05:49:50 UTC

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

2021-11-13 05:49:50 UTC

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

2021-11-13 05:49:58 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://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/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-11-13 05:49:59 UTC

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

2021-11-13 05:49:59 UTC

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

2021-11-13 05:49:59 UTC

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

2021-11-13 05:50:00 UTC

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

2021-11-13 05:50:00 UTC

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

2021-11-13 05:50:00 UTC

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

Details
Created

2021-11-13 06:16:17 UTC

Size

48.4 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

582cbcf23eb4dcdf9873105ac7d8428a4022ec61bcc68642ad9dd8a5c03e2a57

KONG_ARM64_SHA

5ec35d1b19dd4e6592ad2c6586e68bfd1549c6a22840ce7d5654677b94e5028a

KONG_VERSION

2.4.1

PATH

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


Layers

[#000] sha256:b48a9fe99aba73065302163e59c82a1b0054810c7b9ef85eee6f1b495b162461 - 5.38% (2.6 MB)

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

[#002] sha256:0ec381b2decb00e2a17dbed9ebfd5f907b2ba1835e4990a0892ac3169d94fba5 - 94.62% (45.8 MB)

[#003] sha256:83aa16bb571e7fd187860b3721570f4a0054a22d5d0eb8de658b35f52417404f - 0.0% (734 Bytes)


History
2021-11-12 16:40:19 UTC

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

2021-11-12 16:40:19 UTC

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

2021-11-13 06:15:44 UTC

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

2021-11-13 06:15:45 UTC

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

2021-11-13 06:15:46 UTC

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

2021-11-13 06:15:47 UTC

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

2021-11-13 06:15:49 UTC

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

2021-11-13 06:15:49 UTC

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

2021-11-13 06:15:50 UTC

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

2021-11-13 06:15:51 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=582cbcf23eb4dcdf9873105ac7d8428a4022ec61bcc68642ad9dd8a5c03e2a57

2021-11-13 06:15:52 UTC

/bin/sh -c #(nop) ENV KONG_AMD64_SHA=582cbcf23eb4dcdf9873105ac7d8428a4022ec61bcc68642ad9dd8a5c03e2a57

2021-11-13 06:15:53 UTC

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

2021-11-13 06:15:54 UTC

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

2021-11-13 06:16:12 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://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/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-11-13 06:16:13 UTC

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

2021-11-13 06:16:13 UTC

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

2021-11-13 06:16:14 UTC

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

2021-11-13 06:16:15 UTC

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

2021-11-13 06:16:16 UTC

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

2021-11-13 06:16:17 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