rules_docker and rules_oci are two Bazel rulesets that can be used to build
Docker images and OCI images, respectively. Both rulesets have their own
advantages and disadvantages, so it is important to choose the right one for your
project.
rules_docker
rules_docker is the older of the two rulesets, and it …