Merge pull request #3962 from crazy-max/bake-secret-source-override
bake: allow overriding declared secret sources
This commit is contained in:
@@ -1006,6 +1006,14 @@ RUN --mount=type=secret,id=KUBECONFIG,env=KUBECONFIG \
|
||||
helm upgrade --install
|
||||
```
|
||||
|
||||
You can override the source for an existing secret without changing the target's
|
||||
secret IDs. The secret must already be declared by the target.
|
||||
|
||||
```console
|
||||
$ docker buildx bake --set default.secret.aws=env=AWS_CREDENTIALS
|
||||
$ docker buildx bake --set default.secret.KUBECONFIG=src=/path/to/kubeconfig
|
||||
```
|
||||
|
||||
### `target.shm-size`
|
||||
|
||||
Sets the size of the shared memory allocated for build containers when using
|
||||
|
||||
Reference in New Issue
Block a user