bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

update Dockerfile to track release_19.05 #507

Closed gmauro closed 5 years ago

bgruening commented 5 years ago

To make those migration easier we could use

ARG GALAXY_VERSION=dev
FROM quay.io/bgruening/galaxy-base:$GALAXY_VERSION

and replace the hardcoded one here: https://github.com/bgruening/docker-galaxy-stable/blob/dev/compose/galaxy-init/Dockerfile#L5 and elsewhere.