-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
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
Bug: "invalid path" with Bazel 8 #738
Comments
Requires regclient/regclient#856 (merged). |
@alexeagle could you PTAL? Thanks. |
We need a new version of regctl before we can fix anything here, until then the flag can be flipped to use |
Note that the flag is a no-op in 8.x, so it's not possible to flip back |
4 tasks
regclient just released. Hopefully that unblocks you. https://github.com/regclient/regclient/releases/tag/v0.8.0 |
Thank you friend :) |
alexeagle
added a commit
that referenced
this issue
Dec 11, 2024
Also opt-in to Bazel 8 repo naming with plus rather than tilde Fixes #738
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Bazel 8, the repo paths on disk change from
repo~
torepo+
. This can already be tested in Bazel 7 with--incompatible_use_plus_in_repo_names
(bazelbuild/bazel#23127). Similar to #588, image creation fails withThe text was updated successfully, but these errors were encountered: