Skip to content

Releases: bgruening/docker-galaxy-stable

release 20.09

18 Apr 10:42
08ef14d
Compare
Choose a tag to compare

release 20.05

30 Jun 12:08
0e087d2
Compare
Choose a tag to compare

release 19.09

08 Feb 11:15
Compare
Choose a tag to compare
  • This is featuring the latest and greatest from the Galaxy community

Galaxy Docker Image 19.05.1

14 Nov 08:46
027d56e
Compare
Choose a tag to compare
  • Switch back to /bin/bash as default shell for galaxy user

Galaxy Docker Image 19.05

06 Oct 17:32
b66912c
Compare
Choose a tag to compare
  • 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

27 Feb 18:31
Compare
Choose a tag to compare
  • 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

12 Feb 13:16
c801cbd
Compare
Choose a tag to compare

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

21 Dec 23:28
6237495
Compare
Choose a tag to compare
  • 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

Galaxy Docker Image 18.05

23 May 21:19
Compare
Choose a tag to compare

Galaxy Docker Image 18.01

09 Apr 12:11
d19dabb
Compare
Choose a tag to compare

General

  • tracking the Galaxy release_18.01 branch
  • uwsgi work to adopt to changes for 18.01
  • remove nodejs-legacy & npm from Dockerfile and install latest version from ansible-extras
  • initial galaxy.ini → galaxy.yml integration

Compose:

  • grafana and influxdb container
  • Galaxy telegraf integration to push to influxdb
  • added some documentation