[
https://issues.apache.org/jira/browse/GEODE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729953#comment-14729953
]
Dan Smith commented on GEODE-60:
--------------------------------
Hi William,
The docker image used for *building* geode shouldn't contain geode. It also
doesn't need gradle. I did a quick check, the official java image is actually
smaller than the one built with this dockerfile. Unless I screwed something up,
which is entirely possible :)
dsmith@gluon:docker> docker images
REPOSITORY TAG IMAGE ID CREATED
VIRTUAL SIZE
java openjdk-7-jdk ade42d38879d 2 weeks ago
587.4 MB
geode/build latest 359541c2d203 2 weeks ago
737.8 MB
> Geode build environment within Docker to enable anybody and on any OS and any
> environment can build Geode as long as there is Docker
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-60
> URL: https://issues.apache.org/jira/browse/GEODE-60
> Project: Geode
> Issue Type: Sub-task
> Components: build
> Reporter: jun aoki
> Assignee: jun aoki
> Attachments: GEODE-60.patch
>
>
> geode build is on gradle and seems very tidy but it still requires third
> party libraries, like Java.
> Let's have a Docker environment so that at least we have an reliable
> immutable environment and we can use it on CI on builds.apache.org
> https://builds.apache.org/view/E-G/view/Geode/
> (From my experience, It is a bit of pain to find a right environment on
> builds.a.o but Docker is a cure so far.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)