mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Update examples yaml to use new metadata package
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
This commit is contained in:
parent
8d5ced3a1d
commit
f088b05e9a
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.4
|
||||
image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.4
|
||||
|
@ -11,7 +11,7 @@ init:
|
||||
onboot:
|
||||
# support metadata for optional config in /run/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.4
|
||||
image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.4
|
||||
- name: sysfs
|
||||
|
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.4
|
||||
image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0
|
||||
|
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.4
|
||||
image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58
|
||||
command: ["/usr/bin/metadata", "openstack"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@ -18,7 +18,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.4
|
||||
image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58
|
||||
command: ["/usr/bin/metadata", "packet"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.4
|
||||
image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0
|
||||
|
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:v0.4
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.4
|
||||
image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0
|
||||
|
Loading…
Reference in New Issue
Block a user