Namespace
library
Image / Tag
kong:2.6.0-alpine
Content Digest
sha256:28f74e81f2d5eef6df34aaf806c177900be52bc2ac9e204c9545203d60ecf8c8
Details
Created

2022-04-05 07:18:41 UTC

Size

47.5 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

43fb5f27185e274e22b4a36b93b1b7e27afe94b9fd2efbe4ec69b8ed8a9e5902

KONG_ARM64_SHA

a057eaa6d10ecf49443ec0cac6e1b70a62ee357a777e0e169c780e18fd5c5544

KONG_VERSION

2.6.0

PATH

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


Layers

[#000] sha256:8663204ce13b2961da55026a2034abb9e5afaaccf6a9cfb44ad71406dcd07c7b - 5.65% (2.69 MB)

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

[#002] sha256:77326087f7969514a492f9b51c9551af57cce74868e026bb20771e97b909ee61 - 94.34% (44.9 MB)

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


History
2022-04-05 00:20:08 UTC

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

2022-04-05 00:20:08 UTC

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

2022-04-05 07:18:31 UTC

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

2022-04-05 07:18:31 UTC

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

2022-04-05 07:18:31 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:32 UTC

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

2022-04-05 07:18:40 UTC

/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; 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-05 07:18:40 UTC

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

2022-04-05 07:18:40 UTC

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

2022-04-05 07:18:40 UTC

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

2022-04-05 07:18:40 UTC

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

2022-04-05 07:18:40 UTC

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

2022-04-05 07:18:41 UTC

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

2022-04-05 07:18:41 UTC

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

Details
Created

2022-04-05 14:26:39 UTC

Size

47 MB

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

Environment
ASSET

ce

KONG_AMD64_SHA

43fb5f27185e274e22b4a36b93b1b7e27afe94b9fd2efbe4ec69b8ed8a9e5902

KONG_ARM64_SHA

a057eaa6d10ecf49443ec0cac6e1b70a62ee357a777e0e169c780e18fd5c5544

KONG_VERSION

2.6.0

PATH

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


Layers

[#000] sha256:455c02918c4592a9beeeae47df541266f3ea53ed573feb767e5e8ab8dcee146e - 5.51% (2.59 MB)

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

[#002] sha256:60bf8e846a5b2efcef66530cbc0ac4c23db06f8e5c297227076ac2a714d14157 - 94.48% (44.4 MB)

[#003] sha256:0fcf1b755d2953c1384dce92ef08cac677413d9b516f2f4a352825733c77b7bc - 0.0% (881 Bytes)


History
2022-04-04 23:39:39 UTC

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

2022-04-04 23:39:39 UTC

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

2022-04-05 14:26:04 UTC

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

2022-04-05 14:26:05 UTC

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

2022-04-05 14:26:06 UTC

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

2022-04-05 14:26:07 UTC

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

2022-04-05 14:26:09 UTC

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

2022-04-05 14:26:09 UTC

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

2022-04-05 14:26:10 UTC

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

2022-04-05 14:26:11 UTC

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

2022-04-05 14:26:12 UTC

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

2022-04-05 14:26:13 UTC

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

2022-04-05 14:26:14 UTC

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

2022-04-05 14:26:33 UTC

/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; 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-05 14:26:34 UTC

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

2022-04-05 14:26:34 UTC

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

2022-04-05 14:26:35 UTC

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

2022-04-05 14:26:36 UTC

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

2022-04-05 14:26:37 UTC

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

2022-04-05 14:26:38 UTC

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

2022-04-05 14:26: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