From a751d6e8ea186ef288ae531e3f01eaa80c823ad3 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Wed, 30 Sep 2015 18:38:47 +0000 Subject: [PATCH] Lock down ansible version We can lock down to this alpha version as long as it works once. That is the value of building an image here. We likely won't run into any bugs if we can deploy from this tag at least once. Change-Id: I864290260d7fbdcd8325748788d2454d1dc1a699 Closes-Bug: #1501455 --- docker/kolla-ansible/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/kolla-ansible/Dockerfile.j2 b/docker/kolla-ansible/Dockerfile.j2 index 1e8c10c77e..d4890eed5d 100644 --- a/docker/kolla-ansible/Dockerfile.j2 +++ b/docker/kolla-ansible/Dockerfile.j2 @@ -19,7 +19,7 @@ RUN pip install -U pip wheel RUN pip --no-cache-dir install shade -RUN git clone --depth 1 https://github.com/ansible/ansible.git \ +RUN git clone --depth 1 -b v2.0.0-0.2.alpha2 https://github.com/ansible/ansible.git \ && cd ansible \ && git submodule update --init --recursive \ && pip --no-cache-dir install .