-
Notifications
You must be signed in to change notification settings - Fork 290
Enable nodejs24 for cXs and fix RHEL10 Dockerfiles #500
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
Conversation
|
[test] |
Testing Farm results
|
|
@hhorak Can you please also fix nodejs-24 and calling 'node' in Dockerfile? It should be on RHEL10 'node-24 -v' instead of 'node -v'. Thanks. I guess, it can be done as a part of this pull request. |
|
[test] |
|
Also thing about one think. In our tests we used 'node' command, but RHEL10 provides 'node-24' instead of 'node'. This is missing in 24-minimal/Dockerfile.rhel10. https://github.com/sclorg/s2i-nodejs-container/blob/master/24-minimal/Dockerfile.rhel10#L55 |
phracek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address my proposals. Thanks.
This is a real issue, but I'll fix it differently. We need to have |
|
[test] |
|
[test] |
1 similar comment
|
[test] |
|
After moving to Nightly RHEL10 devel packages. Let's test it again [test] |
|
[test-all] |
|
Let's re-run tests [test-all] |
|
Let's try to test one-by-one. [test] |
|
[test-openshift] |
phracek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. THanks for allowing NodeJS 24.
|
If you don't mind, I would merge it as soon as at least container tests passed. [test-openshift] |
|
[test-openshift] Container tests looks good. |
|
RHEL10 24-minimal failed with this reason: |
|
Let's re-run ONLY container tests [test] |
|
Let's get change to only containers test [test] |
|
[test] |
|
[test-openshift][test-openshift-pytest] |
|
The rate limit issue that makes CI fail might not be resolved for some time, so we agreed with @phracek off-line that it might be better to merge, so we can continue pulling it downstream. |
No description provided.