1
0
mirror of https://github.com/rancher/os.git synced 2025-08-30 03:56:17 +00:00

update container crontab version (#2259)

* update container crontab version

* Format the yaml
This commit is contained in:
Bill Maxwell 2018-02-21 20:36:30 -07:00 committed by niusmallnan
parent b5ef0f1c4e
commit 231ece3a9e

View File

@ -255,7 +255,7 @@ rancher:
- command-volumes - command-volumes
- system-volumes - system-volumes
system-cron: system-cron:
image: rancher/container-crontab:v0.1.0 image: rancher/container-crontab:v0.4.0
labels: labels:
io.rancher.os.scope: system io.rancher.os.scope: system
uts: host uts: host
@ -264,6 +264,8 @@ rancher:
restart: always restart: always
volumes: volumes:
- /var/run/system-docker.sock:/var/run/docker.sock - /var/run/system-docker.sock:/var/run/docker.sock
environment:
DOCKER_API_VERSION: "1.22"
system-volumes: system-volumes:
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}} image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
command: echo command: echo