From 07053d3280d537d8ac9fbf043fb3afa8ac05b3dc Mon Sep 17 00:00:00 2001 From: dbw7 Date: Fri, 24 Jan 2025 11:07:13 -0500 Subject: [PATCH] Updating upstream image registry link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d9123b0..1b8de3d4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ EIB runs as a container. Some form of container runtime is needed, such as [Podm The latest version of EIB (1.1.0) can be downloaded from the Open Build Service using the following command: ```bash -podman pull registry.opensuse.org/isv/suse/edge/edgeimagebuilder/containerfile-sp6/suse/edge-image-builder:1.1.0 +podman pull registry.opensuse.org/isv/suse/edge/3.2/images/3.2/edge-image-builder:1.1.0 ``` Alternatively, EIB can be built from this repository. See the [Building from Source](#building-from-source)