mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 09:21:28 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -15,5 +15,3 @@ WORKDIR /
|
||||
COPY --from=mirror /out/ /
|
||||
COPY scripts /etc/vmware-tools/scripts
|
||||
CMD ["/usr/bin/vmtoolsd"]
|
||||
|
||||
LABEL org.mobyproject.config='{"pid": "host", "capabilities": ["CAP_SYS_BOOT"]}'
|
||||
|
@@ -1,3 +1,7 @@
|
||||
image: open-vm-tools
|
||||
arches:
|
||||
- amd64
|
||||
config:
|
||||
pid: host
|
||||
capabilities:
|
||||
- CAP_SYS_BOOT
|
||||
|
Reference in New Issue
Block a user