Namespace
library
Image / Tag
kong:3.3.1-alpine
Content Digest
sha256:db616c77a845adc44d0d4139b0f665dfee7d0a1106acc0f2e9bef657b6cb8a60
Details
Created

2024-03-16 08:42:14 UTC

Size

32.6 MB

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

Environment
KONG_PREFIX

/usr/local/kong

KONG_VERSION

3.3.1

PATH

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


Layers

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

[#001] sha256:ced0f08c887f4c0d12a3033a6face09cdfa8c3c9a8d7ffdf93cad1325b750478 - 0.0% (133 Bytes)

[#002] sha256:24cf26a8164ca56a1ce1e3df3979ce10cd580120c2198afba909f94657d698c4 - 90.12% (29.4 MB)

[#003] sha256:2d1c95cd6fd96cb98f003a228e64e25e2bfea498848de9317a5b739e02f7fe2e - 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-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:07 UTC

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

2024-03-16 08:42:13 UTC

|2 ASSET=remote KONG_AMD64_SHA=b544aa8d23b544b7ec48e943e3525f6c1f33b202522020eedf91784c87de1a3d /bin/sh -c set -ex; apk add --virtual .build-deps curl tar gzip ca-certificates; export ARCH='amd64'; KONG_SHA256=$KONG_AMD64_SHA ; 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-03-16 08:42:14 UTC

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

2024-03-16 08:42:14 UTC

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

2024-03-16 08:42:14 UTC

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

2024-03-16 08:42:14 UTC

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

2024-03-16 08:42:14 UTC

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

2024-03-16 08:42:14 UTC

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

2024-03-16 08:42: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