Namespace
library
Image / Tag
kong:3.2.2-alpine
Content Digest
sha256:0988867b9421b42dfa0f4dcb98c4b3541e58e74464c0615ebe656ccf80c75706
Details
Created

2024-01-27 03:50:59 UTC

Size

35.2 MB

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

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.2.2

PATH

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


Layers

[#000] sha256:3c854c8cbf469fda815b8f6183300c07cfa2fbb5703859ca79aff93ae934961b - 9.15% (3.22 MB)

[#001] sha256:ee27ec06dee9be3482200f7e344cbe9a42e72820c3dc88b2784ae146276a8071 - 0.0% (136 Bytes)

[#002] sha256:daa106ffb364a695af306bc038a87c19d3a8db853d60f958989ed5a3743ec828 - 90.85% (32 MB)

[#003] sha256:733a88957d542bce47d54262dd4d25c542a4446092d97d4a0e8162f8c2518bfc - 0.0% (1.13 KB)


History
2024-01-27 00:31:02 UTC

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

2024-01-27 00:31:02 UTC

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

2024-01-27 03:50:39 UTC

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

2024-01-27 03:50:52 UTC

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

2024-01-27 03:50:52 UTC

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

2024-01-27 03:50:52 UTC

/bin/sh -c #(nop) ARG KONG_SHA256=a07c3bc0307e2d8fe33acb8be5fe659f348279540eaa267bc6968005094835ef

2024-01-27 03:50:52 UTC

/bin/sh -c #(nop) ARG KONG_PREFIX=/usr/local/kong

2024-01-27 03:50:52 UTC

/bin/sh -c #(nop) ENV KONG_PREFIX=/usr/local/kong

2024-01-27 03:50:52 UTC

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

2024-01-27 03:50:52 UTC

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

2024-01-27 03:50:52 UTC

/bin/sh -c #(nop) COPY file:7815b5fca0a34ed4a30931ccd9d4786733aecc9e9b2d4c363dee07e4a5c9b32f in /tmp/kong.apk.tar.gz

2024-01-27 03:50:58 UTC

|2 ASSET=remote KONG_SHA256=a07c3bc0307e2d8fe33acb8be5fe659f348279540eaa267bc6968005094835ef /bin/sh -c set -ex; apk add --virtual .build-deps curl tar gzip ca-certificates; export ARCH='amd64'; if [ "$ASSET" = "remote" ] ; then curl -fL "https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-alpine/kong-${KONG_VERSION}.${ARCH}.apk.tar.gz" -o /tmp/kong.apk.tar.gz && echo "$KONG_SHA256 /tmp/kong.apk.tar.gz" | sha256sum -c -; fi && tar -C / -xzf /tmp/kong.apk.tar.gz && apk add --no-cache libstdc++ libgcc perl tzdata libcap zlib zlib-dev bash yaml && adduser -S kong && addgroup -S kong && mkdir -p "${KONG_PREFIX}" && chown -R kong:0 ${KONG_PREFIX} && chown kong:0 /usr/local/bin/kong && chmod -R g=u ${KONG_PREFIX} && rm -rf /tmp/kong.apk.tar.gz && ln -sf /usr/local/openresty/bin/resty /usr/local/bin/resty && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/luajit && ln -sf /usr/local/openresty/luajit/bin/luajit /usr/local/bin/lua && ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/local/bin/nginx && apk del .build-deps && kong version

2024-01-27 03:50:59 UTC

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

2024-01-27 03:50:59 UTC

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

2024-01-27 03:50:59 UTC

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

2024-01-27 03:50:59 UTC

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

2024-01-27 03:50:59 UTC

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

2024-01-27 03:50:59 UTC

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

2024-01-27 03:50:59 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