[galaxyproject/galaxy] 64a557: Fix docker command_list
Branch: refs/heads/release_16.07 Home: https://github.com/galaxyproject/galaxy Commit: 64a55728d6056930aa8532262549f4ed657e4086 https://github.com/galaxyproject/galaxy/commit/64a55728d6056930aa8532262549f... Author: Manabu ISHII <manabu.ishii.rb@gmail.com> Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M lib/galaxy/tools/deps/docker_util.py Log Message: ----------- Fix docker command_list command_list always generates ***docker docker*** Without fix , docker runs new image which doesn't exist , docker fetch it in ***docker run*** command and it generates progress information to stderr. It will end galaxy job as fail. But rerun same job, it will be success , because of the image is already exists , fetch process never happens. Commit: 7d5bbf7a44212cd5ec9cb07359fa1f49146b50f2 https://github.com/galaxyproject/galaxy/commit/7d5bbf7a44212cd5ec9cb07359fa1... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-08-08 (Mon, 08 Aug 2016) Changed paths: M lib/galaxy/tools/deps/docker_util.py Log Message: ----------- Merge pull request #2749 from jmchilton/backport_2748 [16.07] Backport #2748 Compare: https://github.com/galaxyproject/galaxy/compare/3f8f9b7bbb0c...7d5bbf7a4421
participants (1)
-
GitHub