diff options
author | Grinberg Moti <mg877n@att.com> | 2017-02-23 11:24:34 +0200 |
---|---|---|
committer | Grinberg Moti <mg877n@att.com> | 2017-02-23 11:37:20 +0200 |
commit | c3bda48fbb4250bc409afe44684a147d0b08573c (patch) | |
tree | 2a0285944112857052d2368fc64d24ec95e65260 /sdc-os-chef/sdc-backend | |
parent | 98b4dfecdcd2bc632b2977fa20ed200411e9b16b (diff) |
set url to https://omnitruck.chef.io/install.sh
Change-Id: I1eb228adf80e44d97a0a95eb37477ee1c0d76ab9
Signed-off-by: Grinberg Moti <mg877n@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend')
-rw-r--r-- | sdc-os-chef/sdc-backend/Dockerfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sdc-os-chef/sdc-backend/Dockerfile b/sdc-os-chef/sdc-backend/Dockerfile index d68b59078a..128387ae14 100644 --- a/sdc-os-chef/sdc-backend/Dockerfile +++ b/sdc-os-chef/sdc-backend/Dockerfile @@ -14,10 +14,7 @@ RUN python /root/chef-solo/cookbooks/sdc-normatives/files/default/get-pip.py RUN pip install pycurl # install chef-solo -#RUN curl -L http://www.opscode.com/chef/install.sh | bash -COPY chef-install.sh /root/ -RUN chmod 770 /root/chef-install.sh -RUN bash /root/chef-install.sh +RUN curl -L https://omnitruck.chef.io/install.sh | bash ADD onboarding-be-__SDC-RELEASE__.war ${JETTY_BASE}/webapps/ ADD catalog-be-__SDC-RELEASE__.war ${JETTY_BASE}/webapps/ |