Align Dockerfile.art with OCP 4.22 images and npm-based ART build#367
Align Dockerfile.art with OCP 4.22 images and npm-based ART build#367upalatucci wants to merge 1 commit intoopenshift:release-4.21from
Conversation
- Use rhel-9-base-nodejs-openshift-4.22 and base-rhel9 4.22 images - Replace Cachito/REMOTE_SOURCES yarn bootstrap with npm ci - Set CYPRESS_INSTALL_BINARY=0 for CI builds - Use dnf for clean all; fix non-root user comment typo Made-with: Cursor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: upalatucci The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@upalatucci: all tests passed! 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. |
Summary
Updates
Dockerfile.arton therelease-4.21line to use the 4.22 builder/runtime base images and a straightforwardnpm ci/npm run buildflow.Changes
FROMimages torhel-9-base-nodejs-openshift-4.22andocp/4.22:base-rhel9.REMOTE_SOURCESand Yarn bootstrap; build withCYPRESS_INSTALL_BINARY=0 npm ci && npm run build.dnffor image cleanup (replacingyum).