JeiKeiLim / ducker

🐥 Ducker the docker helper
GNU General Public License v3.0
5 stars 2 forks source link

ducker build better check UID and GID #19

Closed JeiKeiLim closed 1 year ago

JeiKeiLim commented 1 year ago

Problem

If .ducker.yaml file has been created by other system. UID and GID might be different which leads to build the docker container with wrong UID and GID.

Solution

Get rid of --build-arg UID and --build-arg GID inside of .ducker.yaml and add them inside of ducker build command.