1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

v0.4.4-dev

This commit is contained in:
Ivan Mikushin
2016-02-16 14:31:11 -08:00
parent 96b52c6cad
commit bb62a71a93
3 changed files with 46 additions and 46 deletions

View File

@@ -1,3 +1,3 @@
IMAGE_NAME=rancher/os
VERSION=v0.4.3-dev
VERSION=v0.4.4-dev
DFS_IMAGE=rancher/docker:v1.10.1

View File

@@ -2,7 +2,7 @@ hostname: rancher
rancher:
bootstrap:
state-script:
image: rancher/os-statescript:v0.4.3-dev
image: rancher/os-statescript:v0.4.4-dev
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -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.4-dev
environment:
- BOOTSTRAP=true
labels:
@@ -34,7 +34,7 @@ rancher:
- /lib/firmware:/lib/firmware
autoformat:
autoformat:
image: rancher/os-autoformat:v0.4.3-dev
image: rancher/os-autoformat:v0.4.4-dev
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -42,7 +42,7 @@ rancher:
net: none
privileged: true
udev-autoformat:
image: rancher/os-udev:v0.4.3-dev
image: rancher/os-udev:v0.4.4-dev
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -66,7 +66,7 @@ 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.4-dev
state:
fstype: auto
dev: LABEL=RANCHER_STATE
@@ -74,7 +74,7 @@ rancher:
oem_dev: LABEL=RANCHER_OEM
services:
acpid:
image: rancher/os-acpid:v0.4.3-dev
image: rancher/os-acpid:v0.4.4-dev
labels:
io.rancher.os.scope: system
net: host
@@ -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.4-dev
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -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.4-dev
labels:
io.rancher.os.detach: "false"
io.rancher.os.reloadconfig: "true"
@@ -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.4-dev
environment:
- CLOUD_INIT_NETWORK=false
labels:
@@ -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.4-dev
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -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.4-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init
@@ -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.4-dev
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -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.4-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init-pre
@@ -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.4-dev
command: wait-for-network
labels:
io.rancher.os.detach: "false"
@@ -202,7 +202,7 @@ rancher:
- command-volumes
- system-volumes
ntp:
image: rancher/os-ntp:v0.4.3-dev
image: rancher/os-ntp:v0.4.4-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init, wait-for-network
@@ -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.4-dev
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -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.4-dev
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -236,7 +236,7 @@ rancher:
- command-volumes
- system-volumes
syslog:
image: rancher/os-syslog:v0.4.3-dev
image: rancher/os-syslog:v0.4.4-dev
labels:
io.rancher.os.scope: system
log_driver: json-file
@@ -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.4-dev
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -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.4-dev
labels:
io.rancher.os.scope: system
io.rancher.os.before: udev
@@ -281,7 +281,7 @@ rancher:
volumes_from:
- system-volumes
udev:
image: rancher/os-udev:v0.4.3-dev
image: rancher/os-udev:v0.4.4-dev
environment:
- DAEMON=true
labels:
@@ -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.4-dev
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -306,7 +306,7 @@ rancher:
- /home:/home
- /opt:/opt
docker:
image: rancher/os-docker:v0.4.3-dev
image: rancher/os-docker:v0.4.4-dev
labels:
io.rancher.os.scope: system
io.rancher.os.after: console

View File

