2023-05-12 10:59:48 UTC
273 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
SEMVER_FULLv0.20.0-alpha+1279.4957895395.437f80e3024204c281ca32a0b8034da11c8e1d6d
[#000] sha256:7cbd40bc2978b9c91c4cf0a5064302062d07242909f83ad9d8d7e2a2d379cf03 - 21.86% (59.6 MB)
[#001] sha256:d61c34aa94d021bcc7f89532033d9a845f7a424753717e2404096435c96690a8 - 26.42% (72.1 MB)
[#002] sha256:8ed98e183e4e3484e83a214230a142905fcb654809dd22c8173ac9054ee66784 - 0.0% (92 Bytes)
[#003] sha256:db32772672e798e3f4c76cf61158d6e9b4657a42589cee1263146507c244f654 - 51.72% (141 MB)
/bin/sh -c #(nop) COPY dir:e8a4b2d0bb4f52911c2b1115b27842bc606a63bd56c8563ded4e6b898fe187d1 in /
2023-05-04 19:20:10 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-05-04 19:37:44 UTC/bin/sh -c #(nop) ARG version=1.8.0_372.b07-1
2023-05-04 19:38:06 UTC|1 version=1.8.0_372.b07-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-05-04 19:38:06 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2023-05-04 19:38:06 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
2023-05-12 10:57:02 UTC (buildkit.dockerfile.v0)ARG SEMVER_FULL
2023-05-12 10:57:02 UTC (buildkit.dockerfile.v0)ENV SEMVER_FULL=v0.20.0-alpha+1279.4957895395.437f80e3024204c281ca32a0b8034da11c8e1d6d
2023-05-12 10:57:02 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-05-12 10:59:48 UTC (buildkit.dockerfile.v0)COPY /app/application/build/libs/*.jar /app/app.jar # buildkit
2023-05-12 10:59:48 UTC (buildkit.dockerfile.v0)EXPOSE map[8081/tcp:{}]
2023-05-12 10:59:48 UTC (buildkit.dockerfile.v0)CMD ["java" "-Djava.security.egd=file:/dev/./urandom" "-jar" "/app/app.jar"]
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.