소스 검색

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