Skip to content

Commit

Permalink
remove docker-registry-mirror and add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dandersonsw committed Dec 13, 2024
1 parent dcd8eb2 commit 4f917eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions operations/base-resource-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
path: /instance_groups/name=web/jobs/name=web/properties/base_resource_type_defaults?
value: >
registry-image:
registry_mirror:
host: ((docker-registry-mirror))
docker-image:
registry_mirror: https://((docker-registry-mirror))
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: registry-image-resource
aws_region: us-gov-west-1
tag: latest

0 comments on commit 4f917eb

Please sign in to comment.