File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
content/manuals/build/builders/drivers Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ pass to `--driver-opt`:
4949| ` cgroup-parent ` | String | ` /docker/buildx ` | Sets the cgroup parent of the container if Docker is using the "cgroupfs" driver. |
5050| ` restart-policy ` | String | ` unless-stopped ` | Sets the container's [ restart policy] ( /manuals/engine/containers/start-containers-automatically.md#use-a-restart-policy ) . |
5151| ` env.<key> ` | String | | Sets the environment variable ` key ` to the specified ` value ` in the container. |
52+ | ` provenance-add-gha ` | Boolean | ` true ` | Automatically writes GitHub Actions context into the builder for provenance. |
5253
5354Before you configure the resource limits for the container,
5455read about [ configuring runtime resource constraints for containers] ( /engine/containers/resource_constraints/ ) .
You can’t perform that action at this time.
0 commit comments