-
Notifications
You must be signed in to change notification settings - Fork 617
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
Adding --select-alpha and --extract to create image policy #860
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat and tidy, thanks Jonathan 🍏 I'm always happy to see concise commit messages too :-)
One minor request (also in a comment): could it check that the user didn't supply both semver and alpha, please.
f2d30ca
to
bd069fa
Compare
@jonathan-innis can you please rebase with main, the e2e tests will fail after that, you need to change |
Signed-off-by: jonathan-innis <[email protected]>
Signed-off-by: Jonathan Innis <[email protected]>
Signed-off-by: Jonathan Innis <[email protected]>
bd069fa
to
cce83b1
Compare
Signed-off-by: Jonathan Innis <[email protected]>
cce83b1
to
eb7102e
Compare
Rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @jonathan-innis 🏅
} | ||
template = rest | ||
if num >= 0 { | ||
// we won't worry about numbers as we can't validate these |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could check it against exp.MaxCap()
(exp from the caller).
[OCI] Document Auto-Login usage in SC
Closes #822