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
We use Swagger CLI image in our build pipeline where it pulls the latest CLI image swaggerapi/swagger-codegen-cli-v3 and runs generate command against it. We have been seeing our build pipelines failing with the following error
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "generate": executable file not found in $PATH: unknown
When reverted the image to use tag 3.0.68, the build succeeds. Is there any breaking change in the latest release of the CLI?
NVedsted, thburghout, norbert-olah, BugBaron, KrawczowaKris and 3 more