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

Provide API call to get RPMs for an image #19

Open
vpavlin opened this issue Nov 12, 2014 · 1 comment
Open

Provide API call to get RPMs for an image #19

vpavlin opened this issue Nov 12, 2014 · 1 comment

Comments

@vpavlin
Copy link

vpavlin commented Nov 12, 2014

The only way to get RPMs in the image is to call imageinfo - we might want to introduce new API call

/v1/image/$IMAGEID/content

which would provide json object

{
rpm: [ $rpmlist ]
}

this would provide us generic way to report content when we add more non-rpm content types

@TomasTomecek
Copy link
Member

+1
(and maybe remove rpm list from imageinfo)

How about getting logs and dockerfile? I feel like new api call for every one.

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