
() Processing triggers for libc-bin (2.28-10). () Setting up default-libmysqlclient-dev:amd64 (1.0.5). About internet connection I don’t have any problems.ĭown is an example: Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1). The Runner is running on Kubernetes on AWS. I’m trying to build a simple Python application and in some builds Runner take timeout from py.org in pip install. Sorry guys, but I’m getting this issue to in Gitlab. Īny idea what could be the cause for this or where to first dig into to identify the problem? The gitlab yaml looks (kinda) like this following minimal example: - docker:dindĭocker build $(IMAGE_NAME) -t $(IMAGE_NAME_SHORT) -f Dockerfile. The only solution is to restart the build process (and then it usually completes within just 3-5 minutes!).


It hangs there for an hour until the build times out.

Python runner download install#
RUN pip install -no-cache-dir -no-index -find-links=/tmp/artifacts /tmp/artifacts/* RUN pip download -no-cache-dir -r requirements.txt -d /artifacts Unfortunately, our runners sometimes (and infrequently and un-reproducibly) hang or get stuck upon the following commands while building the docker container: I use gitlab runner with docker in docker.
