X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=e837ed41f82a14d9f135a9b674e7e6a85272f528;hb=29c0722032fdcac1eca24eb6805b97acfc954873;hp=989e9d461f8264a7065a24de7fd8b16fdceea3df;hpb=1c020c705baa0a2a55591750c0fd46fff52a6929;p=pti%2Fo2.git diff --git a/Dockerfile b/Dockerfile index 989e9d4..e837ed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,17 +5,17 @@ RUN apt-get update && apt-get install -y git gcc procps vim curl ssh # in case git repo is not accessable # RUN mkdir -p /cgtsclient # COPY temp/config /cgtsclient/ -RUN git clone --depth 1 --branch master https://opendev.org/starlingx/config.git /cgtsclient +RUN git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/config.git /cgtsclient RUN pip install -e /cgtsclient/sysinv/cgts-client/cgts-client/ # RUN mkdir -p /distcloud-client # COPY temp/distcloud-client /distcloud-client/ -RUN git clone --depth 1 --branch master https://opendev.org/starlingx/distcloud-client.git /distcloud-client/ +RUN git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/distcloud-client.git /distcloud-client/ RUN pip install -e /distcloud-client/distributedcloud-client # in case git repo is not accessable # RUN git clone --depth 1 --branch master https://github.com/cloudify-incubator/cloudify-helm-plugin.git /helmsdk -RUN git clone --depth 1 --branch master https://opendev.org/starlingx/fault.git /faultclient +RUN git clone --depth 1 --branch r/stx.7.0 https://opendev.org/starlingx/fault.git /faultclient RUN pip install -e /faultclient/python-fmclient/fmclient/