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

[JBIDE-21802] ignore <none>:<none> Docker images #1012

Closed
wants to merge 1 commit into from
Closed

[JBIDE-21802] ignore <none>:<none> Docker images #1012

wants to merge 1 commit into from

Conversation

fbricon
Copy link
Member

@fbricon fbricon commented Mar 7, 2016

Not really pretty way to ignore : images. @xcoulon, I'd be curious to know if there's a proper way to get rid of the noise.

Also made the code more Java 8'y

Signed-off-by: Fred Bricon fbricon@gmail.com

Signed-off-by: Fred Bricon <fbricon@gmail.com>
@xcoulon
Copy link
Member

xcoulon commented Mar 8, 2016

@fbricon thanks for this patch. Using lambda expressions is nice. There's actually a more direct way to exclude intermediate and dangling images, using the Image#isDangling() and Image#isIntermediateImage() methods when initializing the list of image names in the DeployImageWizardModel class.
Please see #1013 instead.

@fbricon
Copy link
Member Author

fbricon commented Mar 8, 2016

Superseded by #1013

@fbricon fbricon closed this Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants