Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/reference/commandline/manifest_annotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ Add additional information to a local image manifest

<!---MARKER_GEN_END-->

## Description

`--os`, `--arch`, and `--variant` take OCI platform values, not distro nicknames
like `armhf` or `armv7`.

Common `--os` values are `linux` and `windows`. Common `--arch` values are
`amd64`, `arm64`, `arm`, `386`, `ppc64le`, `s390x`, and `riscv64`.

`--variant` is mostly for 32-bit ARM. An `armhf` / `armv7` image is
`--arch arm --variant v7`. `arm64` usually has no variant (or `v8`).