chore: use udi9 as the default development image instead of udi8#1995
chore: use udi9 as the default development image instead of udi8#1995tolusha merged 2 commits intoeclipse-che:mainfrom
Conversation
|
Hi @martinszuc. Thanks for your PR. I'm waiting for a eclipse-che member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: martinszuc The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add --break-system-packages flag to pip install for container build Signed-off-by: Martin Szuc <mszuc@redhat.com>
Signed-off-by: Martin Szuc <mszuc@redhat.com>
6bcef9d to
ea6133c
Compare
|
@martinszuc: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@martinszuc |
|
Build 3.22 :: operator_3.x/460: Console, Changes, Git Data |
|
Build 3.22 :: sync-to-downstream_3.x/9319: Console, Changes, Git Data |
|
Build 3.22 :: get-sources-rhpkg-container-build_3.x/9465: devspaces-operator : 3.x :: Build 67603758 : operator-3.22-4 |
|
Build 3.22 :: operator_3.x/460: Upstream sync done; /DS_CI/sync-to-downstream_3.x/9319 triggered |
|
Build 3.22 :: operator-bundle_3.x/4907: Console, Changes, Git Data |
|
Build 3.22 :: sync-to-downstream_3.x/9331: Console, Changes, Git Data |
|
Build 3.22 :: push-latest-container-to-quay_3.x/5175: Console, Changes, Git Data |
|
Build 3.22 :: copyIIBsToQuay/2996: Console, Changes, Git Data |
|
Build 3.22 :: sync-to-downstream_3.x/9331: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/9479 triggered; /job/DS_CI/job/dsc_3.x triggered; |
|
Build 3.22 :: operator-bundle_3.x/4907: Upstream sync done; /DS_CI/sync-to-downstream_3.x/9331 triggered |
|
Build 3.22 :: dsc_3.x/2053: Console, Changes, Git Data |
|
Build 3.22 :: dsc_3.x/2053: 3.22.0-CI |
|
Build 3.22 :: operator-bundle_3.x/4908: Console, Changes, Git Data |
|
Build 3.22 :: operator-bundle_3.x/4910: Console, Changes, Git Data |
|
Build 3.22 :: operator-bundle_3.x/4911: Console, Changes, Git Data |
|
Build 3.22 :: sync-to-downstream_3.x/9334: Console, Changes, Git Data |
|
Build 3.22 :: push-latest-container-to-quay_3.x/5178: Console, Changes, Git Data |
|
Build 3.22 :: sync-to-downstream_3.x/9334: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/9482 triggered; /job/DS_CI/job/dsc_3.x triggered; |
|
Build 3.22 :: operator-bundle_3.x/4911: Upstream sync done; /DS_CI/sync-to-downstream_3.x/9334 triggered |
|
Build 3.22 :: dsc_3.x/2055: Console, Changes, Git Data |
|
Build 3.22 :: dsc_3.x/2055: 3.22.0-CI |
|
Build 3.22 :: operator-bundle_3.x/4914: Console, Changes, Git Data |
|
Build 3.22 :: operator-bundle_3.x/4915: Console, Changes, Git Data |
|
Build 3.22 :: sync-to-downstream_3.x/9342: Console, Changes, Git Data |
|
Build 3.22 :: push-latest-container-to-quay_3.x/5184: Console, Changes, Git Data |
|
Build 3.22 :: copyIIBsToQuay/3003: Console, Changes, Git Data |
|
Build 3.22 :: sync-to-downstream_3.x/9342: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/9489 triggered; /job/DS_CI/job/dsc_3.x triggered; |
|
Build 3.22 :: operator-bundle_3.x/4915: Upstream sync done; /DS_CI/sync-to-downstream_3.x/9342 triggered |
|
Build 3.22 :: dsc_3.x/2060: Console, Changes, Git Data |
|
Build 3.22 :: dsc_3.x/2060: 3.22.0-CI |
What does this PR do?
This PR updates the default universal developer image used by Eclipse Che to ubi9-latest, replacing the deprecated ubi8-latest. It also includes improvements and compatibility fixes
docker-runscriptScreenshot/screencast of this PR
What issues does this PR fix or reference?
eclipse-che/che#23321
How to test this PR?
minikube start --disk-size=50000mb --memory=8192 --cpus=4make gen-chectl-tmpl TEMPLATES=/tmp/templateschectl server:deploy -p minikube --che-operator-image=quay.io/rh-ee-mszuc/che-operator:ubi9-update --templates=/tmp/templatesPR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or referenceandHow to test this PRcompletedReviewers
Reviewers, please comment how you tested the PR when approving it.