mirror of
https://github.com/rancher/os.git
synced 2025-08-30 03:56:17 +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
|
- command-volumes
|
||||||
- system-volumes
|
- system-volumes
|
||||||
system-cron:
|
system-cron:
|
||||||
image: rancher/container-crontab:v0.1.0
|
image: rancher/container-crontab:v0.4.0
|
||||||
labels:
|
labels:
|
||||||
io.rancher.os.scope: system
|
io.rancher.os.scope: system
|
||||||
uts: host
|
uts: host
|
||||||
@ -263,7 +263,9 @@ rancher:
|
|||||||
privileged: true
|
privileged: true
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
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:
|
system-volumes:
|
||||||
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
||||||
command: echo
|
command: echo
|
||||||
|
Loading…
Reference in New Issue
Block a user