Bragdocs
Log in Sign up

← Tim

December 21st, 2022

Debugging problems with CI/CD builds of our base docker Image

Our Gitlab CI/CD pipeline jobs were failing on the stage where our base.Dockerfile and base.dev.Dockerfile's were being build and pushed to our container registry. The build was failing due to some sort of networking error. I spent the entire day debugging this and solved it by:

1) updating the poetry version used by our images to the latest version (1.3.1) 
2) Bumping the versions of the fbprophet and holiday packages
3) Fixing the cloudml-hypertune package version to a version that pypi could identify