Merge "nodepool-builder: add /opt/dib_cache"
This commit is contained in:
commit
149d591f1f
@ -7,6 +7,7 @@
|
||||
group: nodepool
|
||||
loop:
|
||||
- '/opt/dib_tmp'
|
||||
- '/opt/dib_cache'
|
||||
- '/opt/nodepool_dib'
|
||||
- '/var/log/nodepool/builds'
|
||||
|
||||
|
@ -22,6 +22,8 @@ services:
|
||||
- /opt/project-config:/opt/project-config:ro
|
||||
# dib temporary storage; see config in project-config
|
||||
- /opt/dib_tmp:/opt/dib_tmp:rw
|
||||
# dib cache; see config in project-config
|
||||
- /opt/dib_cache:/opt/dib_cache:rw
|
||||
# dib image output; see config in project-config
|
||||
- /opt/nodepool_dib:/opt/nodepool_dib:rw
|
||||
# logs (builder + dib build logs under /build)
|
||||
|
Loading…
Reference in New Issue
Block a user