Pin Deckhand, DryDock, Armada Version

We will want to pin the versions for the clients used in
Airflow pods

Change-Id: I1c9d0ff32da409a7a44e73db8bdd66d23cf9aa31
This commit is contained in:
Anthony Lin 2018-03-06 18:42:29 +00:00
parent 7046ad34ed
commit 0bc56d092b
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@ RUN pip3 install -r /tmp/requirements.txt
RUN pip3 uninstall -y snakebite || true
# Install Armada, DeckHand and DryDock Client Libraries
RUN pip3 install -e git://github.com/att-comdev/armada.git#egg=armada
RUN pip3 install -e git://github.com/att-comdev/deckhand.git#egg=deckhand
RUN pip3 install -e git://github.com/att-comdev/drydock.git#egg=drydock_provisioner
RUN pip3 install -e git://github.com/att-comdev/armada.git@7a2ba22ab12a3f1f180b6af4085972ba44853377#egg=armada
RUN pip3 install -e git://github.com/att-comdev/deckhand.git@86ae1ba9ee9a6a5ad4ff92d17fcd7e57fe1bb5d2#egg=deckhand
RUN pip3 install -e git://github.com/att-comdev/drydock.git@42aa3c486ee4c495c2377d31481df5ab681f84f2#egg=drydock_provisioner
# Create airflow user
RUN useradd -ms /bin/bash -d ${AIRFLOW_HOME} airflow