(I'm using prefect from master branch), is it possible to specify an image elsewhere than DockerHub (along with secrets to access it)?
a
Anna Geller
11/10/2021, 11:33 AM
@Chris Arderne yes, that’s possible. However, the login session must be configured on the agent machine because the agent is pulling the image. Before starting the agent, you can log into the registry - the syntax below may vary a little depending on which registry you use:
Copy code
docker login -u username -p password registry_url
So if you already have a Docker agent running, you would need to stop it, authenticate to your registry, and then start the agent again in the same session as you authenticated.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.