To enforce the first part of the naming convention:
digbio/docker-library
Can we set a global var or use a TRAVIS_* variable?
$SOME_VAR=idigbio/docker-library
So then when it is time to add a new Dockerfile, it is pretty clear which parts needs to be modified.
DOCKER_IMAGE_NAME=$SOME_VAR.base-idb-backend-python3
To enforce the first part of the naming convention:
digbio/docker-libraryCan we set a global var or use a TRAVIS_* variable?
$SOME_VAR=idigbio/docker-librarySo then when it is time to add a new Dockerfile, it is pretty clear which parts needs to be modified.
DOCKER_IMAGE_NAME=$SOME_VAR.base-idb-backend-python3