Integrating Renovate with GitLab and Docker
| | | |

Integrating Renovate with GitLab and Docker

Renovate is an essential tool for maintaining up-to-date dependencies in your projects. It automates the process of updating dependencies, reducing the manual work and ensuring your codebase stays secure and up-to-date. In this article, we will delve into how to integrate Renovate with GitLab using a Docker image and GitLab CI pipelines. We will cover…

What is SonarQube ? [General Overview]
| |

What is SonarQube ? [General Overview]

What is SonarQube? SonarQube is a static code analysis tool that supports a wide range of programming languages. It helps developers to identify and resolve issues related to code smells, vulnerabilities, and bugs. The tool provides a comprehensive report on code quality, making it easier for teams to focus on specific areas that need improvement….

GitLab Container Registry administration [Garbage Collector]
| |

GitLab Container Registry administration [Garbage Collector]

What does the Garbage Collector do on the Container Registry? There are two modes, which we will discuss further below. Removes unused image “Layers”. Removes unused image “Layers” + untagged “Manifests”. In order to fully understand the implications of the Garbage Collector’s actions on the Container Registry, here is a clarification of some terms related…