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

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Jul 1, 2015
1 parent 79f7d26 commit bd2ab6c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions os-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bootstrap_containers:
udev:
image: rancher/os-udev:v0.3.2-rc3
image: rancher/os-udev:v0.3.2
command: []
dns: []
dns_search: []
Expand Down Expand Up @@ -42,7 +42,7 @@ state:
dev: LABEL=RANCHER_STATE
system_containers:
acpid:
image: rancher/os-acpid:v0.3.2-rc3
image: rancher/os-acpid:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -58,7 +58,7 @@ system_containers:
- command-volumes
- system-volumes
all-volumes:
image: rancher/os-state:v0.3.2-rc3
image: rancher/os-state:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -78,7 +78,7 @@ system_containers:
- user-volumes
- system-volumes
cloud-init:
image: rancher/os-cloudinit:v0.3.2-rc3
image: rancher/os-cloudinit:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -99,7 +99,7 @@ system_containers:
- command-volumes
- system-volumes
cloud-init-pre:
image: rancher/os-cloudinit:v0.3.2-rc3
image: rancher/os-cloudinit:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -119,7 +119,7 @@ system_containers:
- command-volumes
- system-volumes
command-volumes:
image: rancher/os-state:v0.3.2-rc3
image: rancher/os-state:v0.3.2
command: []
dns: []
dns_search: []
Expand Down Expand Up @@ -148,7 +148,7 @@ system_containers:
- /lib/modules:/lib/modules
- /usr/bin/docker:/usr/bin/docker:ro
console:
image: rancher/os-console:v0.3.2-rc3
image: rancher/os-console:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -168,7 +168,7 @@ system_containers:
volumes_from:
- all-volumes
docker:
image: rancher/os-docker:v0.3.2-rc3
image: rancher/os-docker:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -187,7 +187,7 @@ system_containers:
volumes_from:
- all-volumes
docker-volumes:
image: rancher/os-state:v0.3.2-rc3
image: rancher/os-state:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -206,7 +206,7 @@ system_containers:
- /var/lib/docker:/var/lib/docker
- /var/lib/system-docker:/var/lib/system-docker
dockerwait:
image: rancher/os-dockerwait:v0.3.2-rc3
image: rancher/os-dockerwait:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -222,7 +222,7 @@ system_containers:
volumes_from:
- all-volumes
network:
image: rancher/os-network:v0.3.2-rc3
image: rancher/os-network:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -240,7 +240,7 @@ system_containers:
- command-volumes
- system-volumes
ntp:
image: rancher/os-ntp:v0.3.2-rc3
image: rancher/os-ntp:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -256,7 +256,7 @@ system_containers:
privileged: true
restart: always
preload-system-images:
image: rancher/os-preload:v0.3.2-rc3
image: rancher/os-preload:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -274,7 +274,7 @@ system_containers:
- command-volumes
- system-volumes
preload-user-images:
image: rancher/os-preload:v0.3.2-rc3
image: rancher/os-preload:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -293,7 +293,7 @@ system_containers:
- command-volumes
- system-volumes
syslog:
image: rancher/os-syslog:v0.3.2-rc3
image: rancher/os-syslog:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -310,7 +310,7 @@ system_containers:
volumes_from:
- system-volumes
system-volumes:
image: rancher/os-state:v0.3.2-rc3
image: rancher/os-state:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -335,7 +335,7 @@ system_containers:
- /var/run:/var/run
- /var/log:/var/log
udev:
image: rancher/os-udev:v0.3.2-rc3
image: rancher/os-udev:v0.3.2
command: []
dns: []
dns_search: []
Expand All @@ -353,7 +353,7 @@ system_containers:
volumes_from:
- system-volumes
user-volumes:
image: rancher/os-state:v0.3.2-rc3
image: rancher/os-state:v0.3.2
command: []
dns: []
dns_search: []
Expand Down
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=v0.3.2-rc3
VERSION=v0.3.2

0 comments on commit bd2ab6c

Please sign in to comment.