nodepool-builder: add /opt/dib_cache

This was missing but is part of the required runtime directories for
the container (for now, until we maybe move all this to volumes).

Change-Id: I9e173eb799026520588722caaf60a160abc6b130
This commit is contained in:
Ian Wienand 2020-03-13 13:21:35 +11:00 committed by James E. Blair
parent 44335ab2be
commit e79f555bbd
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
group: nodepool
loop:
- '/opt/dib_tmp'
- '/opt/dib_cache'
- '/opt/nodepool_dib'
- '/var/log/nodepool/builds'

View File

@ -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)