weaveworks / weave-gitops

Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.
https://docs.gitops.weave.works/
Apache License 2.0
924 stars 153 forks source link

Ensure the yarn.lock file is being used in container images #4124

Closed jpellizzari closed 12 months ago

jpellizzari commented 12 months ago

FIxes an issues where dependencies will get upgraded unintentionally in container builds.

We originally had a package-lock.json that was being used to ensure consistent builds, but #3592 converted to yarn which has a separate yarn.lock file that needs to be copied.