Name |
Last commit
|
Last update |
---|---|---|
.. | ||
docker | ||
bash.yml | ||
build.sh | ||
coverity.sh | ||
coverity.yml | ||
docker.yml | ||
nightly.yml | ||
setup-linux.sh | ||
setup-mingw.sh | ||
setup-osx.sh | ||
test.sh |
The Docker entrypoint currently creates the libgit2 user with "useradd --create-home". As we start the Docker container with two volumes pointing into "/home/libgit2/", the home directory will already exist. While useradd(1) copes with this just fine, it will print error messages to stderr which end up as failures in our Azure pipelines. Fix this by simply removing the "--create-home" parameter.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
docker | Loading commit data... | |
bash.yml | Loading commit data... | |
build.sh | Loading commit data... | |
coverity.sh | Loading commit data... | |
coverity.yml | Loading commit data... | |
docker.yml | Loading commit data... | |
nightly.yml | Loading commit data... | |
setup-linux.sh | Loading commit data... | |
setup-mingw.sh | Loading commit data... | |
setup-osx.sh | Loading commit data... | |
test.sh | Loading commit data... |