2019-01-08 00:19:50 UTC
29 MB
79001d96c28d774bcf868f281e8e3486c4027ed35d69da6560172a742240b862
KONG_VERSION1.0.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ab3d5dc0b96d2bf3b1046fcc333619417a73b4f5fade00f1bbe32ffc6ffa6635 - 6.62% (1.92 MB)
[#001] sha256:1c4309b426e0cad6e22400ed50a53f25197a9a1f8b09ed1a7b96d711c2f01439 - 93.38% (27.1 MB)
[#002] sha256:1e9ad93ca775a711fcb2aee11b9ee5efc8050cf0b2aac3b05675b7b6c48e12e3 - 0.0% (542 Bytes)
/bin/sh -c #(nop) ADD file:34555dc4e7cea1950fb55d748361debb278a7c96d0a02d2ef75c50cf6c59bfe7 in /
2018-12-21 00:20:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-12-21 04:55:00 UTC/bin/sh -c #(nop) LABEL maintainer=Kong Core Team <team-core@konghq.com>
2019-01-08 00:19:42 UTC/bin/sh -c #(nop) ENV KONG_VERSION=1.0.0
2019-01-08 00:19:42 UTC/bin/sh -c #(nop) ENV KONG_SHA256=79001d96c28d774bcf868f281e8e3486c4027ed35d69da6560172a742240b862
2019-01-08 00:19:49 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 && 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-01-08 00:19:50 UTC/bin/sh -c #(nop) COPY file:df164f7ea41142b4e0a8d97f74c6b26aaa47daf2994aa1cf2573688a51006eee in /docker-entrypoint.sh
2019-01-08 00:19:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2019-01-08 00:19:50 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2019-01-08 00:19:50 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2019-01-08 00:19:50 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.