2022-04-22 14:22:25 +0800
690 MB
/opt/galaxy_engine
PATH/opt/galaxy_engine/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc - 10.52% (72.6 MB)
[#001] sha256:695f0e1b45097ec51324888c06db566e05bfdf6defd87640da2f03bdc9e8b036 - 12.59% (86.8 MB)
[#002] sha256:558578f1bcf39b9ff14f967d40aabe9afb1319161d1fa10c935f6a8d1bece158 - 0.0% (133 Bytes)
[#003] sha256:3a4fdae99dda07f1f0ad2cd131f29236f3bd26f013f9457554d826ab2cf33003 - 0.0% (4.46 KB)
[#004] sha256:f87183de4c9d5f3ff518df166ad78fd79b5c2618fd40c1ff3771cc5e96ddf8a2 - 76.88% (530 MB)
/bin/sh -c #(nop) ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in /
2021-09-15 18:20:23 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
2021-09-15 18:20:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-03-09 16:54:58 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c yum update -y && yum install sudo hostname telnet net-tools vim tree less libaio numactl-libs python3 -y && yum clean all && rm -rf /var/cache/yum && rm -rf /var/tmp/yum-* # buildkit
2022-03-09 16:54:58 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c rm -f /etc/localtime # buildkit
2022-03-09 16:54:58 +0800 (buildkit.dockerfile.v0)RUN /bin/sh -c useradd -ms /bin/bash mysql && echo "mysql:mysql" | chpasswd && echo "mysql ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers # buildkit
2022-04-22 14:22:25 +0800 (buildkit.dockerfile.v0)ARG GALAXY_ENGINE_RPM_URL=http://yum.tbsite.net/taobao/7/x86_64/test/t-rds-galaxyengine-80/t-rds-galaxyengine-80-8.0.18-20220422131048.alios7.x86_64.rpm
2022-04-22 14:22:25 +0800 (buildkit.dockerfile.v0)RUN |1 GALAXY_ENGINE_RPM_URL=http://yum.tbsite.net/taobao/7/x86_64/test/t-rds-galaxyengine-80/t-rds-galaxyengine-80-8.0.18-20220422131048.alios7.x86_64.rpm /bin/sh -c yum install -y ${GALAXY_ENGINE_RPM_URL} && yum clean all && rm -rf /var/cache/yum && rm -rf /var/tmp/yum-* # && WORKDIR /opt/galaxy_engine # buildkit
2022-04-22 14:22:25 +0800 (buildkit.dockerfile.v0)ENV GALAXY_ENGINE_HOME=/opt/galaxy_engine
2022-04-22 14:22:25 +0800 (buildkit.dockerfile.v0)ENV PATH=/opt/galaxy_engine/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-04-22 14:22:25 +0800 (buildkit.dockerfile.v0)ENTRYPOINT ["/bin/sh" "-c" "mysqld"]
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.