2021-04-14 19:27:51 UTC
50.3 MB
ce
KONG_SHA2562e78dee0e695c238cde7e607e85c2e62e44422b57c626ea12822d15ed898769b
KONG_VERSION2.0.5
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ddad3d7c1e96adf9153f8921a7c9790f880a390163df453be1566e9ef0d546e0 - 5.34% (2.69 MB)
[#001] sha256:4eab765c4bc06602de99bfddcb851093d98720541c460033346c11ff6d67240e - 0.0% (130 Bytes)
[#002] sha256:013a706fa32622b36b894c4c36a9ae7df67cbf5fc469e20896fc04aecdbd8c0d - 94.66% (47.6 MB)
[#003] sha256:d9e5f555dac438b8e3f8740c0095114272c3bea1831249451b8f677abeda018a - 0.0% (734 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-14 19:23:21 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-04-14 19:23:21 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-04-14 19:23:21 UTC/bin/sh -c #(nop) ENV ASSET=ce
2021-04-14 19:27:35 UTC/bin/sh -c #(nop) COPY file:987d0472e007e4e357d96fa432bce568836a2259b787227f9a9e1c369d9efc37 in /tmp/kong.tar.gz
2021-04-14 19:27:35 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.0.5
2021-04-14 19:27:36 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.0.5
2021-04-14 19:27:36 UTC/bin/sh -c #(nop) ARG KONG_SHA256=2e78dee0e695c238cde7e607e85c2e62e44422b57c626ea12822d15ed898769b
2021-04-14 19:27:36 UTC/bin/sh -c #(nop) ENV KONG_SHA256=2e78dee0e695c238cde7e607e85c2e62e44422b57c626ea12822d15ed898769b
2021-04-14 19:27:49 UTC/bin/sh -c set -ex; 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.amd64.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 libgcc openssl pcre perl tzdata libcap zip bash zlib 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 && kong version
2021-04-14 19:27:50 UTC/bin/sh -c #(nop) COPY file:c60e90d02b3d93627e1f0d577e2298e266f50cc620574d3ef11b8b30cd8a906c in /docker-entrypoint.sh
2021-04-14 19:27:50 UTC/bin/sh -c #(nop) USER kong
2021-04-14 19:27:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-04-14 19:27:51 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2021-04-14 19:27:51 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-04-14 19:27:51 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.