🛠️ Fixing GitLab CI/CD Hangs: Building Docker Images for Lambda Runtime with MSSQL and ODBC

⚠️ Problem Definition 📌 Precise description of the issue The GitLab CI/CD pipeline was consistently hanging during the Docker image build process. Specifically, the build would stall while attempting to retrieve the Microsoft GPG key required for verifying the msodbcsql17 package from the Microsoft repository. 🚨 Error messages and symptoms The pipeline would reach a … Read more

How to Pull Docker Images from Private GitLab Registry with GitLab CI/CD

How to Pull Docker Images from Private GitLab Registry with GitLab CI/CD

When working with Docker images in a CI/CD environment, it can often be necessary to pull images from a private registry. In this guide, we’ll look at how to access a private Docker image hosted on the GitLab Container Registry within a GitLab CI/CD pipeline, including authentication for Docker-in-Docker scenarios. Setting Up Your Credentials Before … Read more