mirror of
https://github.com/apple/container.git
synced 2026-08-29 11:56:37 +00:00
[builder]: enable ssh forwarding for container build (#1508)
This commit is contained in:
@@ -157,6 +157,7 @@ container build [<options>] [<context-dir>]
|
||||
* `--pull`: Pull latest image
|
||||
* `-q, --quiet`: Suppress build output
|
||||
* `--secret <id=key,...>`: Set build-time secrets (format: id=<key>[,env=<ENV_VAR>|,src=<local/path>])
|
||||
* `--ssh <default>`: Forward SSH agent authentication to the build. Only `--ssh default` is currently supported.
|
||||
* `-t, --tag <name>`: Name for the built image (can be specified multiple times)
|
||||
* `--target <stage>`: Set the target build stage
|
||||
* `--vsock-port <port>`: Builder shim vsock port (default: 8088)
|
||||
|
||||
Reference in New Issue
Block a user