Hey Prefect team, I"m having issues using docker s...
# prefect-server
c
Hey Prefect team, I"m having issues using docker storage when the base_image is being pulled from my team's on-prem repository; it seems docker-py doesn't support that at the moment?
Although my registry_url is set in the initialization of storage.Docker(), when calling .build() i get the following error:
Copy code
Get <https://registry-1.docker.io/v2/>: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
It still seems to point to the public docker registry
nevermind - resolved issue