mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-16 15:21:46 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -3,3 +3,12 @@ network: true
|
||||
arches:
|
||||
- amd64
|
||||
- arm64
|
||||
config:
|
||||
pid: host
|
||||
binds:
|
||||
- /var/lib/docker:/var/lib/docker:ro
|
||||
- /var/run:/var/run
|
||||
- /sys:/sys:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
capabilities:
|
||||
- all
|
||||
|
Reference in New Issue
Block a user