GitHub user achaosss created a discussion: Breeze fails to recognize local Docker images and keeps pulling from Docker Hub
I am in China, where direct access to Docker Hub is blocked and times out. I have already manually imported the required Docker images locally (including debian:bookworm-slim and docker/dockerfile:1.4), and they appear correctly in docker image ls. However, when I run breeze, it does not detect the local images at all and keeps trying to pull from docker.io remotely, which causes network timeout and fails the CI image build. Steps to reproduce: 1. I'm in China, cannot access Docker Hub directly. 2. I downloaded the required images (debian:bookworm-slim, docker/dockerfile:1.4) from offline sources and loaded them into Docker. 3. docker image ls shows the images exist locally. 4. Run breeze 5. Breeze ignores local images and tries to pull from Docker Hub → timeout error GitHub link: https://github.com/apache/airflow/discussions/63638 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
