diff --git a/images/airflow/Dockerfile b/images/airflow/Dockerfile index 7c93b277..98884063 100644 --- a/images/airflow/Dockerfile +++ b/images/airflow/Dockerfile @@ -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