You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downgrade to the latest go-containerregistry tag that WGE can use
WGE uses helm which requires docker/docker v20, when building with v23
we get the error:
../../go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:181:30: assignment mismatch: 3 variables but registry.PingV2Registry returns 2 values
The most recent tag of go-containerregistry that uses docker v20 is
v0.12.0:
- google/go-containerregistry@969699e
0 commit comments