bazelbuild / bazelbuild/rules_docker
Add `extra_deps` attribute to `container_run_and_commit`*
Open
Can Close?
- Dominant language
- Starlark
- Stars
- 1.1k
- Forks
- 689
- PR merge metrics
- No merged PRs in 30d
Description
#1003 (with a follow-up fix in #1933) added an `extra_deps` attribute to `container_run_and_extract`:
https://github.com/bazelbuild/rules_docker/blob/1bb136eb4661624eb8ac1e607cdf74369987b46d/docker/util/run.bzl#L58-L61
The attribute is needed by `container_run_and_commit` and `container_run_and_commit_layer` for exactly the same reason.
Contributor guide
Assessment
This issue has not been assessed yet.