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

feat: Hardcode uids in dockerfiles #515

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

skrobul
Copy link
Collaborator

@skrobul skrobul commented Nov 25, 2024

Based on the discussion in #499 (comment) this commit removes the repetitive directives to set the application UIDs, GIDs as well as the name and home directory.
The new, standardized way is to use:

  • user with name appuser and UID 1000
  • group with name appgroup and GID 1000
  • location of the code in /app

Based on the discussion in #499 (comment) this commit removes the repetitive directives to set the application UIDs, GIDs as well as the name and home directory.
The new, standardised way is to use:
- user with name appuser and UID 1000
- group with name appgroup and GID 1000
- location of the code in /app
This image has nothing to do with Argo and does not contain any argo
client for long time now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant