failed to look-up entrypoint/cmd for image "ip:port/pipeline-component/built-in/git:202409031108", you must either explicitly specify the command, or list the image's command in the index: https://argo-workflows.readthedocs.io/en/release-3.5/workflow-executors/#emissary-emissary: Get "https://ip:port/v2/": http: server gave HTTP response to HTTPS client #14558
Unanswered
somunslotus1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I bulit a private image registry using harbor, the harbor registry only support http, when i use private harbor image, the workflow failed,error message as the title is , I configure echo node docker daemon.json, {
"insecure-registries": ["ip:port"]
}, does argo do not support harbor http? by the way the ip is a internet ip not a private ip.
Beta Was this translation helpful? Give feedback.
All reactions