Skip to content

Commit

Permalink
Merge pull request #519 from jmtd/OPENJDK-3430-update-ubi9-FROM
Browse files Browse the repository at this point in the history
[OPENJDK-3430] alter FROM line for redhat builds
  • Loading branch information
jmtd authored Nov 18, 2024
2 parents f95fb11 + 374c13b commit e8fcbbc
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 6 deletions.
4 changes: 4 additions & 0 deletions redhat/ubi9-openjdk-11-runtime.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This OSBS Base Image is designed and engineered to be the base layer for
# Red Hat products. This base image is only supported for approved Red Hat
# products. This image is maintained by Red Hat and updated regularly.
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
osbs:
configuration:
container:
Expand Down
4 changes: 4 additions & 0 deletions redhat/ubi9-openjdk-11.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This OSBS Base Image is designed and engineered to be the base layer for
# Red Hat products. This base image is only supported for approved Red Hat
# products. This image is maintained by Red Hat and updated regularly.
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
osbs:
configuration:
container:
Expand Down
4 changes: 4 additions & 0 deletions redhat/ubi9-openjdk-17-runtime.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This OSBS Base Image is designed and engineered to be the base layer for
# Red Hat products. This base image is only supported for approved Red Hat
# products. This image is maintained by Red Hat and updated regularly.
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
osbs:
configuration:
container:
Expand Down
4 changes: 4 additions & 0 deletions redhat/ubi9-openjdk-17.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This OSBS Base Image is designed and engineered to be the base layer for
# Red Hat products. This base image is only supported for approved Red Hat
# products. This image is maintained by Red Hat and updated regularly.
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
osbs:
configuration:
container:
Expand Down
4 changes: 4 additions & 0 deletions redhat/ubi9-openjdk-21-runtime.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This OSBS Base Image is designed and engineered to be the base layer for
# Red Hat products. This base image is only supported for approved Red Hat
# products. This image is maintained by Red Hat and updated regularly.
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
osbs:
configuration:
container:
Expand Down
4 changes: 4 additions & 0 deletions redhat/ubi9-openjdk-21.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This OSBS Base Image is designed and engineered to be the base layer for
# Red Hat products. This base image is only supported for approved Red Hat
# products. This image is maintained by Red Hat and updated regularly.
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
osbs:
configuration:
container:
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-11-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

schema_version: 1

from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
from: "registry.access.redhat.com/ubi9/ubi-minimal"
name: &name "ubi9/openjdk-11-runtime"
version: &version "1.20"
description: "Image for Red Hat OpenShift providing OpenJDK 11 runtime"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

schema_version: 1

from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
from: "registry.access.redhat.com/ubi9/ubi-minimal"
name: &name "ubi9/openjdk-11"
version: &version "1.20"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 11"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-17-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

schema_version: 1

from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
from: "registry.access.redhat.com/ubi9/ubi-minimal"
name: &name "ubi9/openjdk-17-runtime"
version: &version "1.21"
description: "Image for Red Hat OpenShift providing OpenJDK 17 runtime"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

schema_version: 1

from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
from: "registry.access.redhat.com/ubi9/ubi-minimal"
name: &name "ubi9/openjdk-17"
version: &version "1.21"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 17"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-21-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

schema_version: 1

from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
from: "registry.access.redhat.com/ubi9/ubi-minimal"
name: &name "ubi9/openjdk-21-runtime"
version: &version "1.21"
description: "Image for Red Hat OpenShift providing OpenJDK 21 runtime"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

schema_version: 1

from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
from: "registry.access.redhat.com/ubi9/ubi-minimal"
name: &name "ubi9/openjdk-21"
version: &version "1.21"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"
Expand Down

0 comments on commit e8fcbbc

Please sign in to comment.