2021-11-18 16:07:41 UTC
130 MB
ee
KONG_VERSION2.5.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 2.07% (2.68 MB)
[#001] sha256:cd077fd1dd6ce8bf37058ea1c057662ac7303027034beb21df08e5e405a61385 - 40.95% (53.2 MB)
[#002] sha256:57f2d1b2815bf5c7a135b2342cc175046d7910d8bde4af5da45d1fea6868de28 - 56.99% (74 MB)
[#003] sha256:bb3334c05a28e825d7e118f161d7996fdbe6e739390f9d4b8dc29aa557218e99 - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:aad4290d27580cc1a094ffaf98c3ca2fc5d699fe695dfb8e6e9fac20f1129450 in /
2021-08-27 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-18 16:07:31 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-11-18 16:07:31 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-11-18 16:07:31 UTC/bin/sh -c #(nop) ENV ASSET=ee
2021-11-18 16:07:31 UTC/bin/sh -c #(nop) ARG EE_PORTS
2021-11-18 16:07:32 UTC/bin/sh -c #(nop) COPY file:2b425b9ee66a0089223c02f27003296b0ccdea116282d55d26eaec714dc51881 in /tmp/kong.tar.gz
2021-11-18 16:07:32 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.6.0
2021-11-18 16:07:32 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.5.1.2
2021-11-18 16:07:32 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=43fb5f27185e274e22b4a36b93b1b7e27afe94b9fd2efbe4ec69b8ed8a9e5902
2021-11-18 16:07:32 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=a057eaa6d10ecf49443ec0cac6e1b70a62ee357a777e0e169c780e18fd5c5544
2021-11-18 16:07:39 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
2021-11-18 16:07:40 UTC/bin/sh -c #(nop) COPY file:fbc9157ea78746515e6e62328627b5e61b34cd910347e5b52fc24fa5913ea356 in /docker-entrypoint.sh
2021-11-18 16:07:40 UTC/bin/sh -c #(nop) USER kong
2021-11-18 16:07:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-11-18 16:07:40 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2021-11-18 16:07:40 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-11-18 16:07:40 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2021-11-18 16:07:41 UTC/bin/sh -c #(nop) CMD ["kong" "docker-start"]
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.