[
https://issues.apache.org/jira/browse/GEODE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14790608#comment-14790608
]
William Markito Oliveira commented on GEODE-60:
-----------------------------------------------
[~jaoki] - The base image/Dockerfile I've shared is 350MB - What's different
in your box that makes it so big ?? I've downloaded this
https://github.com/jaoki/incubator-geode/blob/dockerized-build/dev-tools/docker/Dockerfile
to test and here it's still 350MB.
About having multiple Dockerfiles, I like the idea but in order to make it less
confusing for an end-user, I'd have very separate structures for dev-tools (as
in your repo) vs the final docker image with the product bits.
Something like below, where a shiny `docker` folder is clear that what's in
there is our docker image. Dev-tools can then be used for our internal stuff,
like build scripts/docker images and something else if needed... [~mbretl]
what do you think ?
{code}
├── incubator-geode
│ ├── dev-tools
│ │ ├── base
│ │ │ └── Dockerfile
│ │ │ └── ....
│ │ └── compile
│ │ └── Dockerfile
│ │ │ └── ....
│ └── docker
│ └── Dockerfile
{code}
> 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.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)