From 0a7d0d36c904d5dbd22c9db812b6ae1f6bdfb193 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Wed, 7 Mar 2018 02:15:19 +0000 Subject: [PATCH] Pin Deckhand Client Version The one that we are currently point to is missing critical fixes [0]. Hence we will need to pin to the current latest deckhand merged commit which contains the fix for the deckhand client. [0] https://review.gerrithub.io/#/c/402182/ Change-Id: Ic523f675e527dc1b129131b75e0c0716d086f40e --- images/airflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/airflow/Dockerfile b/images/airflow/Dockerfile index 98884063..0d88db65 100644 --- a/images/airflow/Dockerfile +++ b/images/airflow/Dockerfile @@ -77,7 +77,7 @@ RUN pip3 uninstall -y snakebite || true # Install Armada, DeckHand and DryDock Client Libraries 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/deckhand.git@3cdf3d2d896d43c6e3bc26170522c3eee0d7158f#egg=deckhand RUN pip3 install -e git://github.com/att-comdev/drydock.git@42aa3c486ee4c495c2377d31481df5ab681f84f2#egg=drydock_provisioner # Create airflow user