-
Notifications
You must be signed in to change notification settings - Fork 2.8k
move rootless-cni-infra
image to quay.io
#7625
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
Conversation
db20c6f
to
a87916c
Compare
LGTM |
Thanks! Nit: can we s/CNI_ROOTLESS/ROOTLESS_CNI/g for consistency with the image name? |
Sure! Currently rebuilding and updating the digests 👍 |
Tests aren't hip. |
Move the `rootless-cni-infra` image to `quay.io/libpod/rootless-cni-image:$tag` where $tag has the format `$version-$architecture`. Whenever we upload a new image (e.g., after changing the Containerfile), we need to make sure to increase the version number (an ordinary integer for simplicity) so we have a notion of support. Thanks to @AkihiroSuda for working on rootless CNI! Fixes: containers#7617 Signed-off-by: Valentin Rothberg <[email protected]>
Use the newly built image from quay.io. Also reference the image by digest. Signed-off-by: Valentin Rothberg <[email protected]>
Signed-off-by: Valentin Rothberg <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AkihiroSuda, vrothberg 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 |
/lgtm |
Please refer to the individual commits.
Fixes: #7617