Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#326 from openstack-k8s-ope…
Browse files Browse the repository at this point in the history
…rators/alt_img

Use RDO quay registry:2 image in podman molecule job
  • Loading branch information
openshift-merge-robot authored Sep 13, 2023
2 parents a970056 + 2a18977 commit f54dfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/edpm_podman/molecule/login/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
- name: Create registry
shell: |-
podman tag fedora:rawhide localhost:5000/my-fedora
podman run --entrypoint htpasswd registry:2.7.0 -Bbn testuser testpassword > {{ ansible_user_dir }}/auth/htpasswd
podman run --entrypoint htpasswd quay.rdoproject.org/openstack-k8s-operators/registry:2.7.0 -Bbn testuser testpassword > {{ ansible_user_dir }}/auth/htpasswd
args:
executable: /bin/bash

- name: Create registry
containers.podman.podman_container:
name: registry
image: "registry:2.7.0"
image: "quay.rdoproject.org/openstack-k8s-operators/registry:2.7.0"
restart_policy: always
detach: true
ports:
Expand Down

0 comments on commit f54dfef

Please sign in to comment.