Hi all,
I’m testing a migration from 23.x to 24 and noticed a change in the Docker universe.
Background
In v24, I see a
condor pull -q {imageName} step (apparently to verify the image exists). In our setup, this fails because it doesn’t authenticate to the registry, and the job is then held. I haven’t found a knob to disable this pre-check; ideally
it would respect docker_pull_policy .
Is there a setting or another way to disable this verification step—without adding a wrapper?
Thanks,
David |