update to cassandra docker file 47/4347/1
authorMichael Lando <ml636r@att.com>
Thu, 18 May 2017 21:28:52 +0000 (00:28 +0300)
committerMichael Lando <ml636r@att.com>
Thu, 18 May 2017 21:28:52 +0000 (00:28 +0300)
Change-Id: Iefaae31ded89b1d0513fb0dd1a2784f38923581d
Signed-off-by: Michael Lando <ml636r@att.com>
sdc-os-chef/sdc-cassandra/Dockerfile

index e2219c5..29b1a2b 100644 (file)
@@ -1,34 +1,7 @@
-FROM cassandra:2.1.16
+FROM cassandra:3
 
-ENV DEBIAN_FRONTEND noninteractive
-RUN apt-get -y update && apt-get -y install --no-install-recommends \
-    apt-utils \
-    curl \
-    vim \
-    default-jre \
-    && rm -rf /var/lib/apt/lists/*
-
-
-ENV JAVA_VERSION 8u121
-ENV JAVA_DEBIAN_VERSION 8u121-b13-1~bpo8+1
-
-# see https://bugs.debian.org/775775
-# and https://github.com/docker-library/java/issues/19#issuecomment-70546872
-ENV CA_CERTIFICATES_JAVA_VERSION 20161107~bpo8+1
-
-RUN set -x \
-       && apt-get update \
-       && apt-get install -y \
-               openjdk-8-jdk="$JAVA_DEBIAN_VERSION" \
-               ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" \
-       && rm -rf /var/lib/apt/lists/*
-
-
-# see CA_CERTIFICATES_JAVA_VERSION notes above
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
-
-RUN update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
-ENV DEBIAN_FRONTEND teletype
+#ENV DEBIAN_FRONTEND noninteractive
+RUN apt-get -y update && apt-get -y install --no-install-recommends curl vim apt-utils
 
 COPY chef-solo /root/chef-solo/
 COPY chef-repo/cookbooks /root/chef-solo/cookbooks/
@@ -38,8 +11,5 @@ RUN curl -L https://omnitruck.chef.io/install.sh | bash
 
 
 COPY startup.sh /root/
-
 RUN chmod 770 /root/startup.sh
-
-ENTRYPOINT [ "/root/startup.sh" ]
-
+ENTRYPOINT [ "/root/startup.sh" ]
\ No newline at end of file