From b1ed273b6406e3be17d1caf0c28d4f6d2772875b Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Thu, 15 Mar 2018 17:34:57 +0800 Subject: [PATCH] Support container-crontab for arm64 --- os-config.tpl.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os-config.tpl.yml b/os-config.tpl.yml index c89d9860..f6f42ac9 100644 --- a/os-config.tpl.yml +++ b/os-config.tpl.yml @@ -299,7 +299,11 @@ rancher: - command-volumes - system-volumes system-cron: + {{if eq "amd64" .ARCH -}} image: rancher/container-crontab:v0.4.0 + {{else -}} + image: niusmallnan/container-crontab:v0.4.0{{.SUFFIX}} + {{end -}} labels: io.rancher.os.scope: system uts: host