-
Notifications
You must be signed in to change notification settings - Fork 2
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
As user I want to list all images to know which images I can clone #6
Comments
The URL for the GraphQL endpoint is This is a sample GraphQL request. {
repositories {
name
}
tags(repository: "some/other/test") {
name
repository {
name
}
}
} |
whymatter
pushed a commit
that referenced
this issue
May 14, 2020
whymatter
pushed a commit
that referenced
this issue
May 14, 2020
whymatter
pushed a commit
that referenced
this issue
May 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Purpose
A user want to see a list of all images of a certain repository so he knows which images are available and how he can pull these images.
We do not make the get and display of repositories a single story since for me this is not covered with business value.
Subtasks
Some Links
The text was updated successfully, but these errors were encountered: