Update cassandra docker image 47/43647/1
authorThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Wed, 18 Apr 2018 22:45:58 +0000 (18:45 -0400)
committerThomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Wed, 18 Apr 2018 22:48:51 +0000 (18:48 -0400)
Removal for issues with Kubernetes - Need to make sure any injected
files
Are chown 664 or ID is smae ID as Cassandra in Container
( Which is 999 ).

Change-Id: Ib568d94131bcd6766da202f4591f4634d1804761
Issue-ID: MUSIC-70, MUSIC-60
Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
distribution/cassandra/docker-entrypoint.sh

index f05daed..20bf272 100644 (file)
@@ -1,9 +1,11 @@
 #!/bin/bash
 set -e
 
-for f in /docker-entrypoint-initdb.d/*.cql; do
-    chown cassandra.root "$f"
-done
+# Removal for issues with Kubernetes - Need to make sure any injected files 
+# Are chown 664 or ID is smae ID as Cassandra in Container. 
+#for f in /docker-entrypoint-initdb.d/*.cql; do
+#    chown cassandra.root "$f"
+#done
 
 
 # first arg is `-f` or `--some-option`