Namespace
library
Image / Tag
openjdk:11.0-jre-windowsservercore-1803
Content Digest
sha256:b9c7fc3045ddfc4f4ad265561a9f8ee82e1dc313fe73c4887af792f3003cceb7
Details
Created

2019-11-13 16:49:20 UTC

Size

2.24 GB

Content Digest
Environment
JAVA_BASE_URL

https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.5%2B10/OpenJDK11U-jre_

JAVA_HOME

C:\openjdk-11

JAVA_URL_VERSION

11.0.5_10

JAVA_VERSION

11.0.5


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 69.15% (1.55 GB)

[#001] sha256:3eb83143ff4b7dafaf8aee4e558c4743488812347fac8581e8b2f61b8e5d06e0 - 29.0% (664 MB)

[#002] sha256:680d3df54e320ad0b3c81d3cef7c520d3507801f5428387ec9aa1b2a25cc79bc - 0.0% (1.18 KB)

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

[#004] sha256:dc8d0f243654e8825f5695b480104ece7a47d542d8cddbbc4ef5785eb91414c9 - 0.2% (4.63 MB)

[#005] sha256:f9915de0690e209e56f4d841a13a335e31d26db282daa9366b11276b4bac63e7 - 0.0% (1.17 KB)

[#006] sha256:eb9f387e152f9e31442de35a291009166492724f930b2aad10d3a586b7d3255e - 0.0% (1.12 KB)

[#007] sha256:0a94c88c21f00d319ab3ea79154bcb1dc3d1b19d67c2af8cd046db75ae73a9ff - 0.0% (1.15 KB)

[#008] sha256:48aeb781d957c64e884eb3568bd18624706a1b27c0cca846725d5f58e0198d75 - 1.64% (37.5 MB)

[#009] sha256:f64af92338c18a9fa98ab5159f0f22ca1ce3a7bfdf46b4e4373cf42edbcd83ef - 0.0% (1.16 KB)


History
2018-04-12 09:20:54 UTC

Apply image 1803-RTM-amd64

2019-11-09 08:10:48 UTC

Install update 1803-amd64

2019-11-13 13:25:11 UTC

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

2019-11-13 16:34:33 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_HOME=C:\openjdk-11

2019-11-13 16:35:33 UTC

powershell -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:35:35 UTC

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

2019-11-13 16:48:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_BASE_URL=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.5%2B10/OpenJDK11U-jre_

2019-11-13 16:48:06 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_URL_VERSION=11.0.5_10

2019-11-13 16:49:18 UTC

powershell -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.'

2019-11-13 16:49:20 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