You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://microbadger.com/images/bgruening/galaxy-stable"Get your own image badge on microbadger.com")
7
7
8
-
9
-
:information_source:`19.01` was the last release which is based on `ubuntu:14.04` and
10
-
PostgreSQL 9.3. In 19.05 we have migrate to `ubuntu:18.04` and PostgreSQL version 11.5. Furthermore, we no longer
11
-
support old Galaxy tool dependencies. These are deprecated since a few years and we think it's time to remove support
12
-
for this in the default installation. You can install all needed packages manually to enable support again, though.
13
-
14
-
In short, with 19.05:
15
-
* Galaxy tool dependencies are be supported by default
16
-
*`ubuntu:18.04` is the new base image
17
-
* a new PostgreSQL version means you need to [migrate any old database to the new version](#Postgresql-migration)
18
-
19
-
20
8
Galaxy Docker Image
21
9
===================
22
10
@@ -30,6 +18,22 @@ The Image is based on [Ubuntu 14.04 LTS](http://releases.ubuntu.com/14.04/) and
:information_source:`19.01` was the last release which is based on `ubuntu:14.04` and
25
+
PostgreSQL 9.3. In **19.05** we have migrate to `ubuntu:18.04` and PostgreSQL version 11.5. Furthermore, we no longer
26
+
support old Galaxy tool dependencies. These are deprecated since a few years and we think it's time to remove support
27
+
for this in the default installation. You can install all needed packages manually to enable support again, though.
28
+
29
+
In short, with 19.05:
30
+
* Galaxy tool dependencies are be supported by default
31
+
*`ubuntu:18.04` is the new base image
32
+
* a new PostgreSQL version means you need to [migrate any old database to the new version](#Postgresql-migration)
33
+
34
+
35
+
:information_source: Since **20.05** the default admin password and apikey (`GALAXY_DEFAULT_ADMIN_PASSWORD` and `GALAXY_DEFAULT_ADMIN_KEY`) have changed: the password is now `password` (instead of `admin`) and the apikey `fakekey` (instead of `admin`).
36
+
33
37
# Table of Contents <aname="toc" />
34
38
35
39
-[Usage](#Usage)
@@ -987,7 +991,8 @@ If you simply want to change the Galaxy repository and/or the Galaxy branch, fro
987
991
- We not longer support old Galaxy tool dependencies.
988
992
- 20.05:
989
993
- Featuring Galaxy 20.05
990
-
- completely reworked compose setup
994
+
- Completely reworked compose setup
995
+
- The default admin password and apikey (`GALAXY_DEFAULT_ADMIN_PASSWORD` and `GALAXY_DEFAULT_ADMIN_KEY`) have changed: the password is now `password` (instead of `admin`) and the apikey `fakekey` (instead of `admin`).
991
996
992
997
# Support & Bug Reports <a name="Support-Bug-Reports" /> [[toc]](#toc)
0 commit comments