rules_docker
rules_docker copied to clipboard
Add a `run` Parameter to `container_image`
Just like cmd
but for run
. This would be really cool, because it would allow for implementing aspects of docker files in bazel instead of having to resort to use a dockerfile.
Resources:
- https://github.com/bazelbuild/rules_docker/blob/master/docs/container.md#container_image
- https://docs.docker.com/engine/reference/builder/#run
Looks like this could cover it instead https://github.com/bazelbuild/rules_docker/blob/master/docker/util/README.md
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_docker!
This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?"