-
Notifications
You must be signed in to change notification settings - Fork 41
NO-JIRA: [RHCOS10] Test existing UBI9 base images on RHCOS10 nodes (no changes) #452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
PillaiManish
wants to merge
1
commit into
openshift:main
Choose a base branch
from
PillaiManish:rhcos10-ubi9-compat-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+39
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| # PR1: RHCOS10 Compatibility Test — Existing UBI9 Images | ||
|
|
||
| ## Purpose | ||
|
|
||
| This PR contains **no Dockerfile changes**. Its goal is to validate that the existing | ||
| UBI9-based images build and run correctly on RHCOS10 cluster nodes, before committing | ||
| to a full base-image migration. | ||
|
|
||
| ## Background | ||
|
|
||
| Red Hat CoreOS 10 (RHCOS10) ships with RHEL10 as its host OS. While UBI9-based container | ||
| images are expected to remain compatible with RHCOS10 (containers are isolated from the | ||
| host), this PR triggers CI against an RHCOS10 cluster to confirm there are no runtime | ||
| surprises before we proceed with the UBI10 migration (see PR2). | ||
|
|
||
| ## Images Under Test | ||
|
|
||
| All images currently use `registry.access.redhat.com/ubi9/ubi-minimal:9.6` or | ||
| `registry.access.redhat.com/ubi9/ubi:9.5` as their final base image: | ||
|
|
||
| | Image | Dockerfile | Base Image | | ||
| |---|---|---| | ||
| | helm-operator | `images/helm-operator/Dockerfile` | `ubi9/ubi-minimal:9.6` | | ||
| | operator-sdk | `images/operator-sdk/Dockerfile` | `ubi9/ubi-minimal:9.6` | | ||
| | scorecard-test | `images/scorecard-test/Dockerfile` | `ubi9/ubi-minimal:9.6` | | ||
| | custom-scorecard-tests | `images/custom-scorecard-tests/Dockerfile` | `ubi9/ubi-minimal:9.6` | | ||
| | scorecard-untar | `images/scorecard-untar/Dockerfile` | `ubi9/ubi:9.5` | | ||
| | go-e2e (CI) | `ci/dockerfiles/go-e2e.Dockerfile` | `ubi9/ubi-minimal:latest` | | ||
| | scorecard-proxy (CI) | `ci/dockerfiles/scorecard-proxy.Dockerfile` | `ubi9/ubi-minimal:latest` | | ||
|
|
||
| ## Expected Outcome | ||
|
|
||
| - All existing CI jobs pass on RHCOS10 nodes with UBI9 base images unchanged | ||
| - No runtime incompatibilities between UBI9 containers and the RHCOS10 host | ||
|
|
||
| ## Follow-up | ||
|
|
||
| If this PR passes, PR2 (`rhcos10-ubi10-migration`) migrates all base images to UBI10, | ||
| which is the native base for RHCOS10. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify base-image version statement to match the table.
Line 18–19 says all images use only
9.6/9.5, but Line 28–29 lists CI images onubi9/ubi-minimal:latest. Please update the sentence to includelatest(or split product vs CI image wording) so the document is internally consistent.Also applies to: 28-29
🤖 Prompt for AI Agents