Success stories from companies who adopted rules_oci #299
Replies: 8 comments 13 replies
-
We are using We migrated from Compared to Highly recommand anyone on the fence to make the switch. Big thanks to everyone that has contributed! |
Beta Was this translation helpful? Give feedback.
-
We're using Our primary reason for switching from We're very happy with the results so far. The transition was trivial for us. The |
Beta Was this translation helpful? Give feedback.
-
We have evaluated We will use deb = use_extension(":extensions.bzl", "deb")
deb.download(
name = "dc",
group = "bc",
revision = "2+b1",
version = "1.07.1",
cpus = {
"amd64": "sha256-83l0ioDpG+njq/uYFC7lPoNZMLOlNzvdK1P1ojS1W5M=",
"arm64": "sha256-85cJFJFIUnEbvZ0uS9lwXnn61qLhI+ZTwAfByLXWHbc=",
},
)
use_repo(deb, "dc") This has made it much easier to download multi-arch Our eventual goal is to transition to Bazel from other build systems and not require so may |
Beta Was this translation helpful? Give feedback.
-
We migrated our mono repo with ~170 images from The only downsides are resource consumption and reliability of krane/zot, but nothing that couldn't be handled. Overall a great set of rules. |
Beta Was this translation helpful? Give feedback.
-
We are using We migrated from As was already mentioned, the only downside for us is
However, we do understand that the developing |
Beta Was this translation helpful? Give feedback.
-
We ported our startup code to Issues we had to work through:
|
Beta Was this translation helpful? Give feedback.
-
We managed to migrate our project, but we hit some significant difficulties in the process.
|
Beta Was this translation helpful? Give feedback.
-
I've migrated from rules_docker to rules_oci 1x already a few months ago, but then got bus with other stuff so this is a bit of a retrospective. The migration was painless. Support for private GCP registry is excellent, CI builds are really fast compared to before, and the oci rules never budged. Zero incident to this day. I've debugged any number of Bazel issues, but not once the oci rules. The only thing I would like to point out is that the oci multi-arch configuration is a bit verbose for my taste so I made a custom macro for my use case to keep things concise. In any case, rules oci is a much valued addition to the Bazel ecosystem and I'm quite positive about the upcoming V2 rules. Thanke to the entire team for maintaining this project. |
Beta Was this translation helpful? Give feedback.
-
We are excited to help companies and developers build and test container images at scale using Bazel.
If you are currently using rules_oci, we want to hear about your overall experience. How did it help your project or organization?
Or just give a shout-out to the project. We mostly read about issues, so the maintainers would really appreciate your positive feedback too.
Please feel free to post your company and/or open source repository here.
We look forward to hearing from you!
Beta Was this translation helpful? Give feedback.
All reactions