diff --git a/checks/system/ce/ce_import_run_image.py b/checks/system/ce/ce_import_run_image.py index 7aee5a76c..cda7fd6b0 100644 --- a/checks/system/ce/ce_import_run_image.py +++ b/checks/system/ce/ce_import_run_image.py @@ -32,7 +32,7 @@ def assert_image_imported(self): class enroot_import_image_dockerhub(enroot_import_image): - image = variable(str, value='docker://index.docker.io#ubuntu:latest') + image = variable(str, value='docker://index.docker.io#library/ubuntu:latest') class enroot_import_image_ngc(enroot_import_image):