From 231ece3a9e7aca78a085be49adea95348758481d Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Wed, 21 Feb 2018 20:36:30 -0700 Subject: [PATCH] update container crontab version (#2259) * update container crontab version * Format the yaml --- os-config.tpl.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/os-config.tpl.yml b/os-config.tpl.yml index 8fc41a86..c382b23a 100644 --- a/os-config.tpl.yml +++ b/os-config.tpl.yml @@ -255,7 +255,7 @@ rancher: - command-volumes - system-volumes system-cron: - image: rancher/container-crontab:v0.1.0 + image: rancher/container-crontab:v0.4.0 labels: io.rancher.os.scope: system uts: host @@ -263,7 +263,9 @@ rancher: privileged: true restart: always 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: image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}} command: echo