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

fix: Set uid/gid in docker image to 0 #8908

Merged
merged 2 commits into from Feb 20, 2023

Conversation

rroesch1
Copy link
Contributor

  • UIDs/GIDs in the docker image are messed up due to strange UIDs/GIDs in tarballs from the npm registry
  • This change overrides the UID/GID of all files in /usr/src/app

fixes: #8906

* UIDs/GIDs in the docker image are messed up due to strange UIDs/GIDs in tarballs from the npm registry
* This change overrides the UID/GID of all files in `/usr/src/app`

fixes: badges#8906
@github-actions
Copy link
Contributor

github-actions bot commented Feb 15, 2023

Messages
📖 ✨ Thanks for your contribution to Shields, @rroesch1!

Generated by 🚫 dangerJS against 7ec1a23

@chris48s
Copy link
Member

Cheers. I tested this locally and it doesn't appear to introduce any problems

@chris48s chris48s added the self-hosting Discussion, problems, features, and documentation related to self-hosting Shields label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
self-hosting Discussion, problems, features, and documentation related to self-hosting Shields
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File UIDs/GIDs in docker image messed up since server-2022-12-01
2 participants