-
Notifications
You must be signed in to change notification settings - Fork 6
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
Dockerfile issues #3
Comments
hi @etki Regarding other points you can find a bit more details here: |
|
@etki Agreed on wget. Scheduled for 3.1 release. See reportportal/reportportal#84 |
Thank you |
Hi! I was browsing web and somehow ended in your dockerfile. I have a feeling that:
touch /app.jar
modifies whole jar file and creates new docker layer with weight of app.jar (that's 50-100mb for each component, ouch)I guess it would be better to deal with those, and, probably just create single base image - i personally think of it as an antipattern, but with ONBUILD you can easily reduce service dockerfiles to two or three lines.
The text was updated successfully, but these errors were encountered: