Skip to content

Commit ee8e1e3

Browse files
committed
chore: update README.md
1 parent 040ee51 commit ee8e1e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,15 @@ Build Docker image and push it.
9797
| Name | Description | Default | Required |
9898
|------|-------------|---------|----------|
9999
| allow | List of extra privileged entitlement (e.g., network.host,security.insecure) | N/A | false |
100+
| binfmt-image | Binfmt image | public.ecr.aws/eks-distro-build-tooling/binfmt-misc:qemu-v7.0.0 | false |
100101
| build-args | List of build-time variables | N/A | false |
101102
| build-contexts | List of additional build contexts (e.g., name=path) | N/A | false |
102103
| buildkitd-flags | BuildKit daemon flags | --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host | false |
103104
| cache-from | List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) | type=gha | false |
104105
| cache-to | List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) | type=gha,mode=max | false |
105106
| debug | Enable debug mode | false | false |
106107
| docker-metadata-pr-head-sha | Set to `true` to tag images with the PR HEAD SHA instead of the merge commit SHA within pull requests. | false | false |
107-
| driver-opts | List of additional driver-specific options. (eg. image=moby/buildkit:master) | N/A | false |
108+
| driver-opts | List of additional driver-specific options. (eg. image=moby/buildkit:master) | image=public.ecr.aws/vend/moby/buildkit:buildx-stable-1 | false |
108109
| file | Dockerfile name | Dockerfile | false |
109110
| image\_name | Image name (excluding registry). Defaults to {{$organization/$repository}}. | | false |
110111
| login | Docker login | | false |

0 commit comments

Comments
 (0)