mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
Koschei: Run cronjobs on latest image from docker-registry
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: "cron-{{name}}"
|
||||
image: "{{ koschei_container_image }}"
|
||||
image: "docker-registry.default.svc:5000/koschei/koschei:latest"
|
||||
command: ["/bin/bash", "-euxc", "{{command}}"]
|
||||
env:
|
||||
- name: SUDO_USER
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: "job-{{name}}"
|
||||
image: "{{ koschei_container_image }}"
|
||||
image: "docker-registry.default.svc:5000/koschei/koschei:latest"
|
||||
command: ["/bin/bash", "-euxc", "{{command}}"]
|
||||
env:
|
||||
- name: SUDO_USER
|
||||
|
||||
Reference in New Issue
Block a user