We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd2ab48 + 9f4add7 commit 910bbdfCopy full SHA for 910bbdf
lib/galaxy/tools/deps/container_resolvers/mulled.py
@@ -33,7 +33,7 @@
33
34
35
def list_cached_mulled_images(namespace=None):
36
- command = build_docker_images_command(truncate=True, sudo_docker=False)
+ command = build_docker_images_command(truncate=True, sudo=False)
37
command = "%s | tail -n +2 | tr -s ' ' | cut -d' ' -f1,2" % command
38
images_and_versions = check_output(command)
39
name_filter = get_filter(namespace)
0 commit comments