We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8298d commit 8f863beCopy full SHA for 8f863be
tests/playbooks/pre.yml
@@ -43,7 +43,7 @@
43
command: "{{ virtualenv_path }}/bin/python -m pip install {{ zuul.project.src_dir }}"
44
45
- name: Install docker python library
46
- command: "{{ virtualenv_path }}/bin/python -m pip install docker"
+ command: "{{ virtualenv_path }}/bin/python -m pip install 'docker<7'"
47
when: container_engine == "docker"
48
49
- name: Install podman python library
0 commit comments