Skip to content

Commit b8fd3aa

Browse files
authored
Merge pull request #584 from jmtd/OPENJDK-3840-rhel8-osbs
[OPENJDK-3840] Move redhat config to osbs-built base images
2 parents 7d341cc + 080e97c commit b8fd3aa

16 files changed

+40
-8
lines changed

redhat/ubi8-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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi8-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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi8-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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi8-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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi8-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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi8-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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi8-openjdk-8-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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

redhat/ubi8-openjdk-8.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/rhel8-osbs/osbs-ubi8-minimal
15
osbs:
26
configuration:
37
container:

ubi8-openjdk-11-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-11-runtime"
7-
version: &version "1.21"
7+
version: &version "1.23"
88
description: "Image for Red Hat OpenShift providing OpenJDK 11 runtime"
99

1010
labels:

ubi8-openjdk-11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-11"
7-
version: &version "1.21"
7+
version: &version "1.23"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 11"
99

1010
labels:

0 commit comments

Comments
 (0)