1
0
mirror of https://github.com/rancher/os.git synced 2025-08-16 22:08:26 +00:00

Support container-crontab for arm64

This commit is contained in:
niusmallnan 2018-03-15 17:34:57 +08:00
parent ee998fc259
commit b1ed273b64

View File

@ -299,7 +299,11 @@ rancher:
- command-volumes - command-volumes
- system-volumes - system-volumes
system-cron: system-cron:
{{if eq "amd64" .ARCH -}}
image: rancher/container-crontab:v0.4.0 image: rancher/container-crontab:v0.4.0
{{else -}}
image: niusmallnan/container-crontab:v0.4.0{{.SUFFIX}}
{{end -}}
labels: labels:
io.rancher.os.scope: system io.rancher.os.scope: system
uts: host uts: host