-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
We seem to be sometimes seeing an effect of rate-limiting on building Docker containers for package tests, as can be seen here:
The debian:11-slim image definitely exists. The error appears to be from the perspective of the docker Python SDK client connecting to the daemon on localhost, so it's probably not able to pull the debian:11-slim image from Docker hub. We probably need to log in with our corporate credentials before building these containers so we're not subject to rate-limiting.
- is related to
-
SERVER-70121 Ubuntu 18 packaging tests shows error with systemctl
- Closed