-
Notifications
You must be signed in to change notification settings - Fork 372
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
bug: add support for image tag and digest #4792
bug: add support for image tag and digest #4792
Conversation
8d88104
to
cb43fe5
Compare
Signed-off-by: Ethan Mosbaugh <ethan@replicated.com>
cb43fe5
to
f7f641b
Compare
Darn! That was definitely an oversight. Surprising that there's no ready-made constant for this in Fixes #2428. |
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.
Thanks a lot!
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-1.30
git worktree add -d .worktree/backport-4792-to-release-1.30 origin/release-1.30
cd .worktree/backport-4792-to-release-1.30
git switch --create backport-4792-to-release-1.30
git cherry-pick -x f7f641b7360a66682d202a86ef65780a9725a23d |
Is it possible to backport this fix to 1.28 as well? |
This is going into all supported releases, i.e. down to 1.27. |
@twz123 I wanted to call out that |
That explains why this didn't crop up earlier.
Actually validating the images in |
Description
When adding an envoy image with tag and digest I get a failure:
This change adds support for an optional digested image reference.
Fixes # (issue)
Type of change
How Has This Been Tested?
Checklist: