InseeFrLab / images-datascience

Collection of Docker images to build the data science catalog of the Onyxia project
MIT License
24 stars 23 forks source link

Replace User 1000 instead of onyxia #62

Closed alexisdondon closed 1 year ago

alexisdondon commented 1 year ago

IT seems that's better practice to put USER idUser in a dockerfile.

Some automatic tools like opa with rules can't determine from the image if the user run as root or not because it needs a numerical id instead of a name.

alexisdondon commented 1 year ago

In other words we should change all USER onyxia by USER 1000

alexisdondon commented 1 year ago

72

alexisdondon commented 1 year ago

done