From 7ccff7bdb1c915eec973866050fe895c29ff300e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Fri, 21 Feb 2025 05:32:22 +0100 Subject: [PATCH] Use docker 27.5.0 --- lib/functions.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/functions.sh b/lib/functions.sh index 1903560..07485a5 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1465,13 +1465,14 @@ EOF # https://github.com/moby/moby/issues/49511 # https://github.com/moby/moby/issues/49498 if [ "$(uname -m)" = "aarch64" ]; then - wget https://file-store.openmandriva.org/api/v1/file_stores/c4319bf7ad874084b0cf9e5106a2c4eb865b88a5 + wget https://file-store.openmandriva.org/api/v1/file_stores/b435b807ff1b6bc0eabcc5792e9e652b427b438a elif cat /proc/cpuinfo |grep -q AuthenticAMD; then - wget https://file-store.openmandriva.org/api/v1/file_stores/f8338ff5899d0904cce9b50424df73234bda15a1 + wget https://file-store.openmandriva.org/api/v1/file_stores/ee39c6e0377f4ed0763bb30965db7c8fc2053c49 else - wget https://file-store.openmandriva.org/api/v1/file_stores/d2cad686d6b74998fd1bda211b1e2763edd40bbf + wget https://file-store.openmandriva.org/api/v1/file_stores/dd69c9573a9c945fdb8dcfdbfc6ba823b914bc24 fi sudo dnf -y install docker-*.rpm + echo 'exclude=docker' >>/etc/dnf/dnf.conf dnf -y --refresh install docker-compose sed -i -e "s,^OPTIONS=.*,OPTIONS=''," /etc/sysconfig/docker echo 'DOCKER_STORAGE_OPTIONS = --storage-driver btrfs' >>/etc/sysconfig/docker-storage