Project

General

Profile

Bug #49695

Updated by Rishabh Dave about 3 years ago

On Fedora 33, install-deps.sh fails with following error - 

 <pre> 
 + sudo ./install-deps.sh 
 Using dnf to install dependencies 
 Last metadata expiration check: 0:27:36 ago on Wed Mar 10 10:28:41 2021. 
 Package dnf-utils-4.0.18-1.fc33.noarch is already installed. 
 Dependencies resolved. 
 Nothing to do. 
 Complete! 
 Last metadata expiration check: 0:27:40 ago on Wed Mar 10 10:28:41 2021. 
 No match for argument: docker-ce 
 No match for argument: docker-ce-cli 
 No match for argument: containerd.io 
 </pre> 

 docker is obtained by installed moby-engine and containerd. Replacing @$SUDO dnf install -y docker-ce docker-ce-cli containerd.io@ by @$SUDO dnf install -y moby-engine and containerd@ in install-deps.sh is probably the key. 

 The issue was introduced by 53a5816deda0874a3a37e131e9bc22d88bb2a588

Back