2021-03-06 07:37:17 UTC
122 MB
ce
KONG_SHA256e05340680de3541c4c940f54e64f00c90fb5137f6a8c71e413b815a411d74fc6
KONG_VERSION2.0.5
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 59.67% (72.6 MB)
[#001] sha256:7f56126da854435826e67895a0c0904e2d9192aec7b83e187b93fc9e34f9db19 - 0.0% (125 Bytes)
[#002] sha256:372cea5912641852de535666cf1cb0204d6ab7c67e54a5bf67440f91f0017f6c - 40.33% (49.1 MB)
[#003] sha256:4813e3fe68a31d3fbca2ea4ab673b0ae50dca5f95280bc9ce89670e2346b0b80 - 0.0% (734 Bytes)
/bin/sh -c #(nop) ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in /
2020-11-14 00:20:04 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=20201113 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-11-13 00:00:00+00:00
2020-11-14 00:20:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-03-06 07:32:08 UTC/bin/sh -c #(nop) LABEL maintainer=Kong <support@konghq.com>
2021-03-06 07:32:08 UTC/bin/sh -c #(nop) ARG ASSET=ce
2021-03-06 07:32:08 UTC/bin/sh -c #(nop) ENV ASSET=ce
2021-03-06 07:36:48 UTC/bin/sh -c #(nop) COPY file:73044b225363e2703a176f55b132687ead4bab30398788756be18d2965fac2cd in /tmp/kong.rpm
2021-03-06 07:36:48 UTC/bin/sh -c #(nop) ARG KONG_VERSION=2.0.5
2021-03-06 07:36:49 UTC/bin/sh -c #(nop) ENV KONG_VERSION=2.0.5
2021-03-06 07:36:49 UTC/bin/sh -c #(nop) ARG KONG_SHA256=e05340680de3541c4c940f54e64f00c90fb5137f6a8c71e413b815a411d74fc6
2021-03-06 07:36:49 UTC/bin/sh -c #(nop) ENV KONG_SHA256=e05340680de3541c4c940f54e64f00c90fb5137f6a8c71e413b815a411d74fc6
2021-03-06 07:37:16 UTC/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 zlib && 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 && kong version
2021-03-06 07:37:16 UTC/bin/sh -c #(nop) COPY file:c60e90d02b3d93627e1f0d577e2298e266f50cc620574d3ef11b8b30cd8a906c in /docker-entrypoint.sh
2021-03-06 07:37:16 UTC/bin/sh -c #(nop) USER kong
2021-03-06 07:37:16 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-03-06 07:37:17 UTC/bin/sh -c #(nop) EXPOSE 8000 8001 8443 8444
2021-03-06 07:37:17 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-03-06 07:37: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.