-
Notifications
You must be signed in to change notification settings - Fork 22
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
[spike] Gather means for getting the ubi images updates notification #2565
Comments
/triage accepted |
Could we leverage openshfit ImageStreams for that ? (if the images are external, with periodic pulling) |
maybe ? |
I'm not completely sure about the environment regarding this but I know
that :
1. ImageStream can track images hosted in external repositories (public
or authenticated using a regular scheduled pulling) :
https://docs.openshift.com/container-platform/4.7/openshift_images/image-streams-manage.html#images-imagestream-import_image-streams-managing
2. I think (it's been quite a time since I've used them) the
ImageSteamTrigger stuff on BuildConfig and the like is done by producing
standard Events, so another api client could probably do the same kind
of watch ?
Could that apply to the base image update scenario ?
|
/kind feature |
How is that accomplished ? I'm pretty sure we can import the images in Openshift The question would be can the builder consume those events. |
Related: thoth-station/core#359 |
As the DevSecOps operator, I would like to gather notifications about the ubi image updates to enable the upgrade of the base image used for our project image development.
Goals
Acceptance Criteria
The text was updated successfully, but these errors were encountered: