Code Review
/
optf
/
has.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c9e7894
)
Fixed another Dockerfile
09/32109/1
author
Ikram Ikramullah
<ikram@research.att.com>
Mon, 19 Feb 2018 16:20:57 +0000
(11:20 -0500)
committer
Ikram Ikramullah
<ikram@research.att.com>
Mon, 19 Feb 2018 16:21:11 +0000
(11:21 -0500)
data component docker file was pointing to wrong repo.
Fixed that to point to onap
Issue-ID: OPTFRA-123
Change-Id: Ia02c97ebb8f43da21aed897cfb00e14adf7bb54d
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
conductor/docker/data/Dockerfile
patch
|
blob
|
history
diff --git
a/conductor/docker/data/Dockerfile
b/conductor/docker/data/Dockerfile
index
207929c
..
d3836d9
100755
(executable)
--- a/
conductor/docker/data/Dockerfile
+++ b/
conductor/docker/data/Dockerfile
@@
-19,7
+19,7
@@
FROM python:2.7
RUN apt-get update
RUN apt-get --assume-yes install python-setuptools
RUN virtualenv ../venv
-RUN git clone https://
fi241c@codecloud.web.att.com/scm/st_cloudqos/conductor.git
+RUN git clone https://
gerrit.onap.org/r/optf/has
WORKDIR ./conductor
RUN pip install .
RUN pwd