2019-03-08 03:13:58 UTC
31.9 MB
caf119ce7a367b9d9cd1ace55c4b6a499ff3c4693f80ea25129ebf2da0373fcc
KONG_VERSION0.13.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5a3ea8efae5d0abb93d2a04be0a4870087042b8ecab8001f613cdc2a9440616a - 6.03% (1.92 MB)
[#001] sha256:94ba7d7143a32ac7f057d10785a17b62530aa438a926c1a65202bad8b36eb105 - 93.97% (30 MB)
[#002] sha256:da453abf4e534854f082ac44a3146657695c50e5b9dfafa96f745ed41819fa7c - 0.0% (324 Bytes)
/bin/sh -c #(nop) ADD file:9714761bb81de664e431dec41f12db20f0438047615df2ecd9fdc88933d6c20f in /
2019-03-07 22:20:00 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-03-08 03:13:35 UTC/bin/sh -c #(nop) LABEL maintainer=Marco Palladino, marco@mashape.com
2019-03-08 03:13:50 UTC/bin/sh -c #(nop) ENV KONG_VERSION=0.13.1
2019-03-08 03:13:50 UTC/bin/sh -c #(nop) ENV KONG_SHA256=caf119ce7a367b9d9cd1ace55c4b6a499ff3c4693f80ea25129ebf2da0373fcc
2019-03-08 03:13:57 UTC/bin/sh -c apk add --no-cache --virtual .build-deps wget tar ca-certificates && apk add --no-cache libgcc openssl pcre perl tzdata curl && wget -O kong.tar.gz "https://bintray.com/kong/kong-community-edition-alpine-tar/download_file?file_path=kong-community-edition-$KONG_VERSION.apk.tar.gz" && echo "$KONG_SHA256 *kong.tar.gz" | sha256sum -c - && tar -xzf kong.tar.gz -C /tmp && rm -f kong.tar.gz && cp -R /tmp/usr / && rm -rf /tmp/usr && cp -R /tmp/etc / && rm -rf /tmp/etc && apk del .build-deps
2019-03-08 03:13:58 UTC/bin/sh -c #(nop) COPY file:482e86f81732d6ad12780394cb30d8ba706d6db5448151c637be54a244f1388f in /docker-entrypoint.sh
2019-03-08 03:13:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2019-03-08 03:13:58 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2019-03-08 03:13:58 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2019-03-08 03:13:58 UTC/bin/sh -c #(nop) CMD ["/usr/local/openresty/nginx/sbin/nginx" "-c" "/usr/local/kong/nginx.conf" "-p" "/usr/local/kong/"]
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.