2020-06-22 19:27:17 UTC
56.8 MB
ce
KONG_SHA2562f6d703b54c9da3787bdab1e38ec8c1ec70e4cb30751c7df021d97957704736d
KONG_VERSION2.1.0beta.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 4.73% (2.68 MB)
[#001] sha256:79162f4c09617b6148c79941fef29989fd4efaf75afb688429147db76f1c1937 - 0.0% (132 Bytes)
[#002] sha256:158e69e7b1c0aea7473e2ebdf44bfc933b632f3449d14ce0b2ed4395999a4d92 - 95.27% (54.1 MB)
[#003] sha256:b0c1f62c47aea958010c7e08361b601d389ccb3a7ce0e42f1ab917b6426eedb4 - 0.0% (696 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-06-22 19:27:05 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.1.0beta.1
2020-06-22 19:27:06 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.1.0beta.1
2020-06-22 19:27:06 UTC/bin/sh -c #(nop) ARG KONG_SHA256=2f6d703b54c9da3787bdab1e38ec8c1ec70e4cb30751c7df021d97957704736d
2020-06-22 19:27:06 UTC/bin/sh -c #(nop) ENV KONG_SHA256=2f6d703b54c9da3787bdab1e38ec8c1ec70e4cb30751c7df021d97957704736d
2020-06-22 19:27:16 UTC/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-prerelease/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 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 && kong version
2020-06-22 19:27:16 UTC/bin/sh -c #(nop) COPY file:fa8375740fa706893b805c585210990194c529e023568323f95bd7d67be95132 in /docker-entrypoint.sh
2020-06-22 19:27:17 UTC/bin/sh -c #(nop) USER kong
2020-06-22 19:27:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-06-22 19:27:17 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-06-22 19:27:17 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-06-22 19:27:17 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.