Terraform – Docker image of K8s.
Hello! I’m going to start some posts about Terraform here, describing the resources that I’m going to use from now on in this project. I won’t have a Terraform server,…
Hello! I’m going to start some posts about Terraform here, describing the resources that I’m going to use from now on in this project. I won’t have a Terraform server,…
In this post, I will record the creation of another image that I will use in this project, an image with Ansible installation, using our already created Base image for…
Hello! In this post, I will leave the Dockerfile and requirements.txt files for creating the base image that I will use in Kubernetes / Jenkins from now on. https://github.com/faustobranco/devops-db/tree/master/Initial%20Images/img-jenkins-devopsdb Current…
In this post, in addition to the previous one, I want to show how to copy a file into a Docker Container in Groovy / Java, this will be very…
Hello! In this post I will show, in a piece of code, how to execute commands in Docker containers in Groovy or Java. As a dependency, the GitHub library com.github.dockerjava…
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…
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…
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…
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…
Piece of code with an example of how to build an image (Path to Dockerfile) and push the image to the Registry. The Process has a Log Stream. This code…