2021-04-23 19:00:18 UTC
127 MB
ee
KONG_AMD64_SHAa69246ac847e63fa878a4c91fcd097d3ce11db00fd2ce647f1afdf60b5271fa8
KONG_ARM64_SHA59150130fa4571a406ba72e71dc9ac64ccf48bdf3941ee1965e6a3626d0fbc18
KONG_VERSION2.3.3.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ddad3d7c1e96adf9153f8921a7c9790f880a390163df453be1566e9ef0d546e0 - 2.11% (2.69 MB)
[#001] sha256:55b034737c811400bd8c2bec87c2cd0eec905e8a2ed3b54274e98a8f0965888f - 41.26% (52.6 MB)
[#002] sha256:cd56d3b0a48877660b88d4ec25de886c8cefe92a586c629ae5a2093fd6e15f64 - 56.63% (72.1 MB)
[#003] sha256:f5f0ccef3991451b66cab353a4471f15c900bd7a27dfc86e2e639df200e5af69 - 0.0% (738 Bytes)
/bin/sh -c #(nop) ADD file:282b9d56236cae29600bf8b698cb0a865ab17db7beea0be6870f9de63e7d4f80 in /
2021-04-14 19:19:56 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-23 00:54:56 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-04-23 00:54:57 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-04-23 00:54:57 UTC/bin/sh -c #(nop) ENV ASSET=ee
2021-04-23 00:54:57 UTC/bin/sh -c #(nop) ARG EE_PORTS
2021-04-23 19:00:03 UTC/bin/sh -c #(nop) COPY file:16e821c16419b47a2eaabce75b270723b18e32fd2fca9513094a60929795a501 in /tmp/kong.tar.gz
2021-04-23 19:00:07 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.4.0
2021-04-23 19:00:07 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.3.3.2
2021-04-23 19:00:07 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=a69246ac847e63fa878a4c91fcd097d3ce11db00fd2ce647f1afdf60b5271fa8
2021-04-23 19:00:07 UTC/bin/sh -c #(nop) ENV KONG_AMD64_SHA=a69246ac847e63fa878a4c91fcd097d3ce11db00fd2ce647f1afdf60b5271fa8
2021-04-23 19:00:07 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=59150130fa4571a406ba72e71dc9ac64ccf48bdf3941ee1965e6a3626d0fbc18
2021-04-23 19:00:07 UTC/bin/sh -c #(nop) ENV KONG_ARM64_SHA=59150130fa4571a406ba72e71dc9ac64ccf48bdf3941ee1965e6a3626d0fbc18
2021-04-23 19:00:14 UTC|1 EE_PORTS=8002 8445 8003 8446 8004 8447 /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://bintray.com/kong/kong-alpine-tar/download_file?file_path=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 && 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 && if [ "$ASSET" = "ce" ] ; then kong version ; fi;
2021-04-23 19:00:16 UTC/bin/sh -c #(nop) COPY file:b73e4f07ee24bda183b75cc469ca210b675ef56e88524c5632b654a7cac712a7 in /docker-entrypoint.sh
2021-04-23 19:00:17 UTC/bin/sh -c #(nop) USER kong
2021-04-23 19:00:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-04-23 19:00:18 UTC/bin/sh -c #(nop) EXPOSE 8002 8445 8003 8446 8004 8447 8000 8001 8443 8444
2021-04-23 19:00:18 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-04-23 19:00:18 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.