I struggled a lot with getting Dagger to publish a container image to Artifactory as we need to provide the Cert of the Docker registry. I was unable to get it to work via the Python SDK. The only thing that worked locally was to mount the cert to the engine container via a manual run (mounting the cert to /usr/local/share/ca-certificates/ca.crt).
Now I tried to do the same in the ARGO Workflow, but I can not get it to work.