Namespace
kong
Image / Tag
kong-gateway:2.6.0.4
Content Digest
sha256:7121cc7b352ac024be1a0005dfd177fe567b608719e5f79832da27ac546c5cc5
Details
Created

2022-02-12 03:32:39 UTC

Size

132 MB

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

Environment
ASSET

ee

KONG_VERSION

2.6.0.4

PATH

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


Layers

[#000] sha256:97518928ae5f3d52d4164b314a7e73654eb686ecd8aafa0b79acd980773a740d - 2.04% (2.69 MB)

[#001] sha256:2385eaaaab4211077ed7b4adbac98492a6bef6f83b15d178833dec45dc6817b1 - 41.26% (54.4 MB)

[#002] sha256:b4aace58e3c18141ef7d5c5709287af69aea52ff7a102a61d59f53016749e6e3 - 56.7% (74.7 MB)

[#003] sha256:7f701bc429baac1730e7a3f2a371239ee8cfe07dab6ce7b37c7842178ccfafc7 - 0.0% (881 Bytes)


History
2021-11-12 17:19:44 UTC

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

2021-11-12 17:19:45 UTC

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

2022-02-12 03:32:22 UTC

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

2022-02-12 03:32:22 UTC

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

2022-02-12 03:32:22 UTC

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

2022-02-12 03:32:22 UTC

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

2022-02-12 03:32:23 UTC

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

2022-02-12 03:32:24 UTC

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

2022-02-12 03:32:24 UTC

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

2022-02-12 03:32:24 UTC

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

2022-02-12 03:32:24 UTC

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

2022-02-12 03:32:34 UTC

|3 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_AMD64_SHA=43fb5f27185e274e22b4a36b93b1b7e27afe94b9fd2efbe4ec69b8ed8a9e5902 KONG_ARM64_SHA=a057eaa6d10ecf49443ec0cac6e1b70a62ee357a777e0e169c780e18fd5c5544 /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-02-12 03:32:38 UTC

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

2022-02-12 03:32:38 UTC

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

2022-02-12 03:32:38 UTC

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

2022-02-12 03:32:39 UTC

/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444

2022-02-12 03:32:39 UTC

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

2022-02-12 03:32:39 UTC

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

2022-02-12 03:32:39 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