Fixed up Dockerfile for db prepopulate 79/4079/2 bronze
authorRon Shacham <rshacham@research.att.com>
Fri, 12 Jun 2020 03:22:01 +0000 (23:22 -0400)
committerRon Shacham <rshacham@research.att.com>
Fri, 12 Jun 2020 15:25:04 +0000 (11:25 -0400)
Signed-off-by: Ron Shacham <rshacham@research.att.com>
Change-Id: Id581ae810ea26984556596014e31a22b3d0027c5

test/populatedb/Dockerfile
test/populatedb/helm/templates/job.yaml
test/populatedb/populate_db.sh

index 2159db6..479fcd5 100644 (file)
@@ -20,8 +20,6 @@ RUN mkdir /playpen/src
 
 ENV LD_LIBRARY_PATH=/usr/local/lib
 
-RUN git config --global http.proxy http://one.proxy.att.com:8080
-
 RUN apt-get install -y cpputest
 RUN apt-get remove -y libboost-all-dev
 RUN apt-get install -y  libboost-all-dev
@@ -46,4 +44,4 @@ ENV DBAAS_SERVICE_HOST="service-ricplt-dbaas-tcp.ricplt"
 
 WORKDIR /playpen/src
 
-CMD ./write_sdl
\ No newline at end of file
+CMD ./write_sdl
index 8680c17..d901e4b 100755 (executable)
@@ -23,7 +23,7 @@ spec:
     spec:
       containers:
         - name: write-sdl
-          image: localhost:5000/ts-write-sdl:0.0.1
+          image: ts-write-sdl:0.0.1
           imagePullPolicy: IfNotPresent
           restartPolicy: Always
       restartPolicy: Never
index 6ae5d03..db18b69 100755 (executable)
@@ -19,6 +19,6 @@
 
 helm delete --purge dbprepop
 
-docker build --tag localhost:5000/ts-write-sdl:0.0.1 .
+docker build --tag ts-write-sdl:0.0.1 .
 
 helm install helm --name dbprepop  --namespace ricplt