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

Commit

Permalink
v0.4.3-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Feb 11, 2016
1 parent 0acd347 commit f2f988a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion build.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IMAGE_NAME=rancher/os
VERSION=v0.4.3-dev
VERSION=v0.4.3-rc4
DFS_IMAGE=rancher/docker:v1.10.0-1
46 changes: 23 additions & 23 deletions os-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ hostname: rancher
rancher:
bootstrap:
state-script:
image: rancher/os-statescript:v0.4.3-dev
image: rancher/os-statescript:v0.4.3-rc4
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
Expand All @@ -18,7 +18,7 @@ rancher:
- /usr/bin/ros:/usr/bin/ros:ro
- /usr/share/ros:/usr/share/ros:ro
udev-bootstrap:
image: rancher/os-udev:v0.4.3-dev
image: rancher/os-udev:v0.4.3-rc4
environment:
- BOOTSTRAP=true
labels:
Expand All @@ -34,15 +34,15 @@ rancher:
- /lib/firmware:/lib/firmware
autoformat:
autoformat:
image: rancher/os-autoformat:v0.4.3-dev
image: rancher/os-autoformat:v0.4.3-rc4
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.3-dev
image: rancher/os-udev:v0.4.3-rc4
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
Expand All @@ -66,15 +66,15 @@ rancher:
nameservers: [8.8.8.8, 8.8.4.4]
repositories:
core:
url: https://raw.githubusercontent.com/rancher/os-services/v0.4.3-dev
url: https://raw.githubusercontent.com/rancher/os-services/v0.4.3-rc4
state:
fstype: auto
dev: LABEL=RANCHER_STATE
oem_fstype: auto
oem_dev: LABEL=RANCHER_OEM
services:
acpid:
image: rancher/os-acpid:v0.4.3-dev
image: rancher/os-acpid:v0.4.3-rc4
labels:
io.rancher.os.scope: system
net: host
Expand All @@ -84,7 +84,7 @@ rancher:
- command-volumes
- system-volumes
all-volumes:
image: rancher/os-state:v0.4.3-dev
image: rancher/os-state:v0.4.3-rc4
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
Expand All @@ -98,7 +98,7 @@ rancher:
- user-volumes
- system-volumes
cloud-init:
image: rancher/os-cloudinit:v0.4.3-dev
image: rancher/os-cloudinit:v0.4.3-rc4
labels:
io.rancher.os.detach: "false"
io.rancher.os.reloadconfig: "true"
Expand All @@ -111,7 +111,7 @@ rancher:
- command-volumes
- system-volumes
cloud-init-pre:
image: rancher/os-cloudinit:v0.4.3-dev
image: rancher/os-cloudinit:v0.4.3-rc4
environment:
- CLOUD_INIT_NETWORK=false
labels:
Expand All @@ -126,7 +126,7 @@ rancher:
- command-volumes
- system-volumes
command-volumes:
image: rancher/os-state:v0.4.3-dev
image: rancher/os-state:v0.4.3-rc4
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
Expand All @@ -150,7 +150,7 @@ rancher:
- /usr/bin/ros:/usr/sbin/wait-for-network:ro
- /usr/bin/ros:/usr/sbin/wait-for-docker:ro
console:
image: rancher/os-console:v0.4.3-dev
image: rancher/os-console:v0.4.3-rc4
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init
Expand All @@ -166,7 +166,7 @@ rancher:
volumes:
- /usr/bin/iptables:/sbin/iptables:ro
container-data-volumes:
image: rancher/os-state:v0.4.3-dev
image: rancher/os-state:v0.4.3-rc4
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
Expand All @@ -178,7 +178,7 @@ rancher:
- /var/lib/docker:/var/lib/docker
- /var/lib/rkt:/var/lib/rkt
network:
image: rancher/os-network:v0.4.3-dev
image: rancher/os-network:v0.4.3-rc4
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init-pre
Expand All @@ -190,7 +190,7 @@ rancher:
- command-volumes
- system-volumes
wait-for-network:
image: rancher/os-network:v0.4.3-dev
image: rancher/os-network:v0.4.3-rc4
command: wait-for-network
labels:
io.rancher.os.detach: "false"
Expand All @@ -202,7 +202,7 @@ rancher:
- command-volumes
- system-volumes
ntp:
image: rancher/os-ntp:v0.4.3-dev
image: rancher/os-ntp:v0.4.3-rc4
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init, wait-for-network
Expand All @@ -211,7 +211,7 @@ rancher:
privileged: true
restart: always
preload-system-images:
image: rancher/os-preload:v0.4.3-dev
image: rancher/os-preload:v0.4.3-rc4
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
Expand All @@ -223,7 +223,7 @@ rancher:
- command-volumes
- system-volumes
preload-user-images:
image: rancher/os-preload:v0.4.3-dev
image: rancher/os-preload:v0.4.3-rc4
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
Expand All @@ -236,7 +236,7 @@ rancher:
- command-volumes
- system-volumes
syslog:
image: rancher/os-syslog:v0.4.3-dev
image: rancher/os-syslog:v0.4.3-rc4
labels:
io.rancher.os.scope: system
log_driver: json-file
Expand All @@ -247,7 +247,7 @@ rancher:
volumes_from:
- system-volumes
system-volumes:
image: rancher/os-state:v0.4.3-dev
image: rancher/os-state:v0.4.3-rc4
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
Expand All @@ -271,7 +271,7 @@ rancher:
- /var/log:/var/log
- /var/run:/var/run
udev-cold:
image: rancher/os-udev:v0.4.3-dev
image: rancher/os-udev:v0.4.3-rc4
labels:
io.rancher.os.scope: system
io.rancher.os.before: udev
Expand All @@ -281,7 +281,7 @@ rancher:
volumes_from:
- system-volumes
udev:
image: rancher/os-udev:v0.4.3-dev
image: rancher/os-udev:v0.4.3-rc4
environment:
- DAEMON=true
labels:
Expand All @@ -294,7 +294,7 @@ rancher:
volumes_from:
- system-volumes
user-volumes:
image: rancher/os-state:v0.4.3-dev
image: rancher/os-state:v0.4.3-rc4
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
Expand All @@ -306,7 +306,7 @@ rancher:
- /home:/home
- /opt:/opt
docker:
image: rancher/os-docker:v0.4.3-dev
image: rancher/os-docker:v0.4.3-rc4
labels:
io.rancher.os.scope: system
io.rancher.os.after: console
Expand Down
Loading

0 comments on commit f2f988a

Please sign in to comment.