This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/scripts/docker
Bryan Thornbury b122190cd8 Set Docker Internal UID to Host UID, Remove Postbuild step
These changes will use docker's new Dockerfile Arguments to
pass the Host User ID to the docker container at build time.
This allows the docker container to set it's internal user
to match that of the host. When using shared volumes between
the host and container, this prevents files created in the
container from being owned by root.

This will solve our problem of needing a cleanup step after
every ubuntu CI run.
2015-11-25 00:33:53 +00:00
..
dockerbuild.sh Set Docker Internal UID to Host UID, Remove Postbuild step 2015-11-25 00:33:53 +00:00
Dockerfile Set Docker Internal UID to Host UID, Remove Postbuild step 2015-11-25 00:33:53 +00:00
dockerrun.sh Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00
windows_dockerbuild.sh Update Copyright headers in all source files. 2015-11-16 19:47:43 -08:00