Skip to content

Update oci-registry base image to ubi10-minimal#336

Merged
michael-valdron merged 2 commits intodevfile:mainfrom
michael-valdron:patch-oci-image
Feb 3, 2026
Merged

Update oci-registry base image to ubi10-minimal#336
michael-valdron merged 2 commits intodevfile:mainfrom
michael-valdron:patch-oci-image

Conversation

@michael-valdron
Copy link
Member

@michael-valdron michael-valdron commented Feb 3, 2026

Description of Changes

Updates the oci-registry base image from EOL ubi8-minimal:8.2 to use the latest ubi10-minimal:10.1, included digest pinning of the image for rebuilding same state and proper renovate patching once devfile/api#1730 is completed.

Additional Changes

  • Fixed recent Docker API version error by pinning the API version to the latest compatibility version v1.43

Related Issue(s)

https://issues.redhat.com/browse/DEVREG-271

Acceptance Criteria

Tests

  • Test Coverage
    • Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?

Documentation

Tests Performed

Running oci-registry/build.sh script successfully and testing the image using a helm deploy is good enough for these changes.

How To Test

  1. cd oci-registry
  2. bash build.sh
  3. bash push.sh quay.io/<username>/oci-registry:ubi10-patch
  4. Start a cluster and login with kubectl or oc
  5. bash ./helm-openshift-install.sh --set ociRegistry.image=quay.io/<username>/oci-registry --set ociRegistry.tag=ubi10-patch

Notes To Reviewer

Confirmed from my end that the oci registry builds and deploys as expected with these changes. Feel free to run through the steps yourself to confirm before approving.

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 3, 2026
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 3, 2026
@openshift-ci
Copy link

openshift-ci bot commented Feb 3, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: johnmcollier, michael-valdron

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@michael-valdron michael-valdron merged commit 2670948 into devfile:main Feb 3, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants