1
0
mirror of https://github.com/rancher/os.git synced 2025-07-15 15:51:36 +00:00

bump v0.4.2-dev

This commit is contained in:
Ivan Mikushin 2015-11-16 16:42:17 +05:00
parent c86f08040f
commit 0e308f56c1
2 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
IMAGE_NAME=rancher/os
VERSION=v0.4.1-dev
VERSION=v0.4.2-dev
DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.9.1-rc1-ros1/docker-1.9.1-rc1
COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-16.19/linux-4.2.3-rancher-x86.tar.gz

View File

@ -1,7 +1,7 @@
rancher:
bootstrap:
udev-bootstrap:
image: rancher/os-udev:v0.4.1-dev
image: rancher/os-udev:v0.4.2-dev
environment:
- BOOTSTRAP=true
labels:
@ -17,7 +17,7 @@ rancher:
- /lib/firmware:/lib/firmware
autoformat:
autoformat:
image: rancher/os-autoformat:v0.4.1-dev
image: rancher/os-autoformat:v0.4.2-dev
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.1-dev
image: rancher/os-udev:v0.4.2-dev
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@ -54,13 +54,13 @@ rancher:
address: 127.0.0.1/8
repositories:
core:
url: https://raw.githubusercontent.com/rancher/os-services/v0.4.1-dev
url: https://raw.githubusercontent.com/rancher/os-services/v0.4.2-dev
state:
fstype: auto
dev: LABEL=RANCHER_STATE
services:
acpid:
image: rancher/os-acpid:v0.4.1-dev
image: rancher/os-acpid:v0.4.2-dev
labels:
io.rancher.os.scope: system
net: host
@ -70,7 +70,7 @@ rancher:
- command-volumes
- system-volumes
all-volumes:
image: rancher/os-state:v0.4.1-dev
image: rancher/os-state:v0.4.2-dev
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@ -84,7 +84,7 @@ rancher:
- user-volumes
- system-volumes
cloud-init:
image: rancher/os-cloudinit:v0.4.1-dev
image: rancher/os-cloudinit:v0.4.2-dev
labels:
io.rancher.os.detach: false
io.rancher.os.reloadconfig: true
@ -97,7 +97,7 @@ rancher:
- command-volumes
- system-volumes
cloud-init-pre:
image: rancher/os-cloudinit:v0.4.1-dev
image: rancher/os-cloudinit:v0.4.2-dev
environment:
- CLOUD_INIT_NETWORK=false
labels:
@ -112,7 +112,7 @@ rancher:
- command-volumes
- system-volumes
command-volumes:
image: rancher/os-state:v0.4.1-dev
image: rancher/os-state:v0.4.2-dev
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@ -137,7 +137,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.1-dev
image: rancher/os-console:v0.4.2-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init
@ -153,7 +153,7 @@ rancher:
volumes:
- /usr/bin/iptables:/sbin/iptables:ro
container-data-volumes:
image: rancher/os-state:v0.4.1-dev
image: rancher/os-state:v0.4.2-dev
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@ -165,7 +165,7 @@ rancher:
- /var/lib/docker:/var/lib/docker
- /var/lib/rkt:/var/lib/rkt
network:
image: rancher/os-network:v0.4.1-dev
image: rancher/os-network:v0.4.2-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init-pre
@ -177,7 +177,7 @@ rancher:
- command-volumes
- system-volumes
wait-for-network:
image: rancher/os-network:v0.4.1-dev
image: rancher/os-network:v0.4.2-dev
command: wait-for-network
labels:
io.rancher.os.detach: false
@ -189,7 +189,7 @@ rancher:
- command-volumes
- system-volumes
ntp:
image: rancher/os-ntp:v0.4.1-dev
image: rancher/os-ntp:v0.4.2-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init, wait-for-network
@ -198,7 +198,7 @@ rancher:
privileged: true
restart: always
preload-system-images:
image: rancher/os-preload:v0.4.1-dev
image: rancher/os-preload:v0.4.2-dev
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@ -210,7 +210,7 @@ rancher:
- command-volumes
- system-volumes
preload-user-images:
image: rancher/os-preload:v0.4.1-dev
image: rancher/os-preload:v0.4.2-dev
labels:
io.rancher.os.detach: false
io.rancher.os.scope: system
@ -223,7 +223,7 @@ rancher:
- command-volumes
- system-volumes
syslog:
image: rancher/os-syslog:v0.4.1-dev
image: rancher/os-syslog:v0.4.2-dev
labels:
io.rancher.os.scope: system
log_driver: json-file
@ -234,7 +234,7 @@ rancher:
volumes_from:
- system-volumes
system-volumes:
image: rancher/os-state:v0.4.1-dev
image: rancher/os-state:v0.4.2-dev
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@ -256,7 +256,7 @@ rancher:
- /var/log:/var/log
- /var/run:/var/run
udev-cold:
image: rancher/os-udev:v0.4.1-dev
image: rancher/os-udev:v0.4.2-dev
labels:
io.rancher.os.scope: system
io.rancher.os.before: udev
@ -266,7 +266,7 @@ rancher:
volumes_from:
- system-volumes
udev:
image: rancher/os-udev:v0.4.1-dev
image: rancher/os-udev:v0.4.2-dev
environment:
- DAEMON=true
labels:
@ -279,7 +279,7 @@ rancher:
volumes_from:
- system-volumes
user-volumes:
image: rancher/os-state:v0.4.1-dev
image: rancher/os-state:v0.4.2-dev
labels:
io.rancher.os.createonly: true
io.rancher.os.scope: system
@ -291,7 +291,7 @@ rancher:
- /home:/home
- /opt:/opt
docker:
image: rancher/os-docker:v0.4.1-dev
image: rancher/os-docker:v0.4.2-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: console