Skip to content

Commit 8f863be

Browse files
committed
CI: Pin docker installation to <7
Docker 7.0.0 introduced a pre build check for tag regex, that is most probably the culprit - see [1] and [2]. Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/903364 [1]: docker/docker-py@a9b5494 [2]: docker/docker-py#3195 Change-Id: I147c9715eb922abb6675a2786beaec85971718a8
1 parent 4c8298d commit 8f863be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playbooks/pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
command: "{{ virtualenv_path }}/bin/python -m pip install {{ zuul.project.src_dir }}"
4444

4545
- name: Install docker python library
46-
command: "{{ virtualenv_path }}/bin/python -m pip install docker"
46+
command: "{{ virtualenv_path }}/bin/python -m pip install 'docker<7'"
4747
when: container_engine == "docker"
4848

4949
- name: Install podman python library

0 commit comments

Comments
 (0)