mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
remove provenance build flag for now
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
0566431c64
commit
7e198ee6a3
5 changed files with 7 additions and 21 deletions
|
|
@ -22,7 +22,6 @@ run `docker compose build` to rebuild it.
|
|||
| `-m`, `--memory` | `bytes` | `0` | Set memory limit for the build container. Not supported by BuildKit. |
|
||||
| `--no-cache` | `bool` | | Do not use cache when building the image |
|
||||
| `--print` | `bool` | | Print equivalent bake file |
|
||||
| `--provenance` | `string` | `max` | Set provenance mode (none\|min\|max) |
|
||||
| `--pull` | `bool` | | Always attempt to pull a newer version of the image |
|
||||
| `--push` | `bool` | | Push service images |
|
||||
| `-q`, `--quiet` | `bool` | | Don't print anything to STDOUT |
|
||||
|
|
|
|||
|
|
@ -126,16 +126,6 @@ options:
|
|||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: provenance
|
||||
value_type: string
|
||||
default_value: max
|
||||
description: Set provenance mode (none|min|max)
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: pull
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue