Skip to content

Commit

Permalink
update chado dump
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Nov 13, 2019
1 parent 2584b92 commit 304be46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
POSTGRES_PASSWORD=postgres \
GMOD_ROOT=/usr/share/gmod/ \
PGDATA=/var/lib/postgresql/data/ \
SCHEMA_URL=https://github.com/erasche/chado-schema-builder/releases/download/1.31-jenkins23/chado-1.31.sql.gz \
SCHEMA_URL=https://github.com/erasche/chado-schema-builder/releases/download/1.31-jenkins26/chado-1.31.sql.gz \
INSTALL_CHADO_SCHEMA=1 \
INSTALL_YEAST_DATA=0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ It is strongly, strongly recommended that you pin your images to a [specific tag
E.g.

```
image: quay.io/galaxy-genome-annotation/chado:1.31-jenkins23-pg9.5
image: quay.io/galaxy-genome-annotation/chado:1.31-jenkins26-pg9.5
```

Given that I as the developer have no easy way to communicate to you as the end user that breaking changes have been made (and keeping backwards compatability is prohibitve for a 1-person team..., sorry!), it is best to pin and read the changelog before upgrading.
Expand Down

0 comments on commit 304be46

Please sign in to comment.