-
Notifications
You must be signed in to change notification settings - Fork 160
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
bump base images to use Node.js 20 #1048
Conversation
The following failure in
|
From a quick bisect this commit in Node.js introduced the failure - nodejs/node#49593. Judging by the fact |
@BethGriggs Do you think you could rebase the PR, and I would review it ? |
09fbc9f
to
6185ae1
Compare
The image is available at: |
I think this looks good now, there was a typo in one of the image names causing CI to fail before |
Any guidance on how to debug this workflow?
It seems to bring me to an IBM login page that I am not sure if I have/am supposed to have an account for? |
The image is available at: |
Signed-off-by: Beth Griggs <[email protected]>
The image is available at: |
other than the failing prow stuff, I'm good with this. But let's maybe do it on Monday instead of Friday afternoon :D I would want to see a +1 from @josephca about switching to node20 and how that might impact test suites. |
Failing prow tests:
and
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
The image is available at: |
@nickboldt It shouldn't impact the test as the testing container is based on the playwright image with node20. |
showcase next build succeeded 34 mins ago, pushed to https://quay.io/repository/janus-idp/backstage-showcase?tab=tags (search for next tag) downstream was already running against an older commit, have forced it to update to see what happens... https://gitlab.cee.redhat.com/rhidp/rhdh/-/pipelines/8072244a |
Build is good in https://gitlab.cee.redhat.com/rhidp/rhdh/-/jobs/21723839 => https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=60856898 => registry-proxy.engineering.redhat.com/rh-osbs/rhdh-rhdh-hub-rhel9:1.2-58 🎉 |
Description
This is an attempt to test if a combination of #1043 and updating the Dockerfiles to use the Node.js 20 images passes CI 🤞🏻
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer