mirror of
https://github.com/rancher/os.git
synced 2025-08-29 19:44:22 +00:00
update container crontab version (#2259)
* update container crontab version * Format the yaml
This commit is contained in:
parent
b5ef0f1c4e
commit
231ece3a9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user