2023-06-12 11:47:18 UTC
274 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.22.0-alpha+1404.5242912697.8bf695745374227b978cf21f47107929bebdb502
[#000] sha256:a168ccb1c126cd9267eedd2686bc6d0e5415b7fe1009cd832c78ba00655a34d9 - 21.77% (59.6 MB)
[#001] sha256:573d8989daabd4eea208270e98498a105563ce04e6f09fe7b3e95e6f941d0ecf - 26.31% (72.1 MB)
[#002] sha256:9860313eb37dd8853966b993928c332ebcdb2c4d23712773ebfdb62a3bdbba5c - 0.0% (92 Bytes)
[#003] sha256:b484fc94ccacf2b2d9865a4983bc47d1dc283115ac8edc1caa0856f44bb6a355 - 51.92% (142 MB)
/bin/sh -c #(nop) COPY dir:1ad47ba01d0d349e7e7d7ca6f7f5a60739b61c1a0bb68b6f66605d9af77bb0d5 in /
2023-06-05 19:20:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-05 19:37:25 UTC/bin/sh -c #(nop) ARG version=1.8.0_372.b07-1
2023-06-05 19:37:46 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-06-05 19:37:47 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2023-06-05 19:37:47 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
2023-06-12 11:43:50 UTC (buildkit.dockerfile.v0)ARG SEMVER_FULL
2023-06-12 11:43:50 UTC (buildkit.dockerfile.v0)ENV SEMVER_FULL=v0.22.0-alpha+1404.5242912697.8bf695745374227b978cf21f47107929bebdb502
2023-06-12 11:43:50 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-06-12 11:47:18 UTC (buildkit.dockerfile.v0)COPY /app/application/build/libs/*.jar /app/app.jar # buildkit
2023-06-12 11:47:18 UTC (buildkit.dockerfile.v0)EXPOSE map[8081/tcp:{}]
2023-06-12 11:47:18 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.