Sections

Deploy a Nexus3 in container on VM Load the image podman pull sonatype/nexus3:3.59.0 podman save sonatype/nexus3:3.59.0 -o nexus3.tar podman load < nexus3.tar Create a service inside /etc/systemd/system/container-nexus3.service with content below: [Unit] Description=Nexus Podman container Wants=syslog.service...

Deploy a Quay.io / Mirror-registry on container Nothing original, it just the documentation of redhat, but can be usefull to kickstart a registry. mirror="https://mirror.openshift.com/pub/openshift-v4/clients" wget ${mirror}/mirror-registry/latest/mirror-registry.tar.gz tar zxvf mirror-registry.tar.gz sudo...

GIT is a distributed version control system that was created by Linus Torvalds, the mastermind of Linux itself. It was designed to be a superior version control system to those that were readily available, the two most common of these being CVS and Subversion (SVN). Whereas CVS and SVN use the Client/Server model for...

Glab CLI https://glab.readthedocs.io/en/latest/intro.html # add token glab auth login --hostname mygitlab.example.com # view fork of dep installer glab repo view mygitlab.example.com/copain/project # clone fork of dep installer glab repo clone mygitlab.example.com/copain/project Install Optimization...