ACED-IDP / aced_etl_pod

etl worker pod
MIT License
1 stars 1 forks source link

Feature/quay image tag #14

Closed lbeckman314 closed 6 months ago

lbeckman314 commented 6 months ago

Changes

Branch Quay Image Tag
main main, latest
development development
feature/elasticsearch7 feature_elasticsearch7

This follows the same convention as uc-cdis (e.g. Fence on Quay.io), with the added benefit of defaulting to the 'main' or 'latest' branch if no tag is specified.

Additional Resources


*Error when adding tag with a slash:

docker build -t quay.io/ohsu-comp-bio/pod:feature/foo .
[+] Building 0.0s (0/0)                                                                                                                                                 docker:desktop-linux
ERROR: invalid tag "quay.io/ohsu-comp-bio/aced-etl-job:feature/foo": invalid reference format
bwalsh commented 6 months ago

Tested on local development LGTM