We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d37e026 + 7d9cef5 commit 17bf9bcCopy full SHA for 17bf9bc
checks/system/ce/ce_import_run_image.py
@@ -32,7 +32,7 @@ def assert_image_imported(self):
32
33
34
class enroot_import_image_dockerhub(enroot_import_image):
35
- image = variable(str, value='docker://index.docker.io#ubuntu:latest')
+ image = variable(str, value='docker://index.docker.io#library/ubuntu:latest')
36
37
38
class enroot_import_image_ngc(enroot_import_image):
0 commit comments