Trying to import podman/v3/bindings/containers fails with github.com/containernetworking/cni/pkg/types/current: module github.com/containernetworking/cni@latest found (v1.1.2), but does not contain package github.com/containernetworking/cni/pkg/types/current #15568
-
In my project I need to use the v3 podman REST API client, as the target Debian and Ubuntu LTS systems will be at best have the distribution's own podman packages installed. Trying to import
Importing How to deal with this? Is there some known pinning? Or will there be an v3 update that fixes this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
v3 API clients need explicit pinning:
|
Beta Was this translation helpful? Give feedback.
v3 API clients need explicit pinning: