2018-12-21 04:55:11 UTC
29 MB
a71ecdc90dd9af72a9305b4007753d237e1b982a912902ac687cfa119cac865e
KONG_VERSION1.0.0rc3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ab3d5dc0b96d2bf3b1046fcc333619417a73b4f5fade00f1bbe32ffc6ffa6635 - 6.63% (1.92 MB)
[#001] sha256:4acc0df54127312b10a53958828c93972f23e5cbc5df9b4beb4317bebc97b243 - 93.37% (27.1 MB)
[#002] sha256:944f20a47b0945439fe6aff19ee73ade53582f1af6a84f3bcee5c648f2bdef6a - 0.0% (312 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>
2018-12-21 04:55:01 UTC/bin/sh -c #(nop) ENV KONG_VERSION=1.0.0rc3
2018-12-21 04:55:01 UTC/bin/sh -c #(nop) ENV KONG_SHA256=a71ecdc90dd9af72a9305b4007753d237e1b982a912902ac687cfa119cac865e
2018-12-21 04:55:10 UTC/bin/sh -c apk add --no-cache --virtual .build-deps wget tar ca-certificates && apk add --no-cache libgcc openssl pcre perl tzdata curl && 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 && mkdir -p "/usr/local/kong" && chgrp -R 0 "/usr/local/kong" && chmod -R g=u "/usr/local/kong"
2018-12-21 04:55:10 UTC/bin/sh -c #(nop) COPY file:c7f1aea2fbcd03b144734565be2b21b05539ce1fad4c9306061b61ae6fbde4f0 in /docker-entrypoint.sh
2018-12-21 04:55:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-12-21 04:55:11 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2018-12-21 04:55:11 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2018-12-21 04:55:11 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.