Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@ Wrap a binary in a container image and publish it.
Base image on which to layer the application.
(default: `swift:slim`)

- term `CONTAINERTOOL_ARCHITECTURE`:
CPU architecture.

- term `CONTAINERTOOL_OS`:
Operating system to encode in the container image.
(default: `Linux`)

- term `CONTAINERTOOL_DEFAULT_USERNAME`:
Default username to use when logging into the registry.

This username is used if there is no matching `.netrc` entry for the registry, there is no `.netrc` file, or the `--disable-netrc` option is set.
The same username is used for the source and destination registries.

- term `CONTAINERTOOL_DEFAULT_PASSWORD`:
Default password to use when logging into the registry.

This password is used if there is no matching `.netrc` entry for the registry, there is no `.netrc` file, or the `--disable-netrc` option is set.
The same password is used for the source and destination registries.