-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jenkins/cloud: Stop binding /srv, use workspace
Just use $WORKSPACE for the images - it'll be naturally namespaced by our job and lifecycled with it. Note I tried *really* really hard to also drop `--privileged` but the problem is the usage of bwrap drags us into unprivileged nested containers. One downside is we'll be rsyncing in the images on each job invocation, but I'll work on a fix for that later.
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters