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

Improvement : docker:tree #43

Closed
cmoulliard opened this issue Feb 20, 2015 · 2 comments
Closed

Improvement : docker:tree #43

cmoulliard opened this issue Feb 20, 2015 · 2 comments

Comments

@cmoulliard
Copy link

Docker registry is a great place to find images, info about the images excepted that when an image is build from another, you have to open the Dockerfile to discover the parents :

example : fabric8/karaf-2.4 -> fabric8/base-sti -> jboss/base-jdk:7 -> jboss/base --> fedora:20

And to understand, what finally will be deployed into a docker container, you must read the difinition of the dockerfile.

It should be great like the mvn dependency:tree to have a docker:tree goal generating a tree with the info calculated / inherited from the parents

@alexec
Copy link
Owner

alexec commented Feb 22, 2015

Good idea, do you have much experience of working with the APIs?

@alexec
Copy link
Owner

alexec commented Feb 6, 2016

No reply. Closing.

@alexec alexec closed this as completed Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants