2019-06-23 15:13:11 UTC
5.5 GB
jdk8u
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 68.88% (3.79 GB)
[#001] sha256:b39d5d9be066f0f1bd27e6ca44acdf71d85b81b878665ee46215ddcb7ded74a0 - 27.75% (1.53 GB)
[#002] sha256:39fa4c9dfd5d234f34db5136e2f6637569975196e2dc0c59f19848dd3d1de993 - 0.0% (1.18 KB)
[#003] sha256:492c5ba2b4ca51566668ede69650fb37d4448e22a74c05150c0cbac9fad7be27 - 0.0% (1.18 KB)
[#004] sha256:14377ced297838f9f992da12fcf15ea3858f82373230cae41c4e1d59d0c2c933 - 3.37% (190 MB)
Apply image 1607-RTM-amd64
2019-06-06 17:26:33 UTCInstall update ltsc2016-amd64
2019-06-23 15:10:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2019-06-23 15:10:25 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_VERSION=jdk8u
2019-06-23 15:13:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u-2019-06-17-02-47/OpenJDK8U-jdk_x64_windows_hotspot_2019-06-17-02-47.msi ...'); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u-2019-06-17-02-47/OpenJDK8U-jdk_x64_windows_hotspot_2019-06-17-02-47.msi -O 'openjdk.msi'; Write-Host ('Verifying sha256 (f44c9579550c8f028c3a23307444d7db93a646891d37c7f03ec278498bf161aa) ...'); if ((Get-FileHash openjdk.msi -Algorithm sha256).Hash -ne 'f44c9579550c8f028c3a23307444d7db93a646891d37c7f03ec278498bf161aa') { Write-Host 'FAILED!'; exit 1; }; New-Item -ItemType Directory -Path C:\temp | Out-Null; Write-Host 'Installing using MSI ...'; Start-Process -FilePath "msiexec.exe" -ArgumentList '/i', 'openjdk.msi', '/L*V', 'C:\temp\OpenJDK.log', '/quiet', 'ADDLOCAL=FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome' -Wait -Passthru; Write-Host 'Removing openjdk.msi ...'; Remove-Item openjdk.msi -Force; Remove-Item -Path C:\temp -Recurse | Out-Null;
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.