2023-07-05 08:51:03 +02:00
|
|
|
# docker compose alpha publish
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Publish compose application
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
2023-12-05 11:58:29 -05:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:--------------------------|:---------|:--------|:-------------------------------------------------------------------------------|
|
2024-07-17 11:27:58 +02:00
|
|
|
| `--dry-run` | `bool` | | Execute command in dry run mode |
|
2025-01-21 09:51:56 +01:00
|
|
|
| `--oci-version` | `string` | | OCI image/artifact specification version (automatically determined by default) |
|
2024-07-17 11:27:58 +02:00
|
|
|
| `--resolve-image-digests` | `bool` | | Pin image tags to digests |
|
2025-01-21 09:51:56 +01:00
|
|
|
| `--with-env` | `bool` | | Include environment variables in the published OCI artifact |
|
2025-03-11 08:03:17 +01:00
|
|
|
| `-y`, `--yes` | `bool` | | Assume "yes" as answer to all prompts |
|
2023-07-05 08:51:03 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|