2020-08-14 01:26:58 UTC
50.7 MB
ce
KONG_VERSION2.1.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 5.29% (2.68 MB)
[#001] sha256:86e0de2dc0e7e86d092bbee85a6c1ef2769273bd1a78d87bc9a745745fe2d3b9 - 0.0% (129 Bytes)
[#002] sha256:a51ef27cca66962e5f43f8bd4c369a4cc70c55bb9ff255e5150dac24fe0f7aaa - 94.7% (48 MB)
[#003] sha256:de59e57e69a4f37ee835251dd74a42db9341da911e5f2c931a04c1c7cdbb0fae - 0.0% (734 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-07-13 17:19:53 UTC/bin/sh -c #(nop) ARG EE_PORTS
2020-07-13 17:19:53 UTC/bin/sh -c #(nop) COPY file:9073480627c34fa516ae48557d24314a31d17b88798bd04c46162029e368d39c in /tmp/kong.tar.gz
2020-08-14 01:26:50 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.1.2
2020-08-14 01:26:50 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.1.2
2020-08-14 01:26:51 UTC/bin/sh -c #(nop) ARG KONG_SHA256=bd36b7b17e38949a1e4747fad4b6fe34c30c81e4a4a94dae5dd0073871e841bd
2020-08-14 01:26:57 UTC|1 KONG_SHA256=bd36b7b17e38949a1e4747fad4b6fe34c30c81e4a4a94dae5dd0073871e841bd /bin/sh -c set -ex; if [ "$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 libstdc++ libgcc openssl pcre perl tzdata libcap zip bash zlib zlib-dev git ca-certificates && 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 && rm -rf /tmp/kong.tar.gz && if [ "$ASSET" = "ce" ] ; then kong version ; fi;
2020-08-14 01:26:58 UTC/bin/sh -c #(nop) COPY file:c60e90d02b3d93627e1f0d577e2298e266f50cc620574d3ef11b8b30cd8a906c in /docker-entrypoint.sh
2020-08-14 01:26:58 UTC/bin/sh -c #(nop) USER kong
2020-08-14 01:26:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-08-14 01:26:58 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-08-14 01:26:58 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-08-14 01:26:58 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.