Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-windows-jre11u-nightly
Content Digest
sha256:4d5acc0f3923ff4eb0c45ec6aae7dfebf3eaeb97f6ae72c7df1f69a2be503858
Details
Created

2019-08-02 15:48:10 UTC

Size

5.39 GB

Content Digest
Environment
JAVA_VERSION

jdk11u


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 70.35% (3.79 GB)

[#001] sha256:a816556df6ab81da5fe05f09f52050098042b11001ccce80336f3c312a840d65 - 28.32% (1.53 GB)

[#002] sha256:493b9083f2ccdbe4daa04d861f719d2351e84fa14c55b2e66fa1cab5bf842ee2 - 0.0% (1.17 KB)

[#003] sha256:84e39fc201780b6f516e530debd16271631e062ba10c2de96c5b8f0b57f6694f - 0.0% (1.19 KB)

[#004] sha256:d5f899ca1e2e90030337c04d74572d4ed1553eac825e8b95823cc1e37a0053eb - 1.33% (73.6 MB)


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-07-05 15:56:18 UTC

Install update ltsc2016-amd64

2019-08-02 15:45:41 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2019-08-02 15:45:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_VERSION=jdk11u

2019-08-02 15:48:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2019-08-01-01-13/OpenJDK11U-jre_x64_windows_hotspot_2019-08-01-01-13.msi ...'); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk11u-2019-08-01-01-13/OpenJDK11U-jre_x64_windows_hotspot_2019-08-01-01-13.msi -O 'openjdk.msi'; Write-Host ('Verifying sha256 (a2ce7f8ff9764a0977a1d080ad24765273b7c81ec86680d1a1fbac99370a4ed5) ...'); if ((Get-FileHash openjdk.msi -Algorithm sha256).Hash -ne 'a2ce7f8ff9764a0977a1d080ad24765273b7c81ec86680d1a1fbac99370a4ed5') { 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;

Danger Zone
Delete Tag

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.

Delete