-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): allow to customize user uid and gid via build args
since ubuntu 24.04 the dedicated 'ubuntu' user with id 1000 is added, with build arg and default value 1000 we keep backward compatibility with ubuntu:20.04 images, but can override the value for ubuntu:24.04 images
- Loading branch information
1 parent
850fc7e
commit 0c438db
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters