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:
parent
ee998fc259
commit
b1ed273b64
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user