feat(edge): Enabled the buildkit docker driver for rootless operation, but with appamor requirement instead
This commit is contained in:
parent
40dec1b6fd
commit
a968cb4103
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@ docker buildx build -t edp.buildth.ing/devfw-cicd/garm:provider-ec-[new_number]
|
|||
kubectl apply -f ../garm/deploy.yaml
|
||||
´´´
|
||||
|
||||
Don't forget to rebuild the ubuntu-host-runner if anything changed in the `runner` folder:
|
||||
|
||||
```
|
||||
docker buildx build --platform linux/amd64 --push -t edp.buildth.ing/devfw-cicd/ubuntu-host-runner:latest runner
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
||||
## Extra Specs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue