mirror of
https://github.com/rancher/os.git
synced 2025-05-10 17:16:21 +00:00
Support container-crontab for arm64
This commit is contained in:
parent
ee998fc259
commit
b1ed273b64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user