implement aws ecr image registry

This commit is contained in:
mbecker20
2024-06-22 22:57:26 -07:00
parent 750f95c90d
commit 083a88aa7b
22 changed files with 433 additions and 114 deletions

View File

@@ -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"