From 93e29a9d4c9c420fa69fe89d73d09e6cd4c488d7 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Mon, 21 Feb 2022 17:43:05 +0100 Subject: [PATCH] Adapt SES7P image path to latest changes. Signed-off-by: Volker Theile --- seslib/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seslib/constant.py b/seslib/constant.py index 43b70cf1..e97dac84 100644 --- a/seslib/constant.py +++ b/seslib/constant.py @@ -37,7 +37,7 @@ class Constant(): IMAGE_PATHS_DEVEL = { 'ses7': 'registry.suse.de/devel/storage/7.0/containers/ses/7/ceph/ceph', - 'ses7p': 'registry.suse.de/devel/storage/7.0/pacific/containers/ses/7/ceph/ceph', + 'ses7p': 'registry.suse.de/devel/storage/7.0/pacific/containers/ses/7.1/ceph/ceph', 'octopus': 'registry.opensuse.org/filesystems/ceph/octopus/images/ceph/ceph', 'pacific': 'registry.opensuse.org/filesystems/ceph/pacific/images/ceph/ceph', }