Use docker 27.5.0

This commit is contained in:
Bernhard Rosenkränzer 2025-02-21 05:32:22 +01:00
parent 8ff76fdd39
commit 7ccff7bdb1

View File

@ -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