[BUG] --registry-mirror
option not used during docker compose pull
on Docker-in-Docker 27.4.1 / Compose 2.32.1
#12445
Labels
Description
After attempting to upgrade our CI configuration to Docker 27.4.1 and Compose 2.32.1, we noticed that our
--registry-mirror
setting was no longer being honored duringdocker compose pull
.This led to rate limit errors because our CI was hitting the public DockerHub rather than our internal mirror:
We bisected latest versions of the official
docker:dind
container and found that only the latest version is failing:Steps To Reproduce
We are running on a docker-executor runner in GitLab CI, using docker-in-docker to run Compose:
Relevant snippet from
compose.yaml
:Compose Version
Docker Environment
Anything else?
The text was updated successfully, but these errors were encountered: