For anyone reading this in 2024, oci_tarball
was removed several months ago and replaced with oci_load
.
This means you should use oci_load
if you wish to push an image to your local docker service and then create a container with docker run ...
See: https://github.com/bazel-contrib/rules_oci/blob/main/docs/load.md