Procházet zdrojové kódy

specify image for the stopped container

Grega Bremec před 1 měsícem
rodič
revize
67450bfa12
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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