-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add OCI baseprofile support #1560
Add OCI baseprofile support #1560
Conversation
b19b19f
to
b45c90f
Compare
28fcfde
to
e367910
Compare
/test pull-security-profiles-operator-verify |
/lgtm |
Blocked by kubernetes/org#4105 |
e367910
to
e340cf5
Compare
9cc7be9
to
759b856
Compare
/test pull-security-profiles-operator-verify |
ecfc5d1
to
8ae1a5e
Compare
/retest |
1 similar comment
/retest |
d7456d6
to
3caf633
Compare
3caf633
to
73d4594
Compare
@kubernetes-sigs/security-profiles-operator-maintainers PTAL |
/test pull-security-profiles-operator-test-e2e |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1560 +/- ##
==========================================
+ Coverage 48.67% 49.00% +0.32%
==========================================
Files 68 69 +1
Lines 6664 6744 +80
==========================================
+ Hits 3244 3305 +61
- Misses 3295 3314 +19
Partials 125 125 |
21b7ede
to
fdc0c98
Compare
This allows using OCI artifacts as base profiles when the baseProfileName is prefixed with `oci://`. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
fdc0c98
to
850c71b
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This allows using OCI artifacts as base profiles when the
baseProfileName
is prefixed withoci://
.Which issue(s) this PR fixes:
None
Does this PR have test?
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?