Skip to content

Commit

Permalink
Merge pull request #363 from jenkinsci/updatecli_44c55580caecefed9a9f…
Browse files Browse the repository at this point in the history
…428e724989dcd918a34ec9136afdf4f8b1c5b10f8f68

Bump JDK11 version to 11.0.18_10
  • Loading branch information
dduportal authored Jan 27, 2023
2 parents b1dc16b + 5ce4963 commit 6ddd71c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 11/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG JAVA_VERSION=11.0.17_8
ARG JAVA_VERSION=11.0.18_10
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine

ARG user=jenkins
Expand Down
2 changes: 1 addition & 1 deletion 11/archlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG JAVA_VERSION=11.0.17_8
ARG JAVA_VERSION=11.0.18_10
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build

# Generate smaller java runtime without unneeded files
Expand Down
2 changes: 1 addition & 1 deletion 11/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG JAVA_VERSION=11.0.17_8
ARG JAVA_VERSION=11.0.18_10
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build

# Generate smaller java runtime without unneeded files
Expand Down
4 changes: 2 additions & 2 deletions 11/windows/nanoserver-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG JAVA_VERSION=11.0.17_8
ARG JAVA_VERSION=11.0.18_10
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809 AS core

# If you pass in a POWERSHELL_VERSION, make sure it ends with a hyphen, leaving it empty will
# use the 'latest'
ARG POWERSHELL_VERSION=
FROM mcr.microsoft.com/powershell:"${POWERSHELL_VERSION}nanoserver-1809"

ARG JAVA_VERSION=11.0.17_8
ARG JAVA_VERSION=11.0.18_10
ARG JAVA_HOME="C:\openjdk-11"

# The nanoserver image is nice and small, but we need a couple of things to get SSH working
Expand Down
2 changes: 1 addition & 1 deletion 11/windows/windowsservercore-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG JAVA_VERSION=11.0.17_8
ARG JAVA_VERSION=11.0.18_10
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
Expand Down

0 comments on commit 6ddd71c

Please sign in to comment.