-
Notifications
You must be signed in to change notification settings - Fork 243
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
Use Node image compatible with Z and P environments #6626
Use Node image compatible with Z and P environments #6626
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Hi @HarshithaMS005. Thanks for your PR. I'm waiting for a redhat-developer 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. Instructions 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/test-infra repository. |
/ok-to-test |
as discussed in cabal, please pull this image to quay.io to avoid rate milits on Docker Hub. Thanks |
For reproducibility, please also add a tag to the image |
Kudos, SonarCloud Quality Gate passed! |
Flaky test - already tracked in #6475 /override OpenShift-Integration-tests/OpenShift-Integration-tests |
@rm3l: Overrode contexts on behalf of rm3l: OpenShift-Integration-tests/OpenShift-Integration-tests In response to this:
Instructions 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/test-infra repository. |
…#6626) * nodejs-compatible-image-to-resolve-podman-testcases-issues * Update Dockerfile * Update Dockerfile * Update Dockerfile --------- Co-authored-by: HarshithaMS <M.S.Harshitha@ibm.com>
What type of PR is this:
kind code-refactoring
What does this PR do / why we need it:
It fixes podman failures on Z and P environment which are due to image compatibility issue
Which issue(s) this PR fixes:
podman test cases image issue for Z and P
Fixes