[
https://issues.apache.org/jira/browse/GEODE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935674#comment-14935674
]
Nitin Lamba commented on GEODE-60:
----------------------------------
Not sure if you resolved the size issue. From the patch, the docker file is
missing a line to remove the JDK archive:
{code}
&& rm -f /jdk-8u51-linux-x64.tar.gz \
{code}
This should reduce the image dramatically - I got the following after I added
it to base/Dockerfile:
{code}
geode/compile 0.1 fc40f8cef299 53
seconds ago 489 MB
geode/base 0.1 79b0f9c54a9c 2
minutes ago 396.2 MB
{code}
Hope this helps...
> 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-2.patch, GEODE-60-3.patch, GEODE-60-4.patch,
> GEODE-60-5.patch, 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)