🛠️ 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