mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 07:26:13 +00:00
move pkg config from Dockerfile to build.yml
Signed-off-by: Robin Winkelewski <w9ncontact@gmail.com>
This commit is contained in:
@@ -15,4 +15,3 @@ CMD []
|
||||
WORKDIR /
|
||||
COPY --from=mirror /go/bin/rngd /sbin/rngd
|
||||
CMD ["/sbin/rngd"]
|
||||
LABEL org.mobyproject.config='{"capabilities": ["CAP_SYS_ADMIN"], "oomScoreAdj": -800, "readonly": true, "net": "new", "ipc": "new"}'
|
||||
|
@@ -1 +1,8 @@
|
||||
image: rngd
|
||||
config:
|
||||
capabilities:
|
||||
- CAP_SYS_ADMIN
|
||||
oomScoreAdj: -800
|
||||
readonly: true
|
||||
net: new
|
||||
ipc: new
|
||||
|
Reference in New Issue
Block a user