move pkg config from Dockerfile to build.yml

Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
Robin Winkelewski
2018-04-24 00:43:50 +02:00
parent 9d2c57564b
commit ffe9ac2319
44 changed files with 162 additions and 26 deletions

View File

@@ -61,4 +61,3 @@ RUN busybox chmod 0644 /etc/passwd /etc/group && \
busybox rm /bin/busybox /bin/sh
CMD ["/sbin/tcsd","-f"]
LABEL org.mobyproject.config='{"pid": "host", "net":"host", "binds": ["/dev:/dev"], "capabilities": ["all"]}'

View File

@@ -2,3 +2,10 @@ image: tss
network: true
arches:
- amd64
config:
pid: host
net: host
binds:
- /dev:/dev
capabilities:
- all