Skip to content
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

Refactor the docker image to correspond to the minimum necessary for user execution #3930

Closed
jamesemery opened this issue Dec 6, 2017 · 0 comments · Fixed by #4955
Closed

Comments

@jamesemery
Copy link
Collaborator

Right now our docker image is much larger than it needs to be. This is at least in part because it contains our entire git clone as well as the packaged jars. This is not necessary and could potentially come with it shrinking our docker image substantially.

This change would involve a major refactoring of how we execute our tests through gralde inside the docker image, as removing the test dependencies will mean we probably have to externally mount the git clone from the docker image in order to pull in the proper dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment