Namespace
kong
Image / Tag
kong-gateway:2.7.2.0
Content Digest
sha256:1584b9e1cb2db8a95589a61a09fd31200c6a4df24f433b14583290904b77b541
Details
Created

2022-04-08 13:29:27 UTC

Size

133 MB

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

Environment
ASSET

ee

KONG_VERSION

2.7.2.0

PATH

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


Layers

[#000] sha256:40e059520d199e1a1a259089077f2a0c879951c9a4540490bad3a0d7714c6ae7 - 2.02% (2.68 MB)

[#001] sha256:2b6fd6a561e2de72cc63885c83c390aca95ae0f383a211751c804e95430f0113 - 40.97% (54.3 MB)

[#002] sha256:16789e0c377f87128e41aa488907ffab492cda19cdf2d27ac71bb61cd7d154f5 - 57.0% (75.6 MB)

[#003] sha256:9828586adfef2101a3ae7425c7c515b2d35dbb69010293c43ca3a4e520e15b07 - 0.0% (881 Bytes)


History
2022-03-29 00:19:36 UTC

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

2022-03-29 00:19:36 UTC

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

2022-04-08 13:29:12 UTC

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

2022-04-08 13:29:12 UTC

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

2022-04-08 13:29:12 UTC

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

2022-04-08 13:29:12 UTC

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

2022-04-08 13:29:13 UTC

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

2022-04-08 13:29:14 UTC

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

2022-04-08 13:29:14 UTC

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

2022-04-08 13:29:14 UTC

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

2022-04-08 13:29:14 UTC

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

2022-04-08 13:29:24 UTC

|3 EE_PORTS=8002 8445 8003 8446 8004 8447 KONG_AMD64_SHA=60ef680e0fc4d2cf52934758e6a0dc0f173d2a3b32aca49c7eb31ab478c24583 KONG_ARM64_SHA=5c23f448eeae1b363ece51d066405c13798ee08ca413097a23d9b5ccb49cbf35 /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-08 13:29:26 UTC

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

2022-04-08 13:29:27 UTC

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

2022-04-08 13:29:27 UTC

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

2022-04-08 13:29:27 UTC

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

2022-04-08 13:29:27 UTC

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

2022-04-08 13:29:27 UTC

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

2022-04-08 13:29:27 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