diff --git a/blueprints/docker-for-mac/base.yml b/blueprints/docker-for-mac/base.yml index 90178d151..02d1f2674 100644 --- a/blueprints/docker-for-mac/base.yml +++ b/blueprints/docker-for-mac/base.yml @@ -21,7 +21,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/lib"] # create docker dir on mounted drive if it doesn't exist - name: mkdir-docker diff --git a/docs/external-disk.md b/docs/external-disk.md index e900fe8cc..cba2ac2b2 100644 --- a/docs/external-disk.md +++ b/docs/external-disk.md @@ -42,7 +42,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/external"] ``` diff --git a/examples/docker.yml b/examples/docker.yml index acb6851b9..44548afb6 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -16,7 +16,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/lib/docker"] services: - name: getty diff --git a/examples/swap.yml b/examples/swap.yml index 70c7c7053..55732faa8 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -15,7 +15,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/external"] - name: swap image: linuxkit/swap:b6d447b55da3c28bdd8a3f4e30fb42c1fa0157bb diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 3de79f7eb..3d2566d11 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -19,7 +19,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/lib/docker"] services: - name: rngd diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 8bc5ea64f..f73da164f 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -19,7 +19,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/lib/docker"] services: - name: rngd diff --git a/projects/etcd/etcd.yml b/projects/etcd/etcd.yml index 6e2cca516..e18eaeaf6 100644 --- a/projects/etcd/etcd.yml +++ b/projects/etcd/etcd.yml @@ -12,7 +12,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/lib/etcd"] - name: dhcpcd image: linuxkit/dhcpcd:4b7b8bb024cebb1bbb9c8026d44d7cbc8e202c41 diff --git a/projects/kubernetes/mounts.rb b/projects/kubernetes/mounts.rb index d38ae4a5f..a0cddb491 100644 --- a/projects/kubernetes/mounts.rb +++ b/projects/kubernetes/mounts.rb @@ -1,6 +1,6 @@ import 'common.rb' -from "linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf" +from "linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768" script = [ mount_bind_hostns_self("/etc/cni"), mount_make_hostns_rshared("/etc/cni"), diff --git a/projects/swarmd/swarmd.yml b/projects/swarmd/swarmd.yml index 825dc83c4..88e29497c 100644 --- a/projects/swarmd/swarmd.yml +++ b/projects/swarmd/swarmd.yml @@ -17,7 +17,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/lib/swarmd"] - name: metadata image: linuxkit/metadata:f122f1b4e873f1d08cd67bd9105385fd923af0cb diff --git a/test/cases/030_security/000_docker-bench/test-docker-bench.yml b/test/cases/030_security/000_docker-bench/test-docker-bench.yml index e965a1cee..4ae689fc4 100644 --- a/test/cases/030_security/000_docker-bench/test-docker-bench.yml +++ b/test/cases/030_security/000_docker-bench/test-docker-bench.yml @@ -16,7 +16,7 @@ onboot: - name: format image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954 - name: mount - image: linuxkit/mount:b24bd97ae43397b469dbaadd80f17f291c817bdf + image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768 command: ["/mount.sh", "/var/lib/docker"] services: - name: rngd