You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to look-up entrypoint/cmd for image "golang:1.18", you must either explicitly specify the command, or list the image's command in the index: https://argoproj.github.io/argo-workflows/workflow-executors/#emissary-emissary: Get "https://index.docker.io/v2/": x509: certificate signed by unknown authority
Using scratch causes many small issue like this. Maybe we should use distroless instead?
I think we need to copy ca-certificates onto the workflow-controller image.
See #6635
Using
scratch
causes many small issue like this. Maybe we should use distroless instead?https://github.com/GoogleContainerTools/distroless/blob/main/base/README.md
The text was updated successfully, but these errors were encountered: