From 733e8f33075d6694d6c879611b32cfe9275e866f Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 9 Apr 2017 10:07:03 +0100 Subject: [PATCH] config: Remove unused binfmt container A few YAML files include the binfmt container, where it's not really needed. Remove it to make the samples simpler. Signed-off-by: Rolf Neugebauer --- examples/gcp.yml | 5 ----- examples/sshd.yml | 4 ---- examples/vmware.yml | 5 ----- projects/kubernetes/kube-master.yml | 5 ----- projects/swarmd/swarmd.yml | 5 ----- test/test.yml | 5 ----- 6 files changed, 29 deletions(-) diff --git a/examples/gcp.yml b/examples/gcp.yml index 03530eab5..7d8445298 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -15,11 +15,6 @@ onboot: capabilities: - CAP_SYS_ADMIN readonly: true - - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" - binds: - - /proc/sys/fs/binfmt_misc:/binfmt_misc - readonly: true - name: metadata-gcp image: "mobylinux/metadata-gcp:7fc3dd5ef92e0408fb3f76048bbaae88bbb55ad9" binds: diff --git a/examples/sshd.yml b/examples/sshd.yml index 621e64ff7..5d9273c8b 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -14,10 +14,6 @@ onboot: ipc: host capabilities: - CAP_SYS_ADMIN - - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" - binds: - - /proc/sys/fs/binfmt_misc:/binfmt_misc services: - name: rngd image: "mobylinux/rngd:3dad6dd43270fa632ac031e99d1947f20b22eec9@sha256:1c93c1db7196f6f71f8e300bc1d15f0376dd18e8891c8789d77c8ff19f3a9a92" diff --git a/examples/vmware.yml b/examples/vmware.yml index b50f98271..f86d2aecd 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -15,11 +15,6 @@ onboot: capabilities: - CAP_SYS_ADMIN readonly: true - - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" - binds: - - /proc/sys/fs/binfmt_misc:/binfmt_misc - readonly: true services: - name: rngd image: "mobylinux/rngd:3dad6dd43270fa632ac031e99d1947f20b22eec9@sha256:1c93c1db7196f6f71f8e300bc1d15f0376dd18e8891c8789d77c8ff19f3a9a92" diff --git a/projects/kubernetes/kube-master.yml b/projects/kubernetes/kube-master.yml index b52d3bb9c..32df3aa0c 100644 --- a/projects/kubernetes/kube-master.yml +++ b/projects/kubernetes/kube-master.yml @@ -12,11 +12,6 @@ onboot: capabilities: - CAP_SYS_ADMIN readonly: true - - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" - binds: - - /proc/sys/fs/binfmt_misc:/binfmt_misc - readonly: true - name: format image: "mobylinux/format:53748000acf515549d398e6ae68545c26c0f3a2e" binds: diff --git a/projects/swarmd/swarmd.yml b/projects/swarmd/swarmd.yml index e5fe427cb..998019d12 100644 --- a/projects/swarmd/swarmd.yml +++ b/projects/swarmd/swarmd.yml @@ -12,11 +12,6 @@ onboot: capabilities: - CAP_SYS_ADMIN readonly: true - - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" - binds: - - /proc/sys/fs/binfmt_misc:/binfmt_misc - readonly: true services: - name: rngd image: "mobylinux/rngd:3dad6dd43270fa632ac031e99d1947f20b22eec9@sha256:1c93c1db7196f6f71f8e300bc1d15f0376dd18e8891c8789d77c8ff19f3a9a92" diff --git a/test/test.yml b/test/test.yml index 8c16be90e..d1cc9cb34 100644 --- a/test/test.yml +++ b/test/test.yml @@ -7,11 +7,6 @@ init: - mobylinux/containerd:c7f6ecdcbcb615a53edee556ba03c7c873bc8488 - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 onboot: - - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" - binds: - - /proc/sys/fs/binfmt_misc:/binfmt_misc - readonly: true - name: check image: "mobylinux/check:c9e41ab96b3ea6a3ced97634751e20d12a5bf52f" pid: host