瀏覽代碼

specify image for the stopped container

Grega Bremec 1 月之前
父節點
當前提交
67450bfa12
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      playbooks/33-clair-deploy.yml
  2. 1 0
      playbooks/45-oc-mirror.yml

+ 1 - 0
playbooks/33-clair-deploy.yml

@@ -214,6 +214,7 @@
         - name: Ensure clair container is stopped.
           containers.podman.podman_container:
             name: clair
+            image: "{{ registry_host }}/quay/clair-rhel8:v{{ quay_version }}"
             state: stopped
 
         - name: Create a temporary pgpass file

+ 1 - 0
playbooks/45-oc-mirror.yml

@@ -41,6 +41,7 @@
         - name: Ensure quay container is stopped.
           containers.podman.podman_container:
             name: quay
+            image: "{{ registry_host }}/quay/quay-rhel8:v{{ quay_version }}"
             state: stopped
             timeout: 60