Skip to content

Commit 2ee6963

Browse files
committed
ci - start registry on host network
This seems to resolve some flakyness experienced with the upgrade job where that local registry is used to store the operator and bundle container images. Change-Id: I3ba5a8058753865d7d8b0c9bfd5e363b82f70263
1 parent c20adf2 commit 2ee6963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/setup-local-registry/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- name: Start the podman registry container
3434
ansible.builtin.command: |
35-
podman container run -dt -p 5000:5000 --name registry \
35+
podman container run -dt --network host --name registry \
3636
--volume registry:/var/lib/registry:Z quay.io/software-factory/registry:2
3737
3838
- name: Wait for the registry to be up

0 commit comments

Comments
 (0)