2019-11-13 17:07:39 UTC
2.23 GB
https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jre_
JAVA_HOMEC:\openjdk-8
JAVA_URL_VERSION8u232b09
JAVA_VERSION8u232
[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 69.21% (1.55 GB)
[#001] sha256:3eb83143ff4b7dafaf8aee4e558c4743488812347fac8581e8b2f61b8e5d06e0 - 29.02% (664 MB)
[#002] sha256:680d3df54e320ad0b3c81d3cef7c520d3507801f5428387ec9aa1b2a25cc79bc - 0.0% (1.18 KB)
[#003] sha256:33d722117e91421473296389e94a16db1a2149bc87fb1db73e6c392da2b02c54 - 0.0% (1.18 KB)
[#004] sha256:d514e67b6748c78e5f664284154072d16beeccbee3f4fd1257d8a24202b2fc77 - 0.2% (4.63 MB)
[#005] sha256:ba02b145853255d39717fe386eff48643520d9d99f5d8e2759c324effd27ea04 - 0.0% (1.15 KB)
[#006] sha256:a5c21131ef056ae673b3fa3434a9a7a5ee07f0f246ac865188484bd71015b672 - 0.0% (1.17 KB)
[#007] sha256:49678365f6c6bc07d6eebc141ba29462c27b47c7732e3b62c307c4667e4eb6a2 - 0.0% (1.15 KB)
[#008] sha256:7b325977e80ef74d3a8163a0214bbd9b1e4f63d46330e09fd2309be2aed0039a - 1.57% (35.8 MB)
Apply image 1803-RTM-amd64
2019-11-09 08:10:48 UTCInstall update 1803-amd64
2019-11-13 13:25:11 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2019-11-13 16:55:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_HOME=C:\openjdk-8
2019-11-13 16:56:07 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); Write-Host ('Updating PATH: {0}' -f $newPath); setx /M PATH $newPath
2019-11-13 16:56:08 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_VERSION=8u232
2019-11-13 17:06:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_BASE_URL=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u232-b09/OpenJDK8U-jre_
2019-11-13 17:06:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_URL_VERSION=8u232b09
2019-11-13 17:07:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('{0}x64_windows_{1}.zip' -f $env:JAVA_BASE_URL, $env:JAVA_URL_VERSION); Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'openjdk.zip'; Write-Host 'Expanding ...'; New-Item -ItemType Directory -Path C:\temp | Out-Null; Expand-Archive openjdk.zip -DestinationPath C:\temp; Move-Item -Path C:\temp\* -Destination $env:JAVA_HOME; Remove-Item C:\temp; Write-Host 'Removing ...'; Remove-Item openjdk.zip -Force; Write-Host 'Verifying install ...'; Write-Host ' java -version'; java -version; Write-Host 'Complete.'
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.