smiklosovic commented on a change in pull request #9: CASSANDRA-14712 - 
Cassandra 4.0 packaging support
URL: https://github.com/apache/cassandra-builds/pull/9#discussion_r269422027
 
 

 ##########
 File path: docker/stretch-image.docker
 ##########
 @@ -1,32 +1,34 @@
-FROM debian:jessie-backports
+FROM debian:stretch-backports
 
 ENV DEB_DIST_DIR=/dist
 ENV BUILD_HOME=/home/build
 ENV CASSANDRA_DIR=$BUILD_HOME/cassandra
+ENV ANT_VERSION=1.10.5
 
-LABEL org.cassandra.buildenv=jessie
+LABEL org.cassandra.buildenv=stretch
 
 VOLUME ${DEB_DIST_DIR}
 
 # install deps
 RUN apt-get update && apt-get -y install \
-   ant \
    build-essential \
    curl \
    devscripts \
    git \
    sudo
 
-RUN apt-get -y -t jessie-backports --no-install-recommends install \
-   openjdk-7-jdk \
 
 Review comment:
   `openjdk-7-jdk` is not in stretch anymore, Ive removed 7 from centos too 
then 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org
For additional commands, e-mail: dev-h...@cassandra.apache.org

Reply via email to