Skip to content

Commit e8fcbbc

Browse files
authored
Merge pull request #519 from jmtd/OPENJDK-3430-update-ubi9-FROM
[OPENJDK-3430] alter FROM line for redhat builds
2 parents f95fb11 + 374c13b commit e8fcbbc

12 files changed

+30
-6
lines changed

redhat/ubi9-openjdk-11-runtime.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi9-openjdk-11.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi9-openjdk-17-runtime.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi9-openjdk-17.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi9-openjdk-21-runtime.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi9-openjdk-21.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This OSBS Base Image is designed and engineered to be the base layer for
2+
# Red Hat products. This base image is only supported for approved Red Hat
3+
# products. This image is maintained by Red Hat and updated regularly.
4+
from: registry.redhat.io/rhel9-osbs/osbs-ubi9-minimal
15
osbs:
26
configuration:
37
container:

ubi9-openjdk-11-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
schema_version: 1
44

5-
from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
5+
from: "registry.access.redhat.com/ubi9/ubi-minimal"
66
name: &name "ubi9/openjdk-11-runtime"
77
version: &version "1.20"
88
description: "Image for Red Hat OpenShift providing OpenJDK 11 runtime"

ubi9-openjdk-11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
schema_version: 1
44

5-
from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
5+
from: "registry.access.redhat.com/ubi9/ubi-minimal"
66
name: &name "ubi9/openjdk-11"
77
version: &version "1.20"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 11"

ubi9-openjdk-17-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
schema_version: 1
44

5-
from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
5+
from: "registry.access.redhat.com/ubi9/ubi-minimal"
66
name: &name "ubi9/openjdk-17-runtime"
77
version: &version "1.21"
88
description: "Image for Red Hat OpenShift providing OpenJDK 17 runtime"

ubi9-openjdk-17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
schema_version: 1
44

5-
from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
5+
from: "registry.access.redhat.com/ubi9/ubi-minimal"
66
name: &name "ubi9/openjdk-17"
77
version: &version "1.21"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 17"

0 commit comments

Comments
 (0)