2020-01-23 19:21:55 UTC
42.1 MB
74f4fe05b39bc3108611e9c52cb1faa788002e33551d3ab6ca0ec6ccfeeae2bd
KONG_VERSION1.5.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 6.32% (2.66 MB)
[#001] sha256:e3f8cdb3002fe418009a527ac3014005654d7a15c7e1aee43fdcc522d2d86ac6 - 93.68% (39.4 MB)
[#002] sha256:bf19b4a0fd2089a4038066aaca992f73a5eadf63056159c0ce777580c406b2a7 - 0.0% (597 Bytes)
/bin/sh -c #(nop) ADD file:d48cac34fac385cbc1de6adfdd88300f76f9bbe346cd17e64fd834d042a98326 in /
2020-01-23 16:53:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-23 19:21:07 UTC/bin/sh -c #(nop) LABEL maintainer=Kong Core Team <team-core@konghq.com>
2020-01-23 19:21:38 UTC/bin/sh -c #(nop) ENV KONG_VERSION=1.5.0
2020-01-23 19:21:38 UTC/bin/sh -c #(nop) ENV KONG_SHA256=74f4fe05b39bc3108611e9c52cb1faa788002e33551d3ab6ca0ec6ccfeeae2bd
2020-01-23 19:21:53 UTC/bin/sh -c adduser -Su 1337 kong && mkdir -p "/usr/local/kong" && apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && apk add --no-cache libgcc openssl pcre perl tzdata 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
2020-01-23 19:21:54 UTC/bin/sh -c #(nop) COPY file:fe196e90eb453e834bdc492372019ad9f95e35142fa279d1622c213f32592fe9 in /docker-entrypoint.sh
2020-01-23 19:21:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-01-23 19:21:54 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-01-23 19:21:54 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-01-23 19:21:55 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.