Needed to actually execute osbuild in the container, since it needs to mount and access loop devices.
17 lines
No EOL
295 B
JSON
17 lines
No EOL
295 B
JSON
{
|
|
"name": "ComposerBuilder",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"mounts": [
|
|
"source=osbuild-share,target=/root/.local/share,type=volume"
|
|
],
|
|
"runArgs": [
|
|
"--privileged"
|
|
],
|
|
"extensions": [
|
|
"laurenttreguier.rpm-spec",
|
|
"golang.Go"
|
|
]
|
|
} |