2019-10-03 20:22:15 UTC
42.7 MB
5ed8530c9f0a3631c900e59ac517f8cf2ca3ab11e283f988e070ef1a1ef95b2f
KONG_VERSION1.4.0rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 6.23% (2.66 MB)
[#001] sha256:d4cc1c99f062100fee924f78d206e11217975ba17142b97ed2f6bb9576e438b8 - 93.77% (40 MB)
[#002] sha256:88d48841894af1a5b2542ec5580382668f97f36d6e937a9163c490add9188cca - 0.0% (596 Bytes)
/bin/sh -c #(nop) ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /
2019-08-20 20:19:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 21:54:34 UTC/bin/sh -c #(nop) LABEL maintainer=Kong Core Team <team-core@konghq.com>
2019-10-03 20:22:04 UTC/bin/sh -c #(nop) ENV KONG_VERSION=1.4.0rc1
2019-10-03 20:22:04 UTC/bin/sh -c #(nop) ENV KONG_SHA256=5ed8530c9f0a3631c900e59ac517f8cf2ca3ab11e283f988e070ef1a1ef95b2f
2019-10-03 20:22:14 UTC/bin/sh -c adduser -Su 1337 kong && mkdir -p "/usr/local/kong" && apk add --no-cache --virtual .build-deps wget tar ca-certificates && apk add --no-cache libgcc openssl pcre perl tzdata curl libcap su-exec zip && wget -O kong.tar.gz "https://bintray.com/kong/kong-alpine-tar/download_file?file_path=kong-$KONG_VERSION.amd64.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 && chown -R kong:0 /usr/local/kong && chmod -R g=u /usr/local/kong
2019-10-03 20:22:14 UTC/bin/sh -c #(nop) COPY file:fe196e90eb453e834bdc492372019ad9f95e35142fa279d1622c213f32592fe9 in /docker-entrypoint.sh
2019-10-03 20:22:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2019-10-03 20:22:15 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2019-10-03 20:22:15 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2019-10-03 20:22:15 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.