2020-05-05 21:54:47 UTC
120 MB
ce
KONG_SHA25616a934a7bc2e182f00f03bd75b67f4bdb483150b3820d33cab9b0c95539dd353
KONG_VERSION2.0.4
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:524b0c1e57f8ee5fee01a1decba2f301c324a6513ca3551021264e3aa7341ebc - 60.28% (72.4 MB)
[#001] sha256:bce7701dd3817fcacdc04d8abfd7cd6ea61fe7f4d909903260a2ebe43fce007f - 0.0% (129 Bytes)
[#002] sha256:0c09eae848c2b3842c2e1b6863034e9fb2ca603d8438ae1ffa8d1f1dbd3d1593 - 39.72% (47.7 MB)
[#003] sha256:44a8e1c9ddcadf4475ac984587a95973290b72baed79445bbec7bddea3e7d3ad - 0.0% (682 Bytes)
/bin/sh -c #(nop) ADD file:38e2d2a1a0cd8694bd5086f257fdf7504f0c2481bf4f746c9bd1c8d9f3f6430d in /
2020-05-05 21:20:06 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=20200504 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-05-04 00:00:00+01:00
2020-05-05 21:20:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-05 21:54:26 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2020-05-05 21:54:26 UTC/bin/sh -c #(nop) ARG ASSET=ce
2020-05-05 21:54:27 UTC/bin/sh -c #(nop) ENV ASSET=ce
2020-05-05 21:54:27 UTC/bin/sh -c #(nop) COPY file:73044b225363e2703a176f55b132687ead4bab30398788756be18d2965fac2cd in /tmp/kong.rpm
2020-05-05 21:54:27 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.0.4
2020-05-05 21:54:27 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.0.4
2020-05-05 21:54:27 UTC/bin/sh -c #(nop) ARG KONG_SHA256=16a934a7bc2e182f00f03bd75b67f4bdb483150b3820d33cab9b0c95539dd353
2020-05-05 21:54:27 UTC/bin/sh -c #(nop) ENV KONG_SHA256=16a934a7bc2e182f00f03bd75b67f4bdb483150b3820d33cab9b0c95539dd353
2020-05-05 21:54:46 UTC/bin/sh -c set -ex; if [ "$ASSET" = "local" ] ; then exit 0 ; elif [ "$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 && yum clean all -q && rm -fr /var/cache/yum/* /tmp/yum_save*.yumtx /root/.pki && useradd kong && mkdir -p "/usr/local/kong" && yum install -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
2020-05-05 21:54:47 UTC/bin/sh -c #(nop) COPY file:c7c95ad9b95e03a404039e7ee878ca4bb52cbcb965cd2d12c91037eb7a3b7e65 in /docker-entrypoint.sh
2020-05-05 21:54:47 UTC/bin/sh -c #(nop) USER kong
2020-05-05 21:54:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-05-05 21:54:47 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2020-05-05 21:54:47 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-05-05 21:54:47 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.