2019-05-31 21:20:35 UTC
31.3 MB
0fd97d583d51919c59e69d11183801c6b1b15cdc39287ddf9a22eb5b6639effd
KONG_VERSION1.2.0rc2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5a3ea8efae5d0abb93d2a04be0a4870087042b8ecab8001f613cdc2a9440616a - 6.16% (1.92 MB)
[#001] sha256:dcec942104956678f2c684852914adc8969a992ab320573e1320972a9adda83b - 93.84% (29.3 MB)
[#002] sha256:4640fd00fcad07a1413990a01626e9cd46f99c40a0bb2a7076e516a4c44f1e2c - 0.0% (597 Bytes)
/bin/sh -c #(nop) ADD file:9714761bb81de664e431dec41f12db20f0438047615df2ecd9fdc88933d6c20f in /
2019-03-07 22:20:00 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-03-08 03:12:51 UTC/bin/sh -c #(nop) LABEL maintainer=Kong Core Team <team-core@konghq.com>
2019-05-31 21:20:07 UTC/bin/sh -c #(nop) ENV KONG_VERSION=1.2.0rc2
2019-05-31 21:20:25 UTC/bin/sh -c #(nop) ENV KONG_SHA256=0fd97d583d51919c59e69d11183801c6b1b15cdc39287ddf9a22eb5b6639effd
2019-05-31 21:20:34 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-alpine-tar/download_file?file_path=kong-$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 && chown -R kong:0 /usr/local/kong && chmod -R g=u /usr/local/kong
2019-05-31 21:20:34 UTC/bin/sh -c #(nop) COPY file:fe196e90eb453e834bdc492372019ad9f95e35142fa279d1622c213f32592fe9 in /docker-entrypoint.sh
2019-05-31 21:20:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2019-05-31 21:20:35 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2019-05-31 21:20:35 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2019-05-31 21:20:35 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.