2017-10-26 00:30:00 UTC
28.3 MB
34cfd44f61a4da5d39ad7b59bad7b4790451065ff8c8c3d000b6258ab6961949
KONG_VERSION0.11.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b56ae66c29370df48e7377c8f9baa744a3958058a766793f821dadcb144a4647 - 6.72% (1.9 MB)
[#001] sha256:acc42709f5db73cac8ecbaf6b12d3b51d600e8d1613b5c95f5c72209367fed23 - 93.28% (26.4 MB)
[#002] sha256:8122d27314588579e50419b3f25024d2311e2b092a94ad65189cc8437e282237 - 0.0% (323 Bytes)
/bin/sh -c #(nop) ADD file:1e87ff33d1b6765b793888cd50e01b2bd0dfe152b7dbb4048008bfc2658faea7 in /
2017-10-25 23:19:51 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-10-26 00:29:46 UTC/bin/sh -c #(nop) MAINTAINER Marco Palladino, marco@mashape.com
2017-10-26 00:29:47 UTC/bin/sh -c #(nop) ENV KONG_VERSION=0.11.0
2017-10-26 00:29:47 UTC/bin/sh -c #(nop) ENV KONG_SHA256=34cfd44f61a4da5d39ad7b59bad7b4790451065ff8c8c3d000b6258ab6961949
2017-10-26 00:29:58 UTC/bin/sh -c apk update && apk add --virtual .build-deps wget tar ca-certificates && apk add libgcc openssl pcre perl && 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 && apk del .build-deps && rm -rf /var/cache/apk/*
2017-10-26 00:29:59 UTC/bin/sh -c #(nop) COPY file:0ce55305f95ddcb78ffb96b9502c795c4dd1040025f4ec7c3e19e4b889022b90 in /docker-entrypoint.sh
2017-10-26 00:29:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-10-26 00:29:59 UTC/bin/sh -c #(nop) EXPOSE 8000/tcp 8001/tcp 8443/tcp 8444/tcp
2017-10-26 00:29:59 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2017-10-26 00:30:00 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.