Skip to content

Commit

Permalink
Chore: parametrise docker prefix (#14)
Browse files Browse the repository at this point in the history
* Update conf/cloud-region/ap_southeast_1.config

* Update conf/containers/ecr.config
  • Loading branch information
sk-sahu authored Nov 29, 2023
1 parent 3bff38c commit 0c74e4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion conf/cloud-region/ap_southeast_1.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
params {
reference_data_bucket = "s3://ap-southeast-1-lb-featured-datasets"
}
container_region = "ap-southeast-1"
}
includeConfig "../containers/ecr.config"
8 changes: 3 additions & 5 deletions conf/containers/ecr.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// params {
// main_container = 'https://${params.aws_account_id}.dkr.${params.aws_region}.amazonaws.com/lifebitaiorg/report:latest'
// }
// ECR pattern:
// https://aws_account_id.dkr.ecr.region.amazonaws.com/lifebitaiorg/tool:version
params {
main_container = "518054667335.dkr.ecr.${params.container_region}.amazonaws.com/lifebitai/exomiser:${params.exomiser_container_tag}"
}

0 comments on commit 0c74e4b

Please sign in to comment.