Namespace
library
Image / Tag
kong:2.7.1-alpine
Content Digest
sha256:cceaaccdc162b184490a963558251e4d0b943b124f91afd60c039eacb2a6daeb
Details
Created

2022-04-05 07:18:27 UTC

Size

47.8 MB

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

Environment
ASSET

ce

KONG_VERSION

2.7.1

PATH

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


Layers

[#000] sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 5.62% (2.68 MB)

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

[#002] sha256:96d4b98a2b936a3436c0d2da9470c9219252bfc027f7f9bb020b409209f7d8ea - 94.38% (45.1 MB)

[#003] sha256:e73e510ff864bb33d132ecc03600e597b82440a30c0982c3af7020b51899b2bc - 0.0% (882 Bytes)


History
2022-04-05 00:19:59 UTC

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

2022-04-05 00:19:59 UTC

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

2022-04-05 07:18:04 UTC

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

2022-04-05 07:18:04 UTC

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

2022-04-05 07:18:04 UTC

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

2022-04-05 07:18:04 UTC

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

2022-04-05 07:18:05 UTC

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

2022-04-05 07:18:18 UTC

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

2022-04-05 07:18:18 UTC

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

2022-04-05 07:18:18 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=7ccd12a15f357dea4d9bea2a5c06c1efe05dcaa0bc8b937f00619e31634715c4

2022-04-05 07:18:18 UTC

/bin/sh -c #(nop) ARG KONG_ARM64_SHA=00f6c3af15418af07d7429e15762db2355a5f9cdbf278f198c59b5fd34e80abc

2022-04-05 07:18:26 UTC

|2 KONG_AMD64_SHA=7ccd12a15f357dea4d9bea2a5c06c1efe05dcaa0bc8b937f00619e31634715c4 KONG_ARM64_SHA=00f6c3af15418af07d7429e15762db2355a5f9cdbf278f198c59b5fd34e80abc /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; else apk upgrade; 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 && addgroup -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 && ln -s /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -s /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && if [ "$ASSET" = "ce" ] ; then kong version; fi

2022-04-05 07:18:26 UTC

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

2022-04-05 07:18:26 UTC

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

2022-04-05 07:18:26 UTC

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

2022-04-05 07:18:26 UTC

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

2022-04-05 07:18:26 UTC

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

2022-04-05 07:18:26 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}

2022-04-05 07:18:27 UTC

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

Details
Created

2022-04-05 14:24:14 UTC

Size

47.2 MB

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

Environment
ASSET

ce

KONG_VERSION

2.7.1

PATH

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


Layers

[#000] sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 - 5.49% (2.59 MB)

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

[#002] sha256:2d0d3010a5a0e66ff16384f855ef03ac57bd485603a15c2f679080e896c3eaae - 94.51% (44.6 MB)

[#003] sha256:0c8130dd0a7ba94337ce11c52ef6005a98a02c1200e2f85509a4777c4ee76664 - 0.0% (881 Bytes)


History
2022-04-04 23:39:31 UTC

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

2022-04-04 23:39:31 UTC

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

2022-04-05 14:21:17 UTC

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

2022-04-05 14:21:18 UTC

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

2022-04-05 14:21:19 UTC

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

2022-04-05 14:21:20 UTC

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

2022-04-05 14:21:22 UTC

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

2022-04-05 14:23:50 UTC

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

2022-04-05 14:23:51 UTC

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

2022-04-05 14:23:52 UTC

/bin/sh -c #(nop) ARG KONG_AMD64_SHA=7ccd12a15f357dea4d9bea2a5c06c1efe05dcaa0bc8b937f00619e31634715c4

2022-04-05 14:23:53 UTC

/bin/sh -c #(nop) ARG KONG_ARM64_SHA=00f6c3af15418af07d7429e15762db2355a5f9cdbf278f198c59b5fd34e80abc

2022-04-05 14:24:08 UTC

|2 KONG_AMD64_SHA=7ccd12a15f357dea4d9bea2a5c06c1efe05dcaa0bc8b937f00619e31634715c4 KONG_ARM64_SHA=00f6c3af15418af07d7429e15762db2355a5f9cdbf278f198c59b5fd34e80abc /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; else apk upgrade; 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 && addgroup -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 && ln -s /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -s /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -s /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && if [ "$ASSET" = "ce" ] ; then kong version; fi

2022-04-05 14:24:09 UTC

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

2022-04-05 14:24:09 UTC

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

2022-04-05 14:24:10 UTC

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

2022-04-05 14:24:11 UTC

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

2022-04-05 14:24:12 UTC

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

2022-04-05 14:24:13 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}

2022-04-05 14:24:14 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