dockertest
dockertest copied to clipboard
Compile error in oras-go dependency
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [ ] This issue affects my Ory Network project.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
Describe the bug
Hey we're running tests on a jenkins server with:
Docker version 20.10.17, build 100c701
Go version: 1.19
Reproducing the bug
Just running go test with coverage inside docker container
Relevant log output
# oras.land/oras-go/pkg/auth/docker
/tmp/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
Relevant configuration
No response
Version
v3.3.5
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
None
Additional Context
No response