2017-11-04 14:02:38 UTC
28.3 MB
2291f92a935d850fe850394834c7737e99a82c37b0024637b4e17adfa1a4ef28
KONG_VERSION0.11.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b56ae66c29370df48e7377c8f9baa744a3958058a766793f821dadcb144a4647 - 6.72% (1.9 MB)
[#001] sha256:e706f68fe45892a244672a960e75c359bf614244ac9a2d0ebb2f1a889b4e54b6 - 93.28% (26.4 MB)
[#002] sha256:2db9f9f916bd0f1c238a241447fe519ab1f4d2c995cdea32ac3f050d109cb1db - 0.0% (322 Bytes)
/bin/sh -c #(nop) ADD file:1e87ff33d1b6765b793888cd50e01b2bd0dfe152b7dbb4048008bfc2658faea7 in /
2017-11-03 22:10:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-11-04 14:02:25 UTC/bin/sh -c #(nop) MAINTAINER Marco Palladino, marco@mashape.com
2017-11-04 14:02:26 UTC/bin/sh -c #(nop) ENV KONG_VERSION=0.11.1
2017-11-04 14:02:26 UTC/bin/sh -c #(nop) ENV KONG_SHA256=2291f92a935d850fe850394834c7737e99a82c37b0024637b4e17adfa1a4ef28
2017-11-04 14:02:37 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-11-04 14:02:38 UTC/bin/sh -c #(nop) COPY file:0ce55305f95ddcb78ffb96b9502c795c4dd1040025f4ec7c3e19e4b889022b90 in /docker-entrypoint.sh
2017-11-04 14:02:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-11-04 14:02:38 UTC/bin/sh -c #(nop) EXPOSE 8000/tcp 8001/tcp 8443/tcp 8444/tcp
2017-11-04 14:02:38 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2017-11-04 14:02:38 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.