mercoledì 14 giugno 2023

Upgrade Fedora 37 to 38 or whatever

 

dnf install dnf-pluginsystem-upgrade

dnf update

dnf upgrade --refresh

dnf system-upgrade download --releasever=37

dnf clean packages

dnf system-upgrade reboot 

cat /proc/version

Nessun commento:

How to deploy Podman images to OpenShift Container Platform (CRC on localhost)

I have a microservice on localhost and I want to deploy its Podman image on OCP, which I am running using CRC on localhost.       1. Get the...