This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Upstream Change: github.com/bazelbuild/rules_docker/container/go/pkg/compat #670
Comments
PR #669 fixes this |
As it took me a while to find; using rules_k8s 0.6 w. rules_docker 0.20.0 is broken due to cross-imports, returning the error:
I got rules_k8s working by downgrading rules_docker to 0.19.0 (see https://github.com/bazelbuild/rules_docker/releases/tag/v0.19.0) |
I believe I'm encountering this error atm:
even though I'm on rules_k8s 0.7 and rules_docker 0.14.1... how could this still be occurring even after the PR has been merged? |
Downgrading to rules_k8s 0.6 solved the issue for me. (Unfortunately that was easier than upgrading rules_docker.) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This line will fail:
rules_k8s/k8s/go/pkg/resolver/resolver.go
Line 231 in ab522ec
with this incoming upstream change:
bazelbuild/rules_docker#1934
https://github.com/bazelbuild/rules_docker/blob/debc18a646204743ca8e3b4d66341c762e5f3896/container/go/pkg/compat/reader.go#L299-L300
The text was updated successfully, but these errors were encountered: