Releases: bgruening/docker-galaxy
Releases · bgruening/docker-galaxy
release 24.1
After a long pause, due to interesting times at the beginning of the "golden 2020s", we are finally back with release 24.1. Many things have changed in Galaxy. It is deployed completely differently and gained many new features with many new dependencies. We recommend starting with a fresh /export folder and contacting us if you encounter any problems.
Thanks to @jyotipm29 we are back on track 😄
For a list of changes, see the Changelog.
release 20.09
- a lot of new Galaxy features (https://docs.galaxyproject.org/en/latest/releases/20.09_announce.html)
release 20.05
- a lot of new Galaxy features (https://docs.galaxyproject.org/en/latest/releases/20.05_announce.html)
- cleanups from @abretaud to the travis setup
- epic rework of the compose based setup, including new tests, new images, everything new by @AndreasSko
release 19.09
- This is featuring the latest and greatest from the Galaxy community
Galaxy Docker Image 19.05.1
- Switch back to /bin/bash as default shell for galaxy user
Galaxy Docker Image 19.05
- The image is now based on
ubuntu:18.04
(instead of ubuntu:14.04 previously) and PostgreSQL 11.5 (9.3 previously).
See migration documention to migrate the postgresql database from 9.3 to 11.5. - We stopped supporting old Galaxy tool dependencies. If you have an old installation (/export directory) things will still work
- The compose version will not be useable during the 19.05 release as we have major refactoring to do. Please check out the 19.01 tag for the time being.
Galaxy Docker Image 19.01
- This is featuring the latest and greatest from the Galaxy community
- Please note that this release will be the last release which is based on ubuntu:14.04 and PostgreSQL 9.3. We will migrate to ubuntu:18.04 and a newer PostgreSQL version in 19.05. Furthermore, we will not support old Galaxy tool dependencies.
The Anthony Bretaudeau release
Anthony Bretaudeau (@abretaud) added the following features to the startup script.
- update most of the config sample files during startup
- update the database (only if the new
GALAXY_AUTO_UPDATE_DB
is set) - update all tools from the flavor yml list(s) (only if the path to yml file(s) is provided with the new
GALAXY_AUTO_UPDATE_TOOLS
var) - update conda installed in /export/tool_deps (only if the new
GALAXY_AUTO_UPDATE_CONDA
is set)
Galaxy Docker Image 18.09
- new and more powerful orchestration build script (build-orchestration-images.sh) by @pcm32
- a lot of bug-fixes to the compose setup by @abretaud
- and of course a great Galaxy release