diff --git a/blueprints/docker-for-mac/base.yml b/blueprints/docker-for-mac/base.yml index 07cf28c90..91b949e01 100644 --- a/blueprints/docker-for-mac/base.yml +++ b/blueprints/docker-for-mac/base.yml @@ -40,7 +40,7 @@ onboot: - /var:/host_var command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"] - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events diff --git a/examples/aws.yml b/examples/aws.yml index 1645a41a0..b2287a51f 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2 diff --git a/examples/azure.yml b/examples/azure.yml index 0117f5b78..dd4a3b74a 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -13,7 +13,7 @@ services: - name: rngd image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e - name: sshd image: linuxkit/sshd:d313eea3d9d7fbcbc927d06a6700325725db2a82 files: diff --git a/examples/docker.yml b/examples/docker.yml index 1ab00f762..b3e08560c 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -24,7 +24,7 @@ services: - name: rngd image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e - name: ntpd image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 - name: docker diff --git a/examples/gcp.yml b/examples/gcp.yml index 021384ed5..0fe7d8129 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2 diff --git a/examples/getty.yml b/examples/getty.yml index c77f77600..b40afcd86 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty diff --git a/examples/minimal.yml b/examples/minimal.yml index 8d6991b96..87b48cded 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:ad6710e069cb538c76314a28e09d6b49958c88e0 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index cc0a1e35f..ee55bfa8f 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -13,7 +13,7 @@ services: - name: rngd image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e - name: node_exporter image: linuxkit/node_exporter:a058fe1c6a4440a9689022a9fd7cffdcfd56d52c trust: diff --git a/examples/packet.yml b/examples/packet.yml index 6637cc3bf..7bbf3982d 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -13,7 +13,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2 diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 3eca0e162..d7aeed729 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -9,7 +9,7 @@ init: - linuxkit/containerd:ad6710e069cb538c76314a28e09d6b49958c88e0 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty diff --git a/examples/sshd.yml b/examples/sshd.yml index 43949646b..ad9fb4e12 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -20,7 +20,7 @@ services: - name: rngd image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e - name: sshd image: linuxkit/sshd:d313eea3d9d7fbcbc927d06a6700325725db2a82 files: diff --git a/examples/swap.yml b/examples/swap.yml index 2b5e8d7cb..739283f59 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382 diff --git a/examples/tpm.yml b/examples/tpm.yml index 15325e31e..53461f446 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty diff --git a/examples/vmware.yml b/examples/vmware.yml index 5fb6a418f..9c0da62f8 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -17,7 +17,7 @@ services: - name: rngd image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e - name: nginx image: nginx:alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index f54857e82..2c355d866 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:ad6710e069cb538c76314a28e09d6b49958c88e0 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.6 diff --git a/examples/vsudd.yml b/examples/vsudd.yml index c441d8d83..b56bd5781 100644 --- a/examples/vsudd.yml +++ b/examples/vsudd.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:ad6710e069cb538c76314a28e09d6b49958c88e0 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd diff --git a/examples/vultr.yml b/examples/vultr.yml index 58d36d905..b33899254 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2 diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 0bd9dc1e6..2c38406bf 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 image: linuxkit/ip:adedf00ca91ed0ed91a40aa76ce23309b32fcb47 diff --git a/linuxkit.yml b/linuxkit.yml index 5a12d2543..74d0059f9 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown diff --git a/pkg/dhcpcd/Dockerfile b/pkg/dhcpcd/Dockerfile index 0739dbbfd..0ebb1ef1e 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -16,4 +16,4 @@ WORKDIR / COPY --from=mirror /out/ / COPY /dhcpcd.conf /usr/ / CMD ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] -LABEL org.mobyproject.config='{"binds": ["/run/resolvconf:/etc"], "capabilities": ["CAP_NET_ADMIN", "CAP_NET_BIND_SERVICE", "CAP_NET_RAW"]}' +LABEL org.mobyproject.config='{"binds": ["/run/resolvconf:/etc"], "capabilities": ["CAP_NET_ADMIN", "CAP_NET_BIND_SERVICE", "CAP_NET_RAW", "CAP_SYS_ADMIN"]}' diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index e28c86c88..00552a0a3 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -12,7 +12,7 @@ onboot: - name: sysfs image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382 diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 3363730db..14ca970d1 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -12,7 +12,7 @@ onboot: - name: sysfs image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382 diff --git a/projects/etcd/etcd.yml b/projects/etcd/etcd.yml index 318970fd3..3965f0263 100644 --- a/projects/etcd/etcd.yml +++ b/projects/etcd/etcd.yml @@ -15,7 +15,7 @@ onboot: image: linuxkit/mount:4fe245efb01384e42622c36302e13e386bbaeb08 command: ["/usr/bin/mountie", "/var/lib/etcd"] - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2 diff --git a/projects/etcd/prom-us-central1-f.yml b/projects/etcd/prom-us-central1-f.yml index b2d08c558..77dcf69e5 100644 --- a/projects/etcd/prom-us-central1-f.yml +++ b/projects/etcd/prom-us-central1-f.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2 diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index d44db729e..9f9283610 100644 --- a/projects/ima-namespace/ima-namespace.yml +++ b/projects/ima-namespace/ima-namespace.yml @@ -11,7 +11,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd diff --git a/projects/kubernetes/kube.yml b/projects/kubernetes/kube.yml index ee223b728..234ffaffe 100644 --- a/projects/kubernetes/kube.yml +++ b/projects/kubernetes/kube.yml @@ -15,7 +15,7 @@ onboot: - name: sysfs image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata image: linuxkit/metadata:da3138079c168e0c5608d8f3853366c113ed91d2 diff --git a/projects/logging/examples/logging.yml b/projects/logging/examples/logging.yml index f0c3496d7..b8d5a2aa6 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -11,7 +11,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index ec9adc47b..a3db48a7c 100644 --- a/projects/memorizer/memorizer.yml +++ b/projects/memorizer/memorizer.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:ad6710e069cb538c76314a28e09d6b49958c88e0 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 8dd1099d8..150b46b0c 100644 --- a/projects/miragesdk/examples/fdd.yml +++ b/projects/miragesdk/examples/fdd.yml @@ -18,7 +18,7 @@ services: - name: rngd image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e files: - path: etc/init.d/020-fdd-init mode: "0700" diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 5458d0230..0f0950b03 100644 --- a/projects/okernel/examples/okernel_simple.yaml +++ b/projects/okernel/examples/okernel_simple.yaml @@ -11,7 +11,7 @@ onboot: image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 services: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e - name: getty image: linuxkit/getty:bf6872ce0a9f3ab519b3e502cc41ba3958bda2a6 env: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 9f8d7bccf..4b4431fd1 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -10,7 +10,7 @@ onboot: - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty diff --git a/projects/swarmd/swarmd.yml b/projects/swarmd/swarmd.yml index bc82bf257..3a2fea9af 100644 --- a/projects/swarmd/swarmd.yml +++ b/projects/swarmd/swarmd.yml @@ -12,7 +12,7 @@ onboot: binds: - /etc/sysctl.d/01-swarmd.conf:/etc/sysctl.d/01-swarmd.conf - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format image: linuxkit/format:158d992b7bf7ab984100c697d7e72161ea7d7382 diff --git a/test/cases/000_build/000_outputs/test.yml b/test/cases/000_build/000_outputs/test.yml index 963b15a54..7d63455bc 100644 --- a/test/cases/000_build/000_outputs/test.yml +++ b/test/cases/000_build/000_outputs/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] trust: org: diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index e6ac30cf1..fff62da75 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -20,7 +20,7 @@ services: - name: rngd image: linuxkit/rngd:558e86a36242bb74353bc9287b715ddb8567357e - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e - name: docker image: docker:17.07.0-ce-dind capabilities: diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index a933f635f..f92429b96 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl image: linuxkit/sysctl:154913b72c6f1f33eb408609fca9963628e8c051 diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index f832df1c7..e82d3c4a2 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -6,7 +6,7 @@ init: - linuxkit/runc:a1b564248a0d0b118c11e61db9f84ecf41dd2d2a onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test image: alpine:3.6 diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index 1d2a2e026..e93a00d9b 100644 --- a/test/cases/040_packages/007_getty-containerd/test.yml +++ b/test/cases/040_packages/007_getty-containerd/test.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 796e46cdc..a725a1a08 100644 --- a/test/cases/040_packages/023_wireguard/test.yml +++ b/test/cases/040_packages/023_wireguard/test.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:e44b0a66df5a102c0e220f0066b0d904710dcb10 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 image: linuxkit/ip:adedf00ca91ed0ed91a40aa76ce23309b32fcb47 diff --git a/test/hack/test.yml b/test/hack/test.yml index b530cd0f0..a77d5aaff 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -9,7 +9,7 @@ init: - linuxkit/containerd:ad6710e069cb538c76314a28e09d6b49958c88e0 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:f3f5413abb78fae9020e35bd4788fa93df4530b7 + image: linuxkit/dhcpcd:d4408777ed6b6e6e562a5d4938fd09804324b33e command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:d58766bb6c0def3df9e6ffc645ee11677f127faa