Namespace
adoptopenjdk
Image / Tag
openjdk11:x86_64-windows-jdk11u-nightly
Content Digest
sha256:60e826c3b52e0a8500b5d21f2fd7e7048cd16f2393e3a3b6863dfcc61169b372
Details
Created

2019-08-02 15:42:45 UTC

Size

5.67 GB

Content Digest
Environment
JAVA_VERSION

jdk11u


Layers

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

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

[#002] sha256:e2e31a81011393bc49e7d54a90896e496d1fc79302a31b9115e2f4a47ae06122 - 0.0% (1.19 KB)

[#003] sha256:f46d788c111e17514baf272fe4431aaa0356d67acf6e57a64cba622fd37d4ba4 - 0.0% (1.18 KB)

[#004] sha256:90ac36a1822874abe3eef8cf42b33f02cb89a353cdb512a5b4d59d7a6706e7fb - 6.2% (360 MB)

[#005] sha256:e7662797ce85592b62fb166b8cb2666401ca552bd06e3b02f1ea98c420570ecd - 0.0% (1.19 KB)


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:39:53 UTC

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

2019-08-02 15:39:54 UTC

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

2019-08-02 15:42:43 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-jdk_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-jdk_x64_windows_hotspot_2019-08-01-01-13.msi -O 'openjdk.msi'; Write-Host ('Verifying sha256 (6f40b55b109e3355f30a0f4fd513963e69f6ca47defeef71f97f436f78646c83) ...'); if ((Get-FileHash openjdk.msi -Algorithm sha256).Hash -ne '6f40b55b109e3355f30a0f4fd513963e69f6ca47defeef71f97f436f78646c83') { 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;

2019-08-02 15:42:45 UTC

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

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