JB
JB
We could improve this new rule `container_push_index` to use a transition to avoid to explicitly specify the list of image targets to push, like this: ```starlark load( "@io_bazel_rules_docker//container:container.bzl", "container_push_index") container_push_index(...
As I said on Slack, we can keep the `images` attribute to keep the possibility to explicitly give the list of images to push. We're able to keep the two...
Hi. This project needs new maintainers as mentionened in this discussion https://github.com/bazelbuild/rules_docker/discussions/2038

I don't know :/
The pull request to support fat manifest is ready since 3 months >>> https://github.com/bazelbuild/rules_docker/pull/2087
Thank you very much for the review @uhthomas :heart:. For all comments related to the Go errors 1.13 (the use of `%w`), it's maybe better to make this change in...
@Topher-the-Geek It's now fixed. Sorry for this stupid mistake. You can apply this patch in your test workspace: ``` diff --git a/WORKSPACE b/WORKSPACE index 2e1ba82..91b5101 100644 --- a/WORKSPACE +++ b/WORKSPACE...
> What does it take to get this merged? I don't known. Maybe just some time to review, or find new maintainers of this repository (https://github.com/bazelbuild/rules_docker/discussions/2038).
Try this: `MODULE.bazel` ```starlark GOOGLE_APIS_VERSION = "64926d52febbf298cb82a8f472ade4a3969ba922" bazel_dep(name = "com_google_googleapis", version = GOOGLE_APIS_VERSION) archive_override( module_name = "com_google_googleapis", integrity = "sha256-nRqTDnZ8k8glOYuPhpLso/41O5qq3t+88fyiKCyF34g=", patch_strip = 1, patches = [ "add_bzlmod_support.patch" ], strip_prefix =...