#1003 (with a follow-up fix in #1933) added an extra_deps attribute to container_run_and_extract:
|
extra_deps: Label list, if not None these are passed as inputs |
|
to the action running the container. This can be used if |
|
e.g., you need to mount a directory that is produced |
|
by another action. |
The attribute is needed by container_run_and_commit and container_run_and_commit_layer for exactly the same reason.
#1003 (with a follow-up fix in #1933) added an
extra_depsattribute tocontainer_run_and_extract:rules_docker/docker/util/run.bzl
Lines 58 to 61 in 1bb136e
The attribute is needed by
container_run_and_commitandcontainer_run_and_commit_layerfor exactly the same reason.