We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fatal: No names found, cannot describe anything. ++ Building keel GOOS=linux cd cmd/keel && go build -a -tags netgo -ldflags "-linkmode external -extldflags -static -X github.com/datagravity-ai/keel/version.Version= -X github.com/datagravity-ai/keel/version.Revision=8a276e34 -X github.com/datagravity-ai/keel/version.BuildDate=2024-08-15T163046Z -w -s" -o keel . # oras.land/oras-go/pkg/auth/docker ../../../../golang/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:44:20: undefined: types.AuthConfig ../../../../golang/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:62:130: undefined: types.AuthConfig ../../../../golang/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:122:32: undefined: types.AuthConfig ../../../../golang/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login_tls.go:181:30: assignment mismatch: 3 variables but registry.PingV2Registry returns 2 values ../../../../golang/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:54:16: undefined: types.AuthConfig ../../../../golang/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:86:39: cannot use remote (variable of type *"github.com/docker/docker/registry".Service) as "github.com/docker/docker/registry".Service value in argument to c.loginWithTLS gmake: *** [Makefile:60: build] Error 1
is what happens when you try to upgrade the docker version right now
The text was updated successfully, but these errors were encountered:
No branches or pull requests
is what happens when you try to upgrade the docker version right now
The text was updated successfully, but these errors were encountered: