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