-
Notifications
You must be signed in to change notification settings - Fork 446
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
Autoremove multi-stage intermediate image(s) #1279
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your work on this @mkurz ❤️ 😎
As the docker file output changed there's one failing integration test:
https://travis-ci.org/sbt/sbt-native-packager/jobs/612122899#L1050-L1082
I have some questions about the implementations as I'm not sure I fully understand what's going on or which issues are being solved 😄
src/main/scala/com/typesafe/sbt/packager/docker/DockerPlugin.scala
Outdated
Show resolved
Hide resolved
src/main/scala/com/typesafe/sbt/packager/docker/DockerPlugin.scala
Outdated
Show resolved
Hide resolved
@muuki88 I pushed commits to fix the failing test and to search for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the detailed explanation @mkurz ❤️ Will release this ASAP 👍
|
Thanks a lot @muuki88! |
Fixes #1229
Splitted in
threefour clean commits.Let me know what you think. Thanks!
EDIT: Solution was inspired from here: moby/moby#34513 (comment)