ov init
fails because Docker engine cannot be installed on Fedora 42
#5246
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: mgmt
Related to repo management and automations
Description
Docker engine currently only supports Fedora 40/41, and does not support Fedora 42. This is why
ov init
is failing after the recent Fedora update in #5243.There are also some other changes in
dnf
that makeov init
fail.Reproduction
Environment
ov
)Additional context
To fix this issue, we need to:
config-manager
command with&& dnf -y config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
The text was updated successfully, but these errors were encountered: