-
Couldn't load subscription status.
- Fork 8k
build: new driver-opt parameter #23510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@aevesdocker We are going to take this approach instead docker/buildx#3453 |
|
amended @crazy-max |
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
| | `cgroup-parent` | String | `/docker/buildx` | Sets the cgroup parent of the container if Docker is using the "cgroupfs" driver. | | ||
| | `restart-policy` | String | `unless-stopped` | Sets the container's [restart policy](/manuals/engine/containers/start-containers-automatically.md#use-a-restart-policy). | | ||
| | `env.<key>` | String | | Sets the environment variable `key` to the specified `value` in the container. | | ||
| | `no-gha-event` | Boolean | `false` | If `true`, don't automatically injects GitHub Action event metadata into the builder for provenance. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aevesdocker We have changed the attribute name to provenance-add-gha instead 🙏
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks! Let's not merge it until we release next Buildx version
Description
Adds docker/buildx#3453
Related issues or tickets
Reviews