containerd / imgcrypt

OCI Image Encryption Package
Apache License 2.0
355 stars 46 forks source link

[Alternative to 148] go.mod: github.com/containerd/containerd/v2 v2.0.0-rc.0 #153

Closed AkihiroSuda closed 5 months ago

AkihiroSuda commented 5 months ago

Similar to PR #148, but does not bump up urfave/cli.

AkihiroSuda commented 5 months ago

Looks like we can't import containerd v1 and v2 together

panic: proto: file "github.com/containerd/containerd/core/runtime/v2/runc/options/oci.proto" has a name conflict over containerd.runc.v1.ProcessDetails
    previously from: "github.com/containerd/containerd/runtime/v2/runc/options"
    currently from:  "github.com/containerd/containerd/v2/core/runtime/v2/runc/options"
See https://protobuf.dev/reference/go/faq#namespace-conflict

https://github.com/containerd/imgcrypt/actions/runs/8464452194/job/23189151410?pr=153