2020-08-28 19:50:52 UTC
121 MB
ce
KONG_VERSION2.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 - 59.72% (72.3 MB)
[#001] sha256:86c636c1fa5b3254b7692cb41da3aee6a2547a919e7a84290bd6f7c05f9ef334 - 0.0% (127 Bytes)
[#002] sha256:c5b39764476fabfd67cf365cf33641b81d16a210aa4a68086804025427365d5a - 40.28% (48.8 MB)
[#003] sha256:cd23a9600919cc54b1000cc18412d188688763e6b9a3398d123cf6e7737e9d11 - 0.0% (734 Bytes)
/bin/sh -c #(nop) ADD file:61908381d3142ffba798ae9a904476d19b197ab79d0338f14bec0f76649df8d4 in /
2020-08-10 18:20:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20200809 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-08-09 00:00:00+01:00
2020-08-10 18:20:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-10 18:37:24 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2020-08-10 18:37:24 UTC/bin/sh -c #(nop) ARG ASSET=ce
2020-08-10 18:37:25 UTC/bin/sh -c #(nop) ENV ASSET=ce
2020-08-10 18:37:25 UTC/bin/sh -c #(nop) ARG EE_PORTS
2020-08-10 18:37:25 UTC/bin/sh -c #(nop) COPY file:ff02c070e4c89f043b176279a7e41464b5fab8cb98cfcd6332fad2d2741fc41d in /tmp/kong.rpm
2020-08-20 23:20:41 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.1.3
2020-08-20 23:20:41 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.1.3
2020-08-28 19:50:17 UTC/bin/sh -c #(nop) ARG KONG_SHA256=c39e596ac3aac771377fc67eb4fb151216daeba6e8b1595c670e8c571b5cd3a0
2020-08-28 19:50:50 UTC|1 KONG_SHA256=c39e596ac3aac771377fc67eb4fb151216daeba6e8b1595c670e8c571b5cd3a0 /bin/sh -c set -ex; if [ "$ASSET" = "ce" ] ; then curl -fL "https://bintray.com/kong/kong-rpm/download_file?file_path=centos/7/kong-$KONG_VERSION.el7.amd64.rpm" -o /tmp/kong.rpm && echo "$KONG_SHA256 /tmp/kong.rpm" | sha256sum -c -; fi; yum install -y -q unzip shadow-utils git && yum clean all -q && rm -fr /var/cache/yum/* /tmp/yum_save*.yumtx /root/.pki && useradd kong && mkdir -p "/usr/local/kong" && yum --nogpgcheck localinstall -y /tmp/kong.rpm && yum clean all && rm /tmp/kong.rpm && chown -R kong:0 /usr/local/kong && chown kong:0 /usr/local/bin/kong && chmod -R g=u /usr/local/kong && if [ "$ASSET" = "ce" ] ; then kong version ; fi;
2020-08-28 19:50:51 UTC/bin/sh -c #(nop) COPY file:c60e90d02b3d93627e1f0d577e2298e266f50cc620574d3ef11b8b30cd8a906c in /docker-entrypoint.sh
2020-08-28 19:50:51 UTC/bin/sh -c #(nop) USER kong
2020-08-28 19:50:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-08-28 19:50:52 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-08-28 19:50:52 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-08-28 19:50:52 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.