Skip to content

Commit

Permalink
Merge pull request #1721 from gounthar/preliminary-work-for-jdk11-and…
Browse files Browse the repository at this point in the history
…-updatecli

chore(dependencies): Preliminary work to integrate updatecli.
  • Loading branch information
dduportal committed Sep 25, 2023
2 parents dacd9d7 + 9e96978 commit 715614b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions 11/almalinux/almalinux8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG JAVA_VERSION=11.0.20.1_1
FROM almalinux:8.8 as jre-build
ARG JAVA_VERSION
ARG JAVA_VERSION=11.0.20.1_1

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION="11.0.20.1_1"
ARG JAVA_VERSION=11.0.20.1_1
ARG BOOKWORM_TAG=20230919
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION="11.0.20.1_1"
ARG JAVA_VERSION=11.0.20.1_1
ARG BOOKWORM_TAG=20230919
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
3 changes: 1 addition & 2 deletions 11/rhel/ubi8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ARG JAVA_VERSION=11.0.20.1_1
FROM registry.access.redhat.com/ubi8/ubi:8.8-1032.1692772289 as jre-build
ARG JAVA_VERSION
ARG JAVA_VERSION=11.0.20.1_1

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 715614b

Please sign in to comment.