Add exe chmod to run_rtmgr.sh 90/490/1
authorwrider <lji@research.att.com>
Tue, 9 Jul 2019 20:38:09 +0000 (16:38 -0400)
committerwrider <lji@research.att.com>
Tue, 9 Jul 2019 20:44:50 +0000 (16:44 -0400)
run_rtmgr.sh was under 644.  Need to have exe to be used as
container entry.

Change-Id: I49bab179069cece69d26676a3ae060c8b4632fa7
Signed-off-by: wrider <lji@research.att.com>
Dockerfile
container-tag.yaml

index 6bbbb5c..a78ab2e 100644 (file)
@@ -55,5 +55,6 @@ FROM ubuntu:16.04
 COPY --from=rtmgrbuild /go/bin/rtmgr /
 COPY --from=rtmgrbuild /run_rtmgr.sh /
 RUN mkdir /db && touch /db/rt.json && chmod 777 /db/rt.json
+RUN chmod 755 /run_rtmgr.sh
 CMD /run_rtmgr.sh
 
index 5b938c6..b9299ce 100644 (file)
@@ -2,4 +2,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: 0.3.0
+tag: 0.3.1