Support for Bazel rules_oci #21066
Closed
malt3
started this conversation in
Suggest an Idea
Replies: 2 comments
-
This sounds like a good idea. I'm assuming that the existing "docker" datasource can be reused as some other managers already do similar. None of the regular maintainers of Renovate use Bazel in our work, so it would likely need a community contribution from yourself or others. If you're not ready to start then a feature request issue with accompanying reproduction repo would still be good. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Resolved by #21216 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type of discussion.
I'm proposing an idea
Tell us more.
Renovate already has excellent support for many types of Bazel WORKSPACE rules, including
rules_docker
(with thecontainer_pull
rule).rules_oci
is a fresh implementation of the container image handling inside bazel that is similar to rules_docker.It has a WORKSPACE rule
oci_pull
that is very similar tocontainer_pull
, with the only difference (for renovate) being that theregistry
andrepository
attributes of the rule are combined asimage
inoci_pull
.I'd like to upgrade
oci_pull
rules using renovate and would like to know if this is something that could be implemented (by the community, the renovate team or me)?Beta Was this translation helpful? Give feedback.
All reactions