Point to the ECR section for more information on `ecr_login`
Fixes #4218
This commit is contained in:
parent
4e1e2c18d5
commit
f3e96c5c0a
|
@ -108,7 +108,8 @@ You must specify (only) one of `commit`, `discard`, or `export_path`.
|
|||
[Amazon EC2 Container Registry (ECR)](https://aws.amazon.com/ecr/).
|
||||
The builder only logs in for the duration of the pull. If true
|
||||
`login_server` is required and `login`, `login_username`, and
|
||||
`login_password` will be ignored.
|
||||
`login_password` will be ignored. For more information see the
|
||||
[section on ECR](#amazon-ec2-container-registry).
|
||||
|
||||
- `login` (boolean) - Defaults to false. If true, the builder will login in
|
||||
order to pull the image. The builder only logs in for the duration of
|
||||
|
|
Loading…
Reference in New Issue