Anton Gilgur
                                            Anton Gilgur
                                        
                                    In the meantime, I did find an alternative! Rancher has a verified image of `cowsay` (which `whalesay` derives from) that does use manifest v2: [`rancher/cowsay`](https://hub.docker.com/r/rancher/cowsay)
`exec format error` typically means the image doesn't match your architecture, which is different from this issue. See #7 and https://github.com/rancher/cowsay/issues/1 that I also filed. That is also not specific...
> /retest Hmm that might have [failed](https://github.com/argoproj/argo-workflows/actions/runs/8948441124/job/24581552898) because the job run is 2 months old. I didn't have a button to rerun the job either in the UI. To trigger...
> I've also thought about it. The workflow's deadline can not apply to agent pods since they do not support being terminated now. > > This is somewhat related to...
> I fixed it, but there are some new failed tests that appear frequently recently. Yea these seem to have been really recent, I only noticed them earlier today. I'm...
> The agent pod will be deleted once the workflow is completed now, so the pod termination may be unnecessary. For now I suppose. It's a little bit different timing-wise,...
> Could you leave a TODO comment above this line then, e.g. `// TODO: run for Agent Pod as well once it supports termination by the Controller`? > A comment...