Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 76c6b6f5bae1fbf7b2b564ecdb46a556590a6daa https://github.com/galaxyproject/galaxy/commit/76c6b6f5bae1fbf7b2b564ecdb46a... Author: John Chilton <jmchilton@gmail.com> Date: 2017-06-19 (Mon, 19 Jun 2017) Changed paths: M lib/galaxy/tools/deps/container_resolvers/mulled.py M lib/galaxy/tools/deps/containers.py Log Message: ----------- Fix mulled Docker resolution. I broke a bunch of Docker stuff when I abstracted it out for Singularity - things like ignoring namespaces because Singularity doesn't use that concept. Also fetching mulled-v2 images from quay.io was broken - I didn't notice this because previously there were no published images mulit-container images. Commit: ea1cf742f0f8e2f6277762c540e0173dbaf45964 https://github.com/galaxyproject/galaxy/commit/ea1cf742f0f8e2f6277762c540e01... Author: John Chilton <jmchilton@gmail.com> Date: 2017-06-19 (Mon, 19 Jun 2017) Changed paths: M lib/galaxy/tools/deps/mulled/invfile.lua M lib/galaxy/tools/deps/mulled/mulled_build.py Log Message: ----------- Bring in Singularity fixes from galaxy-lib. xref https://github.com/galaxyproject/galaxy-lib/pull/67 Commit: 89851e4c7154b451c02f83e1561a65ded45ae502 https://github.com/galaxyproject/galaxy/commit/89851e4c7154b451c02f83e1561a6... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2017-06-19 (Mon, 19 Jun 2017) Changed paths: M lib/galaxy/tools/deps/container_resolvers/mulled.py M lib/galaxy/tools/deps/containers.py M lib/galaxy/tools/deps/mulled/invfile.lua M lib/galaxy/tools/deps/mulled/mulled_build.py Log Message: ----------- Merge pull request #4207 from jmchilton/mulled_container_fixes Various mulled container fixes. Compare: https://github.com/galaxyproject/galaxy/compare/2a5dc90003c6...89851e4c7154