Compare commits

...

1 Commits

Author SHA1 Message Date
Ivan Mikushin
1aa23abd02 v0.4.0-rc3 2015-08-28 01:17:58 +05:00
2 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
rancher:
bootstrap:
udev-bootstrap:
image: rancher/os-udev:v0.4.0-dev
image: rancher/os-udev:v0.4.0-rc3
environment:
- BOOTSTRAP=true
labels:
@@ -17,7 +17,7 @@ rancher:
- /lib/firmware:/lib/firmware
autoformat:
autoformat:
image: rancher/os-autoformat:v0.4.0-dev
image: rancher/os-autoformat:v0.4.0-rc3
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@@ -25,7 +25,7 @@ rancher:
net: none
privileged: true
udev-autoformat:
image: rancher/os-udev:v0.4.0-dev
image: rancher/os-udev:v0.4.0-rc3
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@@ -61,7 +61,7 @@ rancher:
dev: LABEL=RANCHER_STATE
services:
acpid:
image: rancher/os-acpid:v0.4.0-dev
image: rancher/os-acpid:v0.4.0-rc3
labels:
io.rancher.os.scope: system
net: host
@@ -71,7 +71,7 @@ rancher:
- command-volumes
- system-volumes
all-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc3
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@@ -85,7 +85,7 @@ rancher:
- user-volumes
- system-volumes
cloud-init:
image: rancher/os-cloudinit:v0.4.0-dev
image: rancher/os-cloudinit:v0.4.0-rc3
labels:
io.rancher.os.detach: false
io.rancher.os.reloadconfig: true
@@ -98,7 +98,7 @@ rancher:
- command-volumes
- system-volumes
cloud-init-pre:
image: rancher/os-cloudinit:v0.4.0-dev
image: rancher/os-cloudinit:v0.4.0-rc3
environment:
- CLOUD_INIT_NETWORK=false
labels:
@@ -113,7 +113,7 @@ rancher:
- command-volumes
- system-volumes
command-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc3
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@@ -137,7 +137,7 @@ rancher:
- /usr/bin/ros:/usr/bin/user-docker:ro
- /usr/bin/ros:/usr/sbin/wait-for-docker:ro
console:
image: rancher/os-console:v0.4.0-dev
image: rancher/os-console:v0.4.0-rc3
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init
@@ -151,7 +151,7 @@ rancher:
volumes_from:
- all-volumes
docker-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc3
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@@ -162,7 +162,7 @@ rancher:
volumes:
- /var/lib/docker:/var/lib/docker
network:
image: rancher/os-network:v0.4.0-dev
image: rancher/os-network:v0.4.0-rc3
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@@ -174,7 +174,7 @@ rancher:
- command-volumes
- system-volumes
ntp:
image: rancher/os-ntp:v0.4.0-dev
image: rancher/os-ntp:v0.4.0-rc3
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init, network
@@ -183,7 +183,7 @@ rancher:
privileged: true
restart: always
preload-system-images:
image: rancher/os-preload:v0.4.0-dev
image: rancher/os-preload:v0.4.0-rc3
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@@ -195,7 +195,7 @@ rancher:
- command-volumes
- system-volumes
preload-user-images:
image: rancher/os-preload:v0.4.0-dev
image: rancher/os-preload:v0.4.0-rc3
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@@ -208,7 +208,7 @@ rancher:
- command-volumes
- system-volumes
syslog:
image: rancher/os-syslog:v0.4.0-dev
image: rancher/os-syslog:v0.4.0-rc3
labels:
io.rancher.os.scope: system
log_driver: json-file
@@ -219,7 +219,7 @@ rancher:
volumes_from:
- system-volumes
system-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc3
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@@ -240,7 +240,7 @@ rancher:
- /var/log:/var/log
- /var/run:/var/run
udev-cold:
image: rancher/os-udev:v0.4.0-dev
image: rancher/os-udev:v0.4.0-rc3
labels:
io.rancher.os.scope: system
io.rancher.os.before: udev
@@ -250,7 +250,7 @@ rancher:
volumes_from:
- system-volumes
udev:
image: rancher/os-udev:v0.4.0-dev
image: rancher/os-udev:v0.4.0-rc3
environment:
- DAEMON=true
labels:
@@ -263,7 +263,7 @@ rancher:
volumes_from:
- system-volumes
user-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc3
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@@ -275,7 +275,7 @@ rancher:
- /home:/home
- /opt:/opt
docker:
image: rancher/os-docker:v0.4.0-dev
image: rancher/os-docker:v0.4.0-rc3
labels:
io.rancher.os.scope: system
io.rancher.os.after: console

View File

@@ -1 +1 @@
VERSION=v0.4.0-dev
VERSION=v0.4.0-rc3