mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 22:56:21 -05:00
implement aws ecr image registry
This commit is contained in:
@@ -124,3 +124,14 @@ mongo.address = "localhost:27017"
|
||||
# [docker_accounts]
|
||||
# docker_username_1 = "docker_token_1"
|
||||
# docker_username_2 = "docker_token_2"
|
||||
|
||||
## configure aws ecr registries
|
||||
# [aws_ecr_registry.label_1]
|
||||
# region = "us-east-1"
|
||||
# access_key_id = "your_aws_key_id_1"
|
||||
# secret_access_key = "your_aws_secret_key_1"
|
||||
|
||||
# [aws_ecr_registry.label_2]
|
||||
# region = "us-west-1"
|
||||
# access_key_id = "your_aws_key_id_2"
|
||||
# secret_access_key = "your_aws_secret_key_2"
|
||||
Reference in New Issue
Block a user