2020-05-05 00:20:11 UTC
84.9 MB
ce
KONG_SHA256457dd0172ae2de2e0b71ce625f78e06449faf38fd734dd6825eb7782d74cb77e
KONG_VERSION2.0.4
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 3.16% (2.68 MB)
[#001] sha256:79162f4c09617b6148c79941fef29989fd4efaf75afb688429147db76f1c1937 - 0.0% (132 Bytes)
[#002] sha256:362c162bd1100f98c75c4f57997da5b9e28cd6ed876bf245131f63971c73f7aa - 96.84% (82.2 MB)
[#003] sha256:8e4da51840b66cea01c99f6efb58af2ac5bee97ac78b11d937f7bc2dca9ac4de - 0.0% (682 Bytes)
/bin/sh -c #(nop) ADD file:b91adb67b670d3a6ff9463e48b7def903ed516be66fc4282d22c53e41512be49 in /
2020-04-24 01:05:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-05-05 00:19:56 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2020-05-05 00:19:56 UTC/bin/sh -c #(nop) ARG ASSET=ce
2020-05-05 00:19:56 UTC/bin/sh -c #(nop) ENV ASSET=ce
2020-05-05 00:19:57 UTC/bin/sh -c #(nop) COPY file:987d0472e007e4e357d96fa432bce568836a2259b787227f9a9e1c369d9efc37 in /tmp/kong.tar.gz
2020-05-05 00:19:57 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.0.4
2020-05-05 00:19:57 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.0.4
2020-05-05 00:19:57 UTC/bin/sh -c #(nop) ARG KONG_SHA256=457dd0172ae2de2e0b71ce625f78e06449faf38fd734dd6825eb7782d74cb77e
2020-05-05 00:19:57 UTC/bin/sh -c #(nop) ENV KONG_SHA256=457dd0172ae2de2e0b71ce625f78e06449faf38fd734dd6825eb7782d74cb77e
2020-05-05 00:20:09 UTC/bin/sh -c set -ex; if [ "$ASSET" = "local" ] ; then exit 0 ; elif [ "$ASSET" = "ce" ] ; then apk add --no-cache --virtual .build-deps curl wget tar ca-certificates && curl -fL "https://bintray.com/kong/kong-alpine-tar/download_file?file_path=kong-$KONG_VERSION.amd64.apk.tar.gz" -o /tmp/kong.tar.gz && echo "$KONG_SHA256 /tmp/kong.tar.gz" | sha256sum -c -; apk del .build-deps; fi; mkdir /kong; tar -C /kong -xzf /tmp/kong.tar.gz && mv /kong/usr/local/* /usr/local && mv /kong/etc/* /etc && rm -rf /kong && apk add --no-cache libgcc openssl pcre perl tzdata libcap zip bash && adduser -S kong && mkdir -p "/usr/local/kong" && chown -R kong:0 /usr/local/kong && chown kong:0 /usr/local/bin/kong && chmod -R g=u /usr/local/kong
2020-05-05 00:20:10 UTC/bin/sh -c #(nop) COPY file:c7c95ad9b95e03a404039e7ee878ca4bb52cbcb965cd2d12c91037eb7a3b7e65 in /docker-entrypoint.sh
2020-05-05 00:20:10 UTC/bin/sh -c #(nop) USER kong
2020-05-05 00:20:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-05-05 00:20:10 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-05-05 00:20:11 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-05-05 00:20: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.