mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #2866 from deitch/update-metadata-hashes
Update hashes to use latest metadata
This commit is contained in:
commit
5870a325b9
@ -11,7 +11,7 @@ init:
|
||||
onboot:
|
||||
# support metadata for optional config in /run/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||
image: linuxkit/metadata:9b288a0b461a3dbc584d126f3d4c54b4d588e557
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:4c1ef93bb5eb1a877318db4b2daa6768ed002e21
|
||||
- name: sysfs
|
||||
|
@ -104,6 +104,6 @@ and made available in `/run/config/userdata`.
|
||||
|
||||
## HyperKit
|
||||
|
||||
HyperKit does not distiguish metadata and userdata, it's simply
|
||||
HyperKit does not distinguish metadata and userdata, it's simply
|
||||
refered to as data, which is passed to the VM as a disk image
|
||||
in ISO9660 format.
|
||||
|
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||
image: linuxkit/metadata:9b288a0b461a3dbc584d126f3d4c54b4d588e557
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:94e01a4b16fadb053455cdc2269c4eb0b39199cd
|
||||
|
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||
image: linuxkit/metadata:9b288a0b461a3dbc584d126f3d4c54b4d588e557
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:22e27189b6b354e1d5d38fc0536a5af3f2adb79f
|
||||
|
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||
image: linuxkit/metadata:9b288a0b461a3dbc584d126f3d4c54b4d588e557
|
||||
command: ["/usr/bin/metadata", "openstack"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||
image: linuxkit/metadata:9b288a0b461a3dbc584d126f3d4c54b4d588e557
|
||||
command: ["/usr/bin/metadata", "packet"]
|
||||
services:
|
||||
- name: rngd
|
||||
|
@ -13,7 +13,7 @@ onboot:
|
||||
image: linuxkit/dhcpcd:0d59a6cc03412289ef4313f2491ec666c1715cc9
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:8e45cb18b0cb309a6aff514dd1be1ac6b5f59f06
|
||||
image: linuxkit/metadata:9b288a0b461a3dbc584d126f3d4c54b4d588e557
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:22e27189b6b354e1d5d38fc0536a5af3f2adb79f
|
||||
|
Loading…
Reference in New Issue
Block a user