From 8b4e534a5e78b218d8a5800df7bc66acd8f45d61 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 9 Apr 2024 10:11:29 +0200
Subject: [PATCH] [web] Adapted container downloads.

---
 web/content/releases/_index.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/web/content/releases/_index.md b/web/content/releases/_index.md
index 77b8336166e..162de446d3a 100644
--- a/web/content/releases/_index.md
+++ b/web/content/releases/_index.md
@@ -27,9 +27,15 @@ note = "Download and unpack .zip-file"
 icon = "fab fa-windows"
 
 [[head_downloads]]
-name = "Latest Singularity container CLI with Utilities"
-url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/ThirdParty/container-maker/_out/images?job=container"
-note = "Download and run .sif-file with [Singularity](/docs/userguide/basics/container/)"
+name = "Latest container CLI with Utilities"
+url = "https://minio.ufz.de/ogs/public/container/ogs/master/ogs-serial.squashfs"
+note = "Download and run .squashfs-file with [Singularity](/docs/userguide/basics/container/)"
+icon = "far fa-container-storage"
+
+[[head_downloads]]
+name = "Latest container CLI with PETSc-support and Utilities"
+url = "https://minio.ufz.de/ogs/public/container/ogs/master/ogs-petsc.squashfs"
+note = "Download and run .squashfs-file with [Singularity](/docs/userguide/basics/container/)"
 icon = "far fa-container-storage"
 
 [[head_downloads]]
-- 
GitLab