Use docker 27.5.0
This commit is contained in:
parent
8ff76fdd39
commit
7ccff7bdb1
@ -1465,13 +1465,14 @@ EOF
|
|||||||
# https://github.com/moby/moby/issues/49511
|
# https://github.com/moby/moby/issues/49511
|
||||||
# https://github.com/moby/moby/issues/49498
|
# https://github.com/moby/moby/issues/49498
|
||||||
if [ "$(uname -m)" = "aarch64" ]; then
|
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
|
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
|
else
|
||||||
wget https://file-store.openmandriva.org/api/v1/file_stores/d2cad686d6b74998fd1bda211b1e2763edd40bbf
|
wget https://file-store.openmandriva.org/api/v1/file_stores/dd69c9573a9c945fdb8dcfdbfc6ba823b914bc24
|
||||||
fi
|
fi
|
||||||
sudo dnf -y install docker-*.rpm
|
sudo dnf -y install docker-*.rpm
|
||||||
|
echo 'exclude=docker' >>/etc/dnf/dnf.conf
|
||||||
dnf -y --refresh install docker-compose
|
dnf -y --refresh install docker-compose
|
||||||
sed -i -e "s,^OPTIONS=.*,OPTIONS=''," /etc/sysconfig/docker
|
sed -i -e "s,^OPTIONS=.*,OPTIONS=''," /etc/sysconfig/docker
|
||||||
echo 'DOCKER_STORAGE_OPTIONS = --storage-driver btrfs' >>/etc/sysconfig/docker-storage
|
echo 'DOCKER_STORAGE_OPTIONS = --storage-driver btrfs' >>/etc/sysconfig/docker-storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user