Add PinnedImageSet#1609
Conversation
This patch adds a new `PinnedImageSet` object that describes how to pre-load and pin container images. Related: openshift/enhancements#1432 Related: https://issues.redhat.com/browse/RFE-4482 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com>
|
Skipping CI for Draft Pull Request. |
|
Hello @jhernand! Some important instructions when contributing to openshift/api: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jhernand The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This patch adds a validation to verify that pinned image references are by digest, as tags aren't allowed. Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com>
|
/cc |
|
continued on #1713 |
This patch adds a new
PinnedImageSetobject that describes how to pre-load and pin container images.Related: openshift/enhancements#1432
Related: https://issues.redhat.com/browse/RFE-4482