Skip to content

Commit ef718d1

Browse files
authored
Merge pull request #23510 from aevesdocker/ENGDOCS-3037
build: new driver-opt parameter
2 parents e8055e8 + de95c4b commit ef718d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/manuals/build/builders/drivers/docker-container.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

5354
Before you configure the resource limits for the container,
5455
read about [configuring runtime resource constraints for containers](/engine/containers/resource_constraints/).

0 commit comments

Comments
 (0)