2022-06-07 00:27:42 UTC
122 MB
ce
KONG_VERSION2.7.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d7bfe07ed8476565a440c2113cc64d7c0409dba8ef761fb3ec019d7e6b5952df - 22.32% (27.2 MB)
[#001] sha256:f5a98d6d56529c16f261415f31709ae633666ee56cd5a645f459dfcf5ec555de - 19.6% (23.9 MB)
[#002] sha256:c88bf24b2ac96d13176b1d77cb7685d7b9854f7fd46ebab225d8b492443a354d - 58.08% (70.9 MB)
[#003] sha256:6b9df565cdbfeb288a8de5c5ca5a6d86f22bd97d548197305a2bfd19894efef0 - 0.0% (880 Bytes)
/bin/sh -c #(nop) ADD file:00dae10e79b05c4e1a3db053a1f85a4f38a39fe85cbbd88d74201a01a7dd59b5 in /
2022-06-06 22:21:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-06-07 00:25:49 UTC/bin/sh -c #(nop) ARG ASSET=ce
2022-06-07 00:25:50 UTC/bin/sh -c #(nop) ENV ASSET=ce
2022-06-07 00:25:50 UTC/bin/sh -c #(nop) ARG EE_PORTS
2022-06-07 00:25:50 UTC/bin/sh -c #(nop) COPY file:5da22ad111df95d5c0f9c17c60cd4123a51ad46a41d3f442fca7b2bcc8d7d11b in /tmp/kong.deb
2022-06-07 00:27:21 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.7.1
2022-06-07 00:27:21 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.7.1
2022-06-07 00:27:21 UTC/bin/sh -c #(nop) ARG KONG_SHA256=feeee661bbe44cf3ca2d4b748291dd3f9153f355fbc13ffeccb6fbc036249a89
2022-06-07 00:27:41 UTC|1 KONG_SHA256=feeee661bbe44cf3ca2d4b748291dd3f9153f355fbc13ffeccb6fbc036249a89 /bin/sh -c set -ex && apt-get update && if [ "$ASSET" = "ce" ] ; then apt-get install -y curl && UBUNTU_CODENAME=$(cat /etc/os-release | grep UBUNTU_CODENAME | cut -d = -f 2) && curl -fL https://download.konghq.com/gateway-${KONG_VERSION%%.*}.x-ubuntu-${UBUNTU_CODENAME}/pool/all/k/kong/kong_${KONG_VERSION}_amd64.deb -o /tmp/kong.deb && apt-get purge -y curl && echo "$KONG_SHA256 /tmp/kong.deb" | sha256sum -c -; else apt-get upgrade -y ; fi; apt-get install -y --no-install-recommends unzip git && apt install --yes /tmp/kong.deb && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/kong.deb && chown kong:0 /usr/local/bin/kong && chown -R kong:0 /usr/local/kong && 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-06-07 00:27:42 UTC/bin/sh -c #(nop) COPY file:df7f26941e26fd034e43646906785ecba3877cf078fa891fd1d304925f70408e in /docker-entrypoint.sh
2022-06-07 00:27:42 UTC/bin/sh -c #(nop) USER kong
2022-06-07 00:27:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2022-06-07 00:27:42 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2022-06-07 00:27:42 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2022-06-07 00:27:42 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2022-06-07 00:27:42 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.