From 9157f17dc2fc3799a7735c4d28cbc75d9a7e6d25 Mon Sep 17 00:00:00 2001 From: Alberto Madonna Date: Thu, 11 Dec 2025 15:38:17 +0100 Subject: [PATCH] Update Docker Hub image path for Enroot import test --- checks/system/ce/ce_import_run_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):