martedì 4 maggio 2021

Workbench on Fedora - Tofu character

 Installing mysql-workbench-community-8.0.24-1.fc34.src.rpm on Fedora, caused to have tofu characters.

Here it is how I solved:


$ sudo rm -f /var/cache/fontconfig/*
$ rm -f ~/.cache/fontconfig/*

venerdì 12 febbraio 2021

How to work with versioning and CICD

I had to do some slides to briefly explain to new colleagues how to develop with continuoys integration tools and versioning tools, assuming we are using Git, GitLab, GitLab CI/CD.

I tryed to summ up the main steps from cloning a repo to deploy the application. Leaving documentation outside the presentation.



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