Skip to content

Configure udi image url in PredefinedNamespace e2e test#23760

Draft
SkorikSergey wants to merge 1 commit intoeclipse-che:mainfrom
SkorikSergey:configureUdiImageUrlInPredefinedNamespaceTest
Draft

Configure udi image url in PredefinedNamespace e2e test#23760
SkorikSergey wants to merge 1 commit intoeclipse-che:mainfrom
SkorikSergey:configureUdiImageUrlInPredefinedNamespaceTest

Conversation

@SkorikSergey
Copy link
Contributor

// dev Spaces specific images
const majorMinorVersion: string = BASE_TEST_CONSTANTS.TESTING_APPLICATION_VERSION.split('.').slice(0, 2).join('.');
const devSpacesEditorImage: string = `quay.io/redhat-user-workloads/devspaces-tenant/devspaces/code-rhel9:${majorMinorVersion}`;
const devSpacesUdiImage: string = 'registry.redhat.io/devspaces/udi-rhel9:latest';
Copy link
Contributor

@dmytro-ndp dmytro-ndp Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"registry.redhat.io/devspaces/udi-rhel9" should work with IBM Power:

podman manifest inspect registry.redhat.io/devspaces/udi-rhel9 | grep arch
                "architecture": "amd64",
                "architecture": "s390x",
                "architecture": "ppc64le",
                "architecture": "arm64",

As an alternative, we can try another image: quay.io/redhat-user-workloads/devspaces-tenant/devspaces/udi-rhel9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants