2020-02-10 23:23:42 UTC
47 MB
170e3f230640cef9e307fd8411287b05a1ba9162b3fc1b53417f199869dcf065
KONG_VERSION2.0.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 5.65% (2.66 MB)
[#001] sha256:c490acaaae4f31e0ad3ea48c9943bbbb2115a6ce613cee1eae14854ca9c77830 - 94.35% (44.4 MB)
[#002] sha256:2c0658c893621ea7e3a94be3bde316bef8e52f49fa0f878c5d9f60bd4c438374 - 0.0% (357 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-02-05 23:31:52 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.0.1
2020-02-05 23:31:52 UTC/bin/sh -c #(nop) ENV KONG_SHA256=170e3f230640cef9e307fd8411287b05a1ba9162b3fc1b53417f199869dcf065
2020-02-10 23:23:40 UTC/bin/sh -c adduser -S kong && mkdir -p "/usr/local/kong" && chown -R kong:0 /usr/local/kong && chmod -R g=u /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
2020-02-10 23:23:41 UTC/bin/sh -c #(nop) USER kong
2020-02-10 23:23:41 UTC/bin/sh -c #(nop) COPY file:4c514f433339e8232479c5f83c4abe18fa083902b64cf695d83937fc4947437c in /docker-entrypoint.sh
2020-02-10 23:23:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-02-10 23:23:41 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-02-10 23:23:41 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-02-10 23:23:42 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.