Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
v0.4.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Sep 1, 2015
1 parent e9371a6 commit 44ae190
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions os-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rancher:
bootstrap:
udev-bootstrap:
image: rancher/os-udev:v0.4.0-dev
image: rancher/os-udev:v0.4.0-rc5
environment:
- BOOTSTRAP=true
labels:
Expand All @@ -17,15 +17,15 @@ rancher:
- /lib/firmware:/lib/firmware
autoformat:
autoformat:
image: rancher/os-autoformat:v0.4.0-dev
image: rancher/os-autoformat:v0.4.0-rc5
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
log_driver: json-file
net: none
privileged: true
udev-autoformat:
image: rancher/os-udev:v0.4.0-dev
image: rancher/os-udev:v0.4.0-rc5
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
Expand Down Expand Up @@ -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-rc5
labels:
io.rancher.os.scope: system
net: host
Expand All @@ -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-rc5
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
Expand All @@ -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-rc5
labels:
io.rancher.os.detach: false
io.rancher.os.reloadconfig: true
Expand All @@ -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-rc5
environment:
- CLOUD_INIT_NETWORK=false
labels:
Expand All @@ -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-rc5
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
Expand All @@ -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-rc5
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init
Expand All @@ -153,7 +153,7 @@ rancher:
volumes:
- /usr/bin/iptables:/sbin/iptables:ro
docker-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc5
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
Expand All @@ -164,7 +164,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-rc5
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
Expand All @@ -176,7 +176,7 @@ rancher:
- command-volumes
- system-volumes
ntp:
image: rancher/os-ntp:v0.4.0-dev
image: rancher/os-ntp:v0.4.0-rc5
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init, network
Expand All @@ -185,7 +185,7 @@ rancher:
privileged: true
restart: always
preload-system-images:
image: rancher/os-preload:v0.4.0-dev
image: rancher/os-preload:v0.4.0-rc5
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
Expand All @@ -197,7 +197,7 @@ rancher:
- command-volumes
- system-volumes
preload-user-images:
image: rancher/os-preload:v0.4.0-dev
image: rancher/os-preload:v0.4.0-rc5
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
Expand All @@ -210,7 +210,7 @@ rancher:
- command-volumes
- system-volumes
syslog:
image: rancher/os-syslog:v0.4.0-dev
image: rancher/os-syslog:v0.4.0-rc5
labels:
io.rancher.os.scope: system
log_driver: json-file
Expand All @@ -221,7 +221,7 @@ rancher:
volumes_from:
- system-volumes
system-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc5
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
Expand All @@ -242,7 +242,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-rc5
labels:
io.rancher.os.scope: system
io.rancher.os.before: udev
Expand All @@ -252,7 +252,7 @@ rancher:
volumes_from:
- system-volumes
udev:
image: rancher/os-udev:v0.4.0-dev
image: rancher/os-udev:v0.4.0-rc5
environment:
- DAEMON=true
labels:
Expand All @@ -265,7 +265,7 @@ rancher:
volumes_from:
- system-volumes
user-volumes:
image: rancher/os-state:v0.4.0-dev
image: rancher/os-state:v0.4.0-rc5
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
Expand All @@ -277,7 +277,7 @@ rancher:
- /home:/home
- /opt:/opt
docker:
image: rancher/os-docker:v0.4.0-dev
image: rancher/os-docker:v0.4.0-rc5
labels:
io.rancher.os.scope: system
io.rancher.os.after: console
Expand Down
4 changes: 2 additions & 2 deletions releases.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
available:
- rancher/os:v0.4.0-rc2
current: rancher/os:v0.4.0-rc2
- rancher/os:v0.4.0-rc5
current: rancher/os:v0.4.0-rc5
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=v0.4.0-dev
VERSION=v0.4.0-rc5

0 comments on commit 44ae190

Please sign in to comment.