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

Create Image node when pull event is triggered. #17

Open
ChristianKniep opened this issue Feb 1, 2017 · 1 comment
Open

Create Image node when pull event is triggered. #17

ChristianKniep opened this issue Feb 1, 2017 · 1 comment
Milestone

Comments

@ChristianKniep
Copy link
Member

When image.pull is triggered, create an image node using the name of the pulled image.
The name might be

  • registry/repo/image:tag
  • registry/repo/image
  • repo/image:tag
  • repo/image
  • image:tag
  • image

As the RepoDigest is not triggered, a new issue should fetch it from the remoteAPI

@ChristianKniep ChristianKniep added this to the v0.7 milestone Feb 1, 2017
@ChristianKniep
Copy link
Member Author

Better trigger docker-api.queryImageList, to get the full image information, as the pull event only provides the name - which is not necessarily unique.

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

No branches or pull requests

1 participant