@@ -2,7 +2,7 @@ hostname: rancher
rancher:
bootstrap:
state-script:
image: rancher/os-statescript:v0.4.3-dev_arm
image: rancher/os-statescript:v0.4.4-dev_arm
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -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_arm
image: rancher/os-udev:v0.4.4-dev_arm
environment:
- BOOTSTRAP=true
labels:
@@ -34,7 +34,7 @@ rancher:
- /lib/firmware:/lib/firmware
autoformat:
autoformat:
image: rancher/os-autoformat:v0.4.3-dev_arm
image: rancher/os-autoformat:v0.4.4-dev_arm
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -42,7 +42,7 @@ rancher:
net: none
privileged: true
udev-autoformat:
image: rancher/os-udev:v0.4.3-dev_arm
image: rancher/os-udev:v0.4.4-dev_arm
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -71,7 +71,7 @@ rancher:
address: 127.0.0.1/8
repositories:
core:
url: https://raw.githubusercontent.com/rancher/os-services/v0.4.3-dev_arm
url: https://raw.githubusercontent.com/rancher/os-services/v0.4.4-dev_arm
state:
fstype: auto
dev: LABEL=RANCHER_STATE
@@ -79,7 +79,7 @@ rancher:
oem_dev: LABEL=RANCHER_OEM
services:
all-volumes:
image: rancher/os-state:v0.4.3-dev_arm
image: rancher/os-state:v0.4.4-dev_arm
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -93,7 +93,7 @@ rancher:
- user-volumes
- system-volumes
cloud-init:
image: rancher/os-cloudinit:v0.4.3-dev_arm
image: rancher/os-cloudinit:v0.4.4-dev_arm
labels:
io.rancher.os.detach: "false"
io.rancher.os.reloadconfig: "true"
@@ -106,7 +106,7 @@ rancher:
- command-volumes
- system-volumes
cloud-init-pre:
image: rancher/os-cloudinit:v0.4.3-dev_arm
image: rancher/os-cloudinit:v0.4.4-dev_arm
environment:
- CLOUD_INIT_NETWORK=false
labels:
@@ -121,7 +121,7 @@ rancher:
- command-volumes
- system-volumes
command-volumes:
image: rancher/os-state:v0.4.3-dev_arm
image: rancher/os-state:v0.4.4-dev_arm
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -145,7 +145,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_arm
image: rancher/os-console:v0.4.4-dev_arm
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init
@@ -161,7 +161,7 @@ rancher:
volumes:
- /usr/bin/iptables:/sbin/iptables:ro
container-data-volumes:
image: rancher/os-state:v0.4.3-dev_arm
image: rancher/os-state:v0.4.4-dev_arm
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -173,7 +173,7 @@ rancher:
- /var/lib/docker:/var/lib/docker
- /var/lib/rkt:/var/lib/rkt
network:
image: rancher/os-network:v0.4.3-dev_arm
image: rancher/os-network:v0.4.4-dev_arm
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init-pre
@@ -185,7 +185,7 @@ rancher:
- command-volumes
- system-volumes
wait-for-network:
image: rancher/os-network:v0.4.3-dev_arm
image: rancher/os-network:v0.4.4-dev_arm
command: wait-for-network
labels:
io.rancher.os.detach: "false"
@@ -197,7 +197,7 @@ rancher:
- command-volumes
- system-volumes
ntp:
image: rancher/os-ntp:v0.4.3-dev_arm
image: rancher/os-ntp:v0.4.4-dev_arm
labels:
io.rancher.os.scope: system
io.rancher.os.after: cloud-init, wait-for-network
@@ -206,7 +206,7 @@ rancher:
privileged: true
restart: always
preload-system-images:
image: rancher/os-preload:v0.4.3-dev_arm
image: rancher/os-preload:v0.4.4-dev_arm
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -218,7 +218,7 @@ rancher:
- command-volumes
- system-volumes
preload-user-images:
image: rancher/os-preload:v0.4.3-dev_arm
image: rancher/os-preload:v0.4.4-dev_arm
labels:
io.rancher.os.detach: "false"
io.rancher.os.scope: system
@@ -231,7 +231,7 @@ rancher:
- command-volumes
- system-volumes
syslog:
image: rancher/os-syslog:v0.4.3-dev_arm
image: rancher/os-syslog:v0.4.4-dev_arm
labels:
io.rancher.os.scope: system
log_driver: json-file
@@ -242,7 +242,7 @@ rancher:
volumes_from:
- system-volumes
system-volumes:
image: rancher/os-state:v0.4.3-dev_arm
image: rancher/os-state:v0.4.4-dev_arm
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -266,7 +266,7 @@ rancher:
- /var/log:/var/log
- /var/run:/var/run
udev-cold:
image: rancher/os-udev:v0.4.3-dev_arm
image: rancher/os-udev:v0.4.4-dev_arm
labels:
io.rancher.os.scope: system
io.rancher.os.before: udev
@@ -276,7 +276,7 @@ rancher:
volumes_from:
- system-volumes
udev:
image: rancher/os-udev:v0.4.3-dev_arm
image: rancher/os-udev:v0.4.4-dev_arm
environment:
- DAEMON=true
labels:
@@ -289,7 +289,7 @@ rancher:
volumes_from:
- system-volumes
user-volumes:
image: rancher/os-state:v0.4.3-dev_arm
image: rancher/os-state:v0.4.4-dev_arm
labels:
io.rancher.os.createonly: "true"
io.rancher.os.scope: system
@@ -301,7 +301,7 @@ rancher:
- /home:/home
- /opt:/opt
docker:
image: rancher/os-docker:v0.4.3-dev_arm
image: rancher/os-docker:v0.4.4-dev_arm
labels:
io.rancher.os.scope: system
io.rancher.os.after: console