Skip to content
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

Copy npmrc in dockerfile #23330

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CraigMacomber
Copy link
Contributor

@CraigMacomber CraigMacomber commented Dec 13, 2024

Description

Currently settings like:

engine-strict=true
frozen-lockfile=true
strict-peer-dependencies=true

Are not applied to our docker containers due to them coming from npmrc which is not copied. This fixes that, making them more strict.

AB#26779

Reviewer Guidance

The review process is outlined on this wiki page.

@Copilot Copilot bot review requested due to automatic review settings December 13, 2024 22:13

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (3)
  • server/gitrest/Dockerfile: Language not supported
  • server/historian/Dockerfile: Language not supported
  • server/routerlicious/Dockerfile: Language not supported
@github-actions github-actions bot added area: server Server related issues (routerlicious) base: main PRs targeted against main branch labels Dec 13, 2024
@CraigMacomber
Copy link
Contributor Author

This is failing due to frozen lock files. This is implying that the pnpm install in the docker container is installing different packages than the ones in our lock files which means those versions are not getting audited and tested. This should be fixed to unblock this change.

@CraigMacomber CraigMacomber mentioned this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: server Server related issues (routerlicious) base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants