]> git.arvados.org - arvados.git/commit
22567: Use --mount instead of -v/--volume for docker bind mounts. 22567-test-env-fixes
authorTom Clegg <tom@curii.com>
Mon, 27 May 2024 14:44:54 +0000 (10:44 -0400)
committerTom Clegg <tom@curii.com>
Wed, 12 Feb 2025 16:34:52 +0000 (11:34 -0500)
commit0ec68c64c64ad126b2386e42777505705fa2551d
treec4678278685c402af66795f1675dd31125d1ed6e
parentc4f264d657c4ee79eb9d7b0c32f20c966f06676a
22567: Use --mount instead of -v/--volume for docker bind mounts.

If the source path does not exist, -v/--volume assumes the source path
is the name of a volume and creates an empty one.  We would rather get
a "source path does not exist" error.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
build/package-build-dockerfiles/README
build/run-build-packages-one-target.sh
cmd/arvados-package/build.go
cmd/arvados-package/install.go
lib/install/deps_test.go
lib/pam/docker_test.go
services/workbench2/Makefile
tools/arvbox/bin/arvbox