Skip to content

Commit

Permalink
adding the AWS/ECR to the legit container registry destinations.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Aug 26, 2024
1 parent 4e78278 commit d7f9370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class GenUtils:
"""
# declare the two potential image repos
image_repo_to_repo_name: dict = {'renciorg': 'renciorg', 'containers.renci.org': 'containers.renci.org/eds'}
image_repo_to_repo_name: dict = {'renciorg': 'renciorg', 'containers.renci.org': 'containers.renci.org/eds',
'732457422609.dkr.ecr.us-east-2.amazonaws.com': '732457422609.dkr.ecr.us-east-2.amazonaws.com'}

# declare the component job type image name
job_type_to_image_name: dict = {'adcirc2cog-tiff-job': '/adcirc2cog:', 'adcirctime-to-cog-job': '/adcirctime2cogs:',
Expand Down

0 comments on commit d7f9370

Please sign in to comment.