Skip to content

Commit 17bf9bc

Browse files
authored
Merge pull request #485 from Madeeks/update_enroot_import_dockerhub
Update Docker Hub image path for Enroot import test
2 parents d37e026 + 7d9cef5 commit 17bf9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/system/ce/ce_import_run_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def assert_image_imported(self):
3232

3333

3434
class enroot_import_image_dockerhub(enroot_import_image):
35-
image = variable(str, value='docker://index.docker.io#ubuntu:latest')
35+
image = variable(str, value='docker://index.docker.io#library/ubuntu:latest')
3636

3737

3838
class enroot_import_image_ngc(enroot_import_image):

0 commit comments

Comments
 (0)