diff --git a/examples/aws.yml b/examples/aws.yml index a88549f93..951ad350b 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -13,7 +13,7 @@ onboot: image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c services: - name: rngd image: linuxkit/rngd:02c555b50cd1887aa628836662d2eec54c0d7e81 diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index e2ed98226..3023c1e07 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -11,7 +11,7 @@ init: onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:v0.7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c - name: sysctl image: linuxkit/sysctl:v0.7 - name: sysfs diff --git a/examples/gcp.yml b/examples/gcp.yml index 0e2691170..0d3db1005 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -13,7 +13,7 @@ onboot: image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c services: - name: getty image: linuxkit/getty:v0.7 diff --git a/examples/hetzner.yml b/examples/hetzner.yml index 37d7a00c0..dcb35e25c 100644 --- a/examples/hetzner.yml +++ b/examples/hetzner.yml @@ -18,7 +18,7 @@ onboot: image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:fc88e2104ef06d0bf467181da7088fc06e60b6f7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd diff --git a/examples/openstack.yml b/examples/openstack.yml index a5cac2f7b..6c677624b 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -13,7 +13,7 @@ onboot: image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c command: ["/usr/bin/metadata", "openstack"] services: - name: rngd diff --git a/examples/packet.yml b/examples/packet.yml index 4101e596b..88050a845 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -18,7 +18,7 @@ onboot: image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c command: ["/usr/bin/metadata", "packet"] services: - name: rngd diff --git a/examples/scaleway.yml b/examples/scaleway.yml index 57c8e093b..09afaefd0 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -16,7 +16,7 @@ onboot: image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c services: - name: getty image: linuxkit/getty:v0.7 diff --git a/examples/vultr.yml b/examples/vultr.yml index 56433ab02..3fbe49f12 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -13,7 +13,7 @@ onboot: image: linuxkit/dhcpcd:v0.7 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.7 + image: linuxkit/metadata:e182c1e638a30937918ac8b2d03d3b55f950104c command: ["/usr/bin/metadata", "vultr"] services: - name: getty