mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 01:11:23 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -13,4 +13,3 @@ WORKDIR /
|
||||
COPY --from=mirror /go/bin/sysfs /usr/bin/sysfs
|
||||
COPY etc/ /etc/
|
||||
CMD ["/usr/bin/sysfs"]
|
||||
LABEL org.mobyproject.config='{"net": "new", "ipc": "new"}'
|
||||
|
@@ -1 +1,4 @@
|
||||
image: sysfs
|
||||
config:
|
||||
net: new
|
||||
ipc: new
|
||||
|
Reference in New Issue
Block a user