mirror of
https://github.com/rancher/os.git
synced 2025-06-24 14:01:34 +00:00
v0.4.0-rc1
This commit is contained in:
parent
74a7c0ada2
commit
687beeca30
@ -1,7 +1,7 @@
|
|||||||
rancher:
|
rancher:
|
||||||
bootstrap:
|
bootstrap:
|
||||||
udev-bootstrap:
|
udev-bootstrap:
|
||||||
image: rancher/os-udev:v0.4.0-dev
|
image: rancher/os-udev:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.detach: false
|
io.rancher.os.detach: false
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -15,7 +15,7 @@ rancher:
|
|||||||
- /lib/firmware:/lib/firmware
|
- /lib/firmware:/lib/firmware
|
||||||
autoformat:
|
autoformat:
|
||||||
autoformat:
|
autoformat:
|
||||||
image: rancher/os-autoformat:v0.4.0-dev
|
image: rancher/os-autoformat:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.detach: false
|
io.rancher.os.detach: false
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -23,7 +23,7 @@ rancher:
|
|||||||
net: none
|
net: none
|
||||||
privileged: true
|
privileged: true
|
||||||
udev-autoformat:
|
udev-autoformat:
|
||||||
image: rancher/os-udev:v0.4.0-dev
|
image: rancher/os-udev:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.detach: false
|
io.rancher.os.detach: false
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -59,7 +59,7 @@ rancher:
|
|||||||
dev: LABEL=RANCHER_STATE
|
dev: LABEL=RANCHER_STATE
|
||||||
services:
|
services:
|
||||||
acpid:
|
acpid:
|
||||||
image: rancher/os-acpid:v0.4.0-dev
|
image: rancher/os-acpid:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
net: host
|
net: host
|
||||||
@ -69,7 +69,7 @@ rancher:
|
|||||||
- command-volumes
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
all-volumes:
|
all-volumes:
|
||||||
image: rancher/os-state:v0.4.0-dev
|
image: rancher/os-state:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.createonly: true
|
io.rancher.os.createonly: true
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -83,7 +83,7 @@ rancher:
|
|||||||
- user-volumes
|
- user-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
cloud-init:
|
cloud-init:
|
||||||
image: rancher/os-cloudinit:v0.4.0-dev
|
image: rancher/os-cloudinit:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.detach: false
|
io.rancher.os.detach: false
|
||||||
io.rancher.os.reloadconfig: true
|
io.rancher.os.reloadconfig: true
|
||||||
@ -96,7 +96,7 @@ rancher:
|
|||||||
- command-volumes
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
cloud-init-pre:
|
cloud-init-pre:
|
||||||
image: rancher/os-cloudinit:v0.4.0-dev
|
image: rancher/os-cloudinit:v0.4.0-rc1
|
||||||
environment:
|
environment:
|
||||||
- CLOUD_INIT_NETWORK=false
|
- CLOUD_INIT_NETWORK=false
|
||||||
labels:
|
labels:
|
||||||
@ -111,7 +111,7 @@ rancher:
|
|||||||
- command-volumes
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
command-volumes:
|
command-volumes:
|
||||||
image: rancher/os-state:v0.4.0-dev
|
image: rancher/os-state:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.createonly: true
|
io.rancher.os.createonly: true
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -134,7 +134,7 @@ rancher:
|
|||||||
- /usr/bin/ros:/usr/bin/dockerlaunch:ro
|
- /usr/bin/ros:/usr/bin/dockerlaunch:ro
|
||||||
- /usr/bin/docker:/usr/bin/docker.dist:ro
|
- /usr/bin/docker:/usr/bin/docker.dist:ro
|
||||||
console:
|
console:
|
||||||
image: rancher/os-console:v0.4.0-dev
|
image: rancher/os-console:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
io.rancher.os.after: cloud-init
|
io.rancher.os.after: cloud-init
|
||||||
@ -147,7 +147,7 @@ rancher:
|
|||||||
volumes_from:
|
volumes_from:
|
||||||
- all-volumes
|
- all-volumes
|
||||||
docker-volumes:
|
docker-volumes:
|
||||||
image: rancher/os-state:v0.4.0-dev
|
image: rancher/os-state:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.createonly: true
|
io.rancher.os.createonly: true
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -158,7 +158,7 @@ rancher:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/lib/docker:/var/lib/docker
|
- /var/lib/docker:/var/lib/docker
|
||||||
network:
|
network:
|
||||||
image: rancher/os-network:v0.4.0-dev
|
image: rancher/os-network:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.detach: false
|
io.rancher.os.detach: false
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -170,7 +170,7 @@ rancher:
|
|||||||
- command-volumes
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
ntp:
|
ntp:
|
||||||
image: rancher/os-ntp:v0.4.0-dev
|
image: rancher/os-ntp:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
io.rancher.os.after: cloud-init, network
|
io.rancher.os.after: cloud-init, network
|
||||||
@ -179,7 +179,7 @@ rancher:
|
|||||||
privileged: true
|
privileged: true
|
||||||
restart: always
|
restart: always
|
||||||
preload-system-images:
|
preload-system-images:
|
||||||
image: rancher/os-preload:v0.4.0-dev
|
image: rancher/os-preload:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.detach: false
|
io.rancher.os.detach: false
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -191,7 +191,7 @@ rancher:
|
|||||||
- command-volumes
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
preload-user-images:
|
preload-user-images:
|
||||||
image: rancher/os-preload:v0.4.0-dev
|
image: rancher/os-preload:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.detach: false
|
io.rancher.os.detach: false
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -204,7 +204,7 @@ rancher:
|
|||||||
- command-volumes
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
syslog:
|
syslog:
|
||||||
image: rancher/os-syslog:v0.4.0-dev
|
image: rancher/os-syslog:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
log_driver: json-file
|
log_driver: json-file
|
||||||
@ -215,7 +215,7 @@ rancher:
|
|||||||
volumes_from:
|
volumes_from:
|
||||||
- system-volumes
|
- system-volumes
|
||||||
system-volumes:
|
system-volumes:
|
||||||
image: rancher/os-state:v0.4.0-dev
|
image: rancher/os-state:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.createonly: true
|
io.rancher.os.createonly: true
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
@ -235,7 +235,7 @@ rancher:
|
|||||||
- /var/run:/var/run
|
- /var/run:/var/run
|
||||||
- /var/log:/var/log
|
- /var/log:/var/log
|
||||||
udev-cold:
|
udev-cold:
|
||||||
image: rancher/os-udev:v0.4.0-dev
|
image: rancher/os-udev:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
io.rancher.os.before: udev
|
io.rancher.os.before: udev
|
||||||
@ -245,7 +245,7 @@ rancher:
|
|||||||
volumes_from:
|
volumes_from:
|
||||||
- system-volumes
|
- system-volumes
|
||||||
udev:
|
udev:
|
||||||
image: rancher/os-udev:v0.4.0-dev
|
image: rancher/os-udev:v0.4.0-rc1
|
||||||
environment:
|
environment:
|
||||||
- DAEMON=true
|
- DAEMON=true
|
||||||
labels:
|
labels:
|
||||||
@ -258,7 +258,7 @@ rancher:
|
|||||||
volumes_from:
|
volumes_from:
|
||||||
- system-volumes
|
- system-volumes
|
||||||
user-volumes:
|
user-volumes:
|
||||||
image: rancher/os-state:v0.4.0-dev
|
image: rancher/os-state:v0.4.0-rc1
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.createonly: true
|
io.rancher.os.createonly: true
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION=v0.4.0-dev
|
VERSION=v0.4.0-rc1
|
||||||
|
Loading…
Reference in New Issue
Block a user