2020-03-09 23:24:49 UTC
47 MB
befe736bfde51e27ae51a0d6a827df44a1669099dea459d430aef0d570cc4db7
KONG_VERSION2.0.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 5.65% (2.66 MB)
[#001] sha256:3f12465f7519d6534a30402d7d4cdee33191f606b3354f8d2a9b184ff6c81211 - 94.35% (44.4 MB)
[#002] sha256:0844b942a3e9c7ebf29943dbea5cbac25eebea10df1b6322394e59111468d48a - 0.0% (356 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-03-09 23:24:37 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.0.2
2020-03-09 23:24:37 UTC/bin/sh -c #(nop) ENV KONG_SHA256=befe736bfde51e27ae51a0d6a827df44a1669099dea459d430aef0d570cc4db7
2020-03-09 23:24:48 UTC/bin/sh -c adduser -S 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 && chown -R kong:0 /usr/local/kong && chmod -R g=u /usr/local/kong
2020-03-09 23:24:48 UTC/bin/sh -c #(nop) USER kong
2020-03-09 23:24:48 UTC/bin/sh -c #(nop) COPY file:d4cc11e4d968fd7df92b7b157746b27dc40d08cd20ca769e15cffc687cea9b5c in /docker-entrypoint.sh
2020-03-09 23:24:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-03-09 23:24:49 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-03-09 23:24:49 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-03-09 23:24:49 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.