galaxy-genome-annotation / docker-tripal

Docker container for Tripal
10 stars 11 forks source link

Trying to use the docker-compose file failed on Ubuntu 22.04 #47

Closed sorenwacker closed 10 months ago

sorenwacker commented 10 months ago
sudo docker-compose up
Creating network "tripal_default" with the default driver
Pulling db (quay.io/galaxy-genome-annotation/chado:)...
latest: Pulling from galaxy-genome-annotation/chado
fa1690ae9228: Pull complete
a73f6e07b158: Pull complete
973a0c44ddba: Pull complete
07e5342b01d4: Pull complete
578aad0862c9: Pull complete
a0b157088f7a: Pull complete
6c9046f06fc5: Pull complete
ae19407bdc48: Pull complete
e53b7c20aa96: Pull complete
a135edcc0831: Pull complete
fed07b1b1b94: Pull complete
18d9026fcfbd: Pull complete
4d2d5fae97d9: Pull complete
d419466e642d: Pull complete
352133d370cb: Pull complete
069a48332696: Pull complete
98cbd6787d08: Pull complete
dfd262662122: Pull complete
9b1f5fd4736e: Pull complete
8b6ef3b2875c: Pull complete
6fa111e1c1a7: Pull complete
Digest: sha256:aa321597a7473d873500932f8daaa025c5ee0cf70bf5213a3d8b7bc1a7252547
Status: Downloaded newer image for quay.io/galaxy-genome-annotation/chado:latest
Pulling tripal (quay.io/galaxy-genome-annotation/tripal:)...
latest: Pulling from galaxy-genome-annotation/tripal
000eee12ec04: Pull complete
8ae4f9fcfeea: Pull complete
60f22fbbd07a: Pull complete
ccc7a63ad75f: Pull complete
a2427b8dd6e7: Pull complete
91cac3b30184: Pull complete
d6e40015fc10: Pull complete
54695fdb10a7: Pull complete
500ca11be45f: Pull complete
86b2805859cf: Pull complete
c61685fa4f4f: Pull complete
0bf989f9dbbb: Pull complete
01848ea209b5: Pull complete
64dc6b594508: Pull complete
f6122b0d9f47: Pull complete
3bb46a35a189: Pull complete
bdd69b16d1f9: Pull complete
8e375da3d8aa: Pull complete
fc3bdf9645f3: Pull complete
3be767ae603b: Pull complete
e67b02b1fa2f: Pull complete
5fa2e39fafe4: Pull complete
5c9f1d8ef76f: Pull complete
cbf54d99dc5d: Pull complete
00f302c36c55: Pull complete
49c819accb8c: Pull complete
739077ed2268: Pull complete
449715756a79: Pull complete
213ff4d01835: Pull complete
3d4d055c6386: Pull complete
c19e8a2695cc: Pull complete
2da4fd795a3d: Pull complete
798d98675a1e: Pull complete
1fd0eb59cf9c: Pull complete
2ef22ab6508b: Pull complete
Digest: sha256:649a8398a698f1fcefae96d1adb664a55efa7188dc7756b90e6f70f0a3262dcc
Status: Downloaded newer image for quay.io/galaxy-genome-annotation/tripal:latest
Pulling elasticsearch (elasticsearch:)...
ERROR: manifest for elasticsearch:latest not found: manifest unknown: manifest unknown
hexylena commented 10 months ago

I guess you can change it to elasticsearch:8.11.1 or similar, I'm surprised they got rid of the latest tag.

hexylena commented 10 months ago

Note that in our docker-compose file we do use a specific tag: https://github.com/galaxy-genome-annotation/docker-tripal/blob/master/docker-compose.yml#L36C1-L36C65 which does still exist, did you perhaps change it to latest locally?

sorenwacker commented 10 months ago

I used the content of the README file, which may be updated accordingly.

https://github.com/galaxy-genome-annotation/docker-tripal/blob/master/README.md