Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

update from master #3

Open
wants to merge 38 commits into
base: divseek-canada-build
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e9528da
remove gpg check as server keep on being unavailable
abretaud Feb 20, 2019
d42863a
fix warning (xref https://github.com/tripal/tripal/issues/857)
abretaud Feb 22, 2019
fee8659
enable one by one to avoid strange errors
abretaud Feb 22, 2019
1501571
retry the latest code
abretaud Feb 22, 2019
6bc4c47
damn
abretaud Feb 22, 2019
73f4700
checkout given revision of modules and theme at startup fixes #38)
abretaud Feb 22, 2019
b4051ca
fix mistake
abretaud Feb 25, 2019
183eec6
apply patch on mounted dir
abretaud Feb 25, 2019
6c9cfcc
fix error whe revision not provided
abretaud Feb 25, 2019
d36cf1f
fix redirection problem (occured when trying to create an analysis fr…
abretaud Feb 26, 2019
21d6bad
need to fetch in case of new commits
abretaud Feb 27, 2019
c75a906
update rest_api
abretaud Feb 27, 2019
bf639bf
backport some needed patches from a temporary fork
abretaud Feb 27, 2019
1e62269
fix blast + patching refactor
abretaud Feb 27, 2019
daaf28d
interpro fix
abretaud Feb 27, 2019
066afd4
update
abretaud Feb 27, 2019
d616f80
various version bumps
abretaud May 22, 2019
44b1f25
update tripal code
abretaud May 23, 2019
8f44f43
update tripal code
abretaud May 23, 2019
dd3b63e
prs were merged
abretaud May 24, 2019
bf95575
update tripal
abretaud Aug 14, 2019
3da7407
make db host configurable
abretaud Nov 7, 2019
92465bd
Merge branch 'master' of github.com:galaxy-genome-annotation/docker-t…
abretaud Nov 7, 2019
6beac9b
update drupal + make elasticsearchhost configurable
abretaud Mar 23, 2020
4265f94
backport some changes from v2.x
abretaud Apr 3, 2020
59e06f2
fix modules
abretaud Apr 3, 2020
35736d2
Trigger container rebuild
hexylena Oct 18, 2021
1252f51
update ca-certificates
abretaud Oct 19, 2021
2442c64
Merge branch 'v3.x'
abretaud Oct 19, 2021
516e74f
Merge branch 'master' of github.com:galaxy-genome-annotation/docker-t…
abretaud Oct 19, 2021
b3a8d90
fix
abretaud Oct 19, 2021
afd553b
Update README.md
horizon365 Jan 27, 2022
fb17996
Merge pull request #43 from horizon365/master
abretaud Jan 27, 2022
96010de
Update doc to tripal 3
abretaud Feb 11, 2022
1fc5e02
update drupal
abretaud Mar 23, 2022
8200f55
Merge pull request #45 from galaxy-genome-annotation/drupal7.89
abretaud Mar 23, 2022
3bd0de5
fix startup error when db needs upgrade
abretaud Mar 29, 2022
5ff1965
Merge branch 'master' of github.com:galaxy-genome-annotation/docker-t…
abretaud Mar 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
abretaud committed Oct 19, 2021
commit b3a8d90301c57c6dd1611feba26de429ecefe897
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get -q update && \
--with-jpeg-dir=/usr/lib/x86_64-linux-gnu --with-png-dir=/usr/lib/x86_64-linux-gnu \
--with-xpm-dir=/usr/lib/x86_64-linux-gnu --with-freetype-dir=/usr/lib/x86_64-linux-gnu \
&& docker-php-ext-install gd mbstring pdo_pgsql zip \
&& pip install chado==2.2.5 tripal==3.2 biopython=1.76 \
&& pip install chado==2.2.5 tripal==3.2 biopython==1.76 \
&& pecl install memcached \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $BUILD_DEPS \
&& rm -rf /var/lib/apt/lists/*
Expand Down