Compare commits
8 Commits
53b2d01335
...
publish/gr
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f29316075 | |||
| 7aa6e4d200 | |||
| 83fcf5ea58 | |||
| 8f3053b5e7 | |||
| b5627c73a5 | |||
| 133df762ab | |||
| 8236341a47 | |||
| 031d943979 |
@@ -28,12 +28,17 @@ services:
|
||||
|
||||
volumes:
|
||||
cargoxx-cache-store:
|
||||
# Explicit name disables compose's project-prefix so spawned job
|
||||
# containers (which don't know about compose) can reference the
|
||||
# same volume by the same name.
|
||||
name: cargoxx-cache-store
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: "${PWD}/cache/store"
|
||||
cargoxx-cache-keys:
|
||||
name: cargoxx-cache-keys
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
|
||||
@@ -25,7 +25,12 @@ container:
|
||||
options: "-v cargoxx-cache-store:/srv/cargoxx-cache/store
|
||||
-v cargoxx-cache-keys:/srv/cargoxx-cache/keys:ro"
|
||||
workdir_parent: /workspace
|
||||
valid_volumes: []
|
||||
# Whitelist regex of bind specs act_runner forwards to spawned job
|
||||
# containers. The regex matches the full `source:target[:opts]`
|
||||
# string, so a permissive prefix is enough.
|
||||
valid_volumes:
|
||||
- "cargoxx-cache-store"
|
||||
- "cargoxx-cache-keys"
|
||||
docker_host: "unix:///var/run/docker.sock"
|
||||
force_pull: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user