[
https://issues.apache.org/jira/browse/BEAM-10891?focusedWorklogId=515450&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-515450
]
ASF GitHub Bot logged work on BEAM-10891:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Nov/20 10:29
Start Date: 23/Nov/20 10:29
Worklog Time Spent: 10m
Work Description: nielsbasjes commented on pull request #12837:
URL: https://github.com/apache/beam/pull/12837#issuecomment-732070136
So I cloned your repo and checkout the devDocker branch.
Then `docker build -t devdocker:20201123 .`
After this image was built I did as you indicated `docker run -it
--network=host -v /var/run/docker.sock:/var/run/docker.sock --mount
type=bind,source="$PWD",target=/workspaces/beam devdocker:20201123 bash`
Then (as indicated on https://beam.apache.org/contribute/ ) I run `./gradlew
check`
Now I the problem I had indeed does not occur (good!) yet I did run into
some other problems.
Some things I found while comparing your setup and mine
- Yours works better for the Java stuff
- Several of the website tasks fail.
- Big difference in the installed tools.
- Yours is missing gcc (needed for :sdks:java:container:goVet )
- You install `docker-ce` (manually pulling in the repo) where I install
the ubuntu native `docker-io`. Which is better?
In addition I think the scripting my version has is really a `must have` as
I found that the `.gradle` directory is owned by `root`.
So I propose to make a combination of your image (+gcc) and my scripting to
create something people can easily use.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 515450)
Time Spent: 4h 40m (was: 4.5h)
> Dockerfile for development container
> ------------------------------------
>
> Key: BEAM-10891
> URL: https://issues.apache.org/jira/browse/BEAM-10891
> Project: Beam
> Issue Type: Improvement
> Components: website
> Reporter: Omar Ismail
> Priority: P2
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> Create Dockerfile as alternative to instructions presented inĀ
> https://beam.apache.org/contribute/#prerequisites
--
This message was sent by Atlassian Jira
(v8.3.4#803005)