-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
official docker image #289
Comments
Hey @stefanocudini, great idea. Using docker would help eliminate issues building the project with java11. The Docker image requirements are...
Here are some use cases I can see being helpful:
docker run -d —name=6.1.3 org.openstreetmap.atlas.checks.distributed.ShardedIntegrityCheckSparkJob -input -countries... etc
Are there any additional cases you'd like covered? |
hi @daniel-j-h
it's a docker image? you know a similar java project with the same/similar dependencies..? whose exists a docker image to be used as a starting case |
hey @stefanocudini , please review #294. I've added a Dockerfile using the jdk11 docker-gradle image. |
hi @danielduhh I can try to clone your fork and try it locally how can I do a simple test if it works after the build of the docker image? |
After creating the docker image, you can execute the gradle run command: docker run [image tag] run If you want to store the outputs on your host machine: docker run --mount type=bind,src=/path/to/host/atlas-checks,dst=/app/atlas-checks checks run |
what contains |
@stefanocudini |
Do you mind testing my PR? #13 @stefanocudini |
hi
just exists some official docker image for running in standalone way this tool?
I have only found references to continuous integration config realtive to docker..
The text was updated successfully, but these errors were encountered: