Namespace
library
Image / Tag
kong:3.0.0-alpine
Content Digest
sha256:803bda2f6c38fc042d3ac93625eec8acf1e4dec8db05566876187bb500555394
Details
Created

2022-10-06 23:01:04 UTC

Size

49.1 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

Environment
ASSET

ce

KONG_VERSION

3.0.0

PATH

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


Layers

[#000] sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 5.45% (2.68 MB)

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

[#002] sha256:2e46e65db14b2721c441faf7349324031c1da43116748d795b2537d1c5c02d46 - 94.55% (46.5 MB)

[#003] sha256:ef0a423f8e78c38f414b2543801e0a6fc4c7a42b3b227d2a9266006b3bfa9399 - 0.0% (880 Bytes)


History
2022-08-09 17:19:53 UTC

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

2022-08-09 17:19:53 UTC

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

2022-10-06 23:00:54 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

2022-10-06 23:00:54 UTC

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

2022-10-06 23:00:54 UTC

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

2022-10-06 23:00:54 UTC

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

2022-10-06 23:00:54 UTC

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

2022-10-06 23:00:54 UTC

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

2022-10-06 23:00:54 UTC

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

2022-10-06 23:00:54 UTC

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

2022-10-06 23:00:55 UTC

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

2022-10-06 23:01:03 UTC

|2 KONG_AMD64_SHA=b8e21beb32f803fae0959694ce7b6cec796a4159757e61b9cc0d30bed9682d10 KONG_ARM64_SHA=4c5407c5ef2f0f29468e15ea4dc6a3f27011dbde3ce18170e4a4fd7e2bb2c03b /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-10-06 23:01:04 UTC

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

2022-10-06 23:01:04 UTC

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

2022-10-06 23:01:04 UTC

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

2022-10-06 23:01:04 UTC

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

2022-10-06 23:01:04 UTC

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

2022-10-06 23:01:04 UTC

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

2022-10-06 23:01:04 UTC

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

Details
Created

2022-10-26 01:55:34 UTC

Size

48.3 MB

Content Digest
Labels
  • maintainer
    Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

Environment
ASSET

ce

KONG_VERSION

3.0.0

PATH

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


Layers

[#000] sha256:9b18e9b68314027565b90ff6189d65942c0f7986da80df008b8431276885218e - 5.35% (2.58 MB)

[#001] sha256:5beb1fb82bc55ec7a036feb4d3b02c0b13181514e5d6830b118a9033e9fd83a6 - 0.0% (129 Bytes)

[#002] sha256:18603c90f4a736910b1f40a0594612e7393607e212c8c87d158442f777c85a2a - 94.65% (45.7 MB)

[#003] sha256:1c460c022742388d271a465f07222095ab992662528d74de39655cff71bf6200 - 0.0% (881 Bytes)


History
2022-08-09 17:39:41 UTC

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

2022-08-09 17:39:42 UTC

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

2022-10-26 01:55:25 UTC

/bin/sh -c #(nop) LABEL maintainer=Kong Docker Maintainers <docker@konghq.com> (@team-gateway-bot)

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:25 UTC

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

2022-10-26 01:55:33 UTC

|2 KONG_AMD64_SHA=b8e21beb32f803fae0959694ce7b6cec796a4159757e61b9cc0d30bed9682d10 KONG_ARM64_SHA=4c5407c5ef2f0f29468e15ea4dc6a3f27011dbde3ce18170e4a4fd7e2bb2c03b /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-10-26 01:55:33 UTC

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

2022-10-26 01:55:33 UTC

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

2022-10-26 01:55:33 UTC

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

2022-10-26 01:55:33 UTC

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

2022-10-26 01:55:33 UTC

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

2022-10-26 01:55:33 UTC

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

2022-10-26 01:55:34 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