2023-03-28 08:08:23 UTC
570 MB
/usr/lib/jvm/java-1.8.0-amazon-corretto
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:07e4d356f367b468402d36db62e60b734522576ce93a8e7246f1b36899c58f5e - 10.44% (59.6 MB)
[#001] sha256:b31af72bf09a886cd3b0a63926d1351da28d400e7a4fadec011b41ac3e9b7f9b - 12.63% (72.1 MB)
[#002] sha256:18b048085b33a99dfab7a3c1e892d698ce292601da3710c5096f5ebe4ea47b56 - 0.0% (126 Bytes)
[#003] sha256:5ebc8771b1799b31c5754d480e17cba848450c35a20499a14745edd1337b84e7 - 76.92% (439 MB)
[#004] sha256:6c71dd92e3754926ad5e7a7f13ad664c3449e0b5902d88624f3a1c992955668a - 0.0% (216 Bytes)
/bin/sh -c #(nop) COPY dir:1fe253a28ffa7545ac05b2d6b2410c0b48083e8195b6557287b6a94e845122d3 in /
2023-03-10 01:20:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-10 01:38:03 UTC/bin/sh -c #(nop) ARG version=1.8.0_362.b08-1
2023-03-10 01:38:25 UTC|1 version=1.8.0_362.b08-1 /bin/sh -c set -eux && export GNUPGHOME="$(mktemp -d)" && curl -fL -o corretto.key https://yum.corretto.aws/corretto.key && gpg --batch --import corretto.key && gpg --batch --export --armor '6DC3636DAE534049C8B94623A122542AB04F24E3' > corretto.key && rpm --import corretto.key && rm -r "$GNUPGHOME" corretto.key && curl -fL -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo && grep -q '^gpgcheck=1' /etc/yum.repos.d/corretto.repo && echo "priority=9" >> /etc/yum.repos.d/corretto.repo && yum install -y java-1.8.0-amazon-corretto-devel-$version && (find /usr/lib/jvm/java-1.8.0-amazon-corretto -name src.zip -delete || true) && yum install -y fontconfig && yum clean all
2023-03-10 01:38:25 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2023-03-10 01:38:25 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
2023-03-28 08:08:20 UTC (buildkit.dockerfile.v0)ARG BUILD_VERSION
2023-03-28 08:08:20 UTC (buildkit.dockerfile.v0)ENV BUILD_VERSION=
2023-03-28 08:08:20 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-03-28 08:08:23 UTC (buildkit.dockerfile.v0)COPY build/libs/ /app/ # buildkit
2023-03-28 08:08:23 UTC (buildkit.dockerfile.v0)COPY docker-entrypoint.sh . # buildkit
2023-03-28 08:08:23 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["./docker-entrypoint.sh"]
2023-03-28 08:08:23 UTC (buildkit.dockerfile.v0)CMD ["init-user" "load"]
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.