Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/image-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Verify latest UBI image is present
run: docker pull registry.access.redhat.com/ubi9/ubi-minimal:latest
run: docker pull quay.io/centos/centos:stream10-minimal

- name: Install CEKit
uses: cekit/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion ubi10-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"
from: "quay.io/centos/centos:stream10-minimal"
name: &name "ubi10/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 ubi10-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"
from: "quay.io/centos/centos:stream10-minimal"
name: &name "ubi10/openjdk-21"
version: &version "1.21"
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"
Expand Down
Loading