Jenkins – Container Reuse between Stages.
Here in this post, I want to show a simple example of a pipeline, but how to work in different Stages with the same Docker Container, using files/products between the…
Base image for Docker/Python
This is the first base image for Docker and Python that I will create, so I will create others according to the need, but no longer manual, they must all…
Python – Execute command in Docker Container.
Following the line of the previous post () in this one I will show another piece of code, which will also be very useful in the next posts. How to…
Python – Copy file from host to Docker Container
In this post I will leave here a piece of code in Python, which will be useful soon, like copying any file to a container that is running. The Docker…
Jenkins – Docker as a pipeline agent.
In another step in configuring Jenkins for pipelines, in this post I will show how to use Docker Container as an Agent, K8s Pods can also be used, but I…
Jenkins – Pipeline source from GitLab.
In the last post, I showed how to integrate Jenkins with Gilab, to trigger a pipeline. Everything is working, but the declarative pipeline script is fixed in the Pipeline configuration,…
Jenkins x Gitlab – Configure Integration.
In this post, I will show the first part of configuring the GitLab integration with Jenkins to trigger pipelines.There are several types and forms of pipelines, including just the GitLab…
Python x Bind9 – Type A Record Changes.
In this post I will show another snippet of code in Python, which will be used in automations/pipelines. This is an example of how to perform simple maintenance of type…
DevPi – Local repository for python modules.
In this topic, I want to show the installation of DevPi (https://github.com/devpi/devpi), which is a local, simple and lightweight repository for Python modules, just like the Registry, there are other…
MacBook M1/M2 x Vagrant x VMWare
One of the points I missed when changing the Mac I was using from Intel to M1 was the possibility of using Vagrant with VirtualBox. I tried so many other…