Skip to content

Commit 6ee3b7e

Browse files
authored
Merge pull request #554 from jmtd/3650-centos-streams
OPENJDK-3650 centos streams
2 parents 7632c67 + af333fd commit 6ee3b7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/image-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Verify latest UBI image is present
20-
run: docker pull registry.access.redhat.com/ubi9/ubi-minimal:latest
20+
run: docker pull quay.io/centos/centos:stream10-minimal
2121

2222
- name: Install CEKit
2323
uses: cekit/[email protected]

ubi10-openjdk-21-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"
5+
from: "quay.io/centos/centos:stream10-minimal"
66
name: &name "ubi10/openjdk-21-runtime"
77
version: &version "1.21"
88
description: "Image for Red Hat OpenShift providing OpenJDK 21 runtime"

ubi10-openjdk-21.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"
5+
from: "quay.io/centos/centos:stream10-minimal"
66
name: &name "ubi10/openjdk-21"
77
version: &version "1.21"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"

0 commit comments

Comments
 (0)