2023-02-11 14:00:56 UTC
47.9 MB
ce
KONG_VERSION2.6.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:895e193edb5191bf66fb5ccb29f5d3659e05eec5953255180cbdd66520e7c517 - 5.63% (2.7 MB)
[#001] sha256:230feecf627a5c7bab62deef1079f59e6af0cbe179bb311838e2487e83517597 - 0.0% (131 Bytes)
[#002] sha256:ce945a970816bd1ac5736406be899b64f2381794a3e000b0db2bcf15bcbed942 - 94.37% (45.2 MB)
[#003] sha256:a0a319785a7d098491b52e0c43c8207611fa33f4c767cd95135d86aeee794f01 - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:cdac18271416ac5bf6876b7ea9af1129108d03f9813589dfda113e5f09d6b80b in /
2023-02-11 04:46:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) ARG ASSET=ce
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) ENV ASSET=ce
2023-02-11 14:00:34 UTC/bin/sh -c #(nop) ARG EE_PORTS
2023-02-11 14:00:35 UTC/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz
2023-02-11 14:00:48 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.6.1
2023-02-11 14:00:48 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.6.1
2023-02-11 14:00:48 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=9e7618ad06c148ed216be8bbf65a9c7cb95301e5349ef61b996fbb55ec4cfa87
2023-02-11 14:00:48 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=0fbf008685c6eac510d221595172e9e7bd51a846d410972d6950d9207cf400de
2023-02-11 14:00:55 UTC|2 KONG_AMD64_SHA=9e7618ad06c148ed216be8bbf65a9c7cb95301e5349ef61b996fbb55ec4cfa87 KONG_ARM64_SHA=0fbf008685c6eac510d221595172e9e7bd51a846d410972d6950d9207cf400de /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
2023-02-11 14:00:55 UTC/bin/sh -c #(nop) COPY file:df7f26941e26fd034e43646906785ecba3877cf078fa891fd1d304925f70408e in /docker-entrypoint.sh
2023-02-11 14:00:56 UTC/bin/sh -c #(nop) USER kong
2023-02-11 14:00:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-02-11 14:00:56 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2023-02-11 14:00:56 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-02-11 14:00:56 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2023-02-11 14:00:56 UTC/bin/sh -c #(nop) CMD ["kong" "docker-start"]
2023-02-10 23:00:18 UTC
47.3 MB
ce
KONG_VERSION2.6.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:404f35918b797abb27547df3b530ec55a77c499c4dce88f3b90867115087f9e7 - 5.48% (2.6 MB)
[#001] sha256:d21dbecf80430775ed3b75443538d3568cb87cb087b86329bb313c2e1bc403a4 - 0.0% (129 Bytes)
[#002] sha256:d669d96f1c0e1a33e606d0744732ec0d6d5c3c3d8f5cb6782911fb9c8604e99e - 94.51% (44.7 MB)
[#003] sha256:bf6a17e6b4a2bce2274ce26992d266e7680b1d21f25d3340bbe10237ec10e22f - 0.0% (881 Bytes)
/bin/sh -c #(nop) ADD file:a73970ac03f28a1d3b9aaee19e859d958867b42fb91f29efb1259fbddc66ffb1 in /
2023-02-10 21:24:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) ARG ASSET=ce
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) ENV ASSET=ce
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) ARG EE_PORTS
2023-02-10 22:59:57 UTC/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz
2023-02-10 23:00:10 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.6.1
2023-02-10 23:00:10 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.6.1
2023-02-10 23:00:11 UTC/bin/sh -c #(nop) ARG KONG_AMD64_SHA=9e7618ad06c148ed216be8bbf65a9c7cb95301e5349ef61b996fbb55ec4cfa87
2023-02-10 23:00:11 UTC/bin/sh -c #(nop) ARG KONG_ARM64_SHA=0fbf008685c6eac510d221595172e9e7bd51a846d410972d6950d9207cf400de
2023-02-10 23:00:17 UTC|2 KONG_AMD64_SHA=9e7618ad06c148ed216be8bbf65a9c7cb95301e5349ef61b996fbb55ec4cfa87 KONG_ARM64_SHA=0fbf008685c6eac510d221595172e9e7bd51a846d410972d6950d9207cf400de /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
2023-02-10 23:00:18 UTC/bin/sh -c #(nop) COPY file:df7f26941e26fd034e43646906785ecba3877cf078fa891fd1d304925f70408e in /docker-entrypoint.sh
2023-02-10 23:00:18 UTC/bin/sh -c #(nop) USER kong
2023-02-10 23:00:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-02-10 23:00:18 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2023-02-10 23:00:18 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-02-10 23:00:18 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "kong health"] "10s" "10s" "0s" '\n'}
2023-02-10 23: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.