[
https://issues.apache.org/jira/browse/GEODE-8183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118266#comment-17118266
]
ASF GitHub Bot commented on GEODE-8183:
---------------------------------------
pivotal-jbarrett commented on a change in pull request #604:
URL: https://github.com/apache/geode-native/pull/604#discussion_r431562733
##########
File path: docker/Dockerfile
##########
@@ -41,15 +42,15 @@ RUN apt-get update && \
update-alternatives --install /usr/bin/clang-tidy clang-tidy
/usr/bin/clang-tidy-${CLANG_VERSION} 999 && \
update-alternatives --install /usr/bin/clang-format clang-format
/usr/bin/clang-format-${CLANG_VERSION} 999
-ENV GEODE_VERSION 1.9.0
+ENV GEODE_VERSION 1.12.0
RUN wget
"https://www.apache.org/dyn/closer.cgi?action=download&filename=geode/${GEODE_VERSION}/apache-geode-${GEODE_VERSION}.tgz"
--quiet -O - | \
tar xzf -
ENV RAT_VERSION 0.13
RUN wget
"https://www.apache.org/dyn/closer.cgi?action=download&filename=creadur/apache-rat-${RAT_VERSION}/apache-rat-${RAT_VERSION}-bin.tar.gz"
--quiet -O - | \
tar xzf -
-ENV CMAKE_VERSION 3.12.2
+ENV CMAKE_VERSION 3.12.4
Review comment:
Might as well take it to 3.17 or whatever the latest is today.
----------------------------------------------------------------
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:
[email protected]
> Travis Dockerfile doesn't match committed Dockerfile
> ----------------------------------------------------
>
> Key: GEODE-8183
> URL: https://issues.apache.org/jira/browse/GEODE-8183
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Michael Oleske
> Priority: Major
>
> I'm not sure how geode-native keeps the Travis Dockerfile up to date, but it
> is not with the committed one. The docker image currently used by Travis has
> geode 1.12 while the committed one uses 1.9. It also fails to build because
> tzdata is interactive.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)