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
I have searched existing issues, it hasn't been reported yet
Issue description
Currently, if an error is raised within a docker container (such as missing python bin), then the error raised to the user is docker not found! Please install it even if it exists. Found by referencing a python3.9 image while using serverless file configured for python3.8.
This error is misleading, as it leads a developer to investigate getting the docker CLI onto their path within their development environment, rather than correctly investigating the issue within the container.
Are you certain it's a bug?
Are you using the latest plugin release?
Is there an existing issue for this?
Issue description
Currently, if an error is raised within a docker container (such as missing python bin), then the error raised to the user is
docker not found! Please install it
even if it exists. Found by referencing a python3.9 image while using serverless file configured for python3.8.This error is misleading, as it leads a developer to investigate getting the docker CLI onto their path within their development environment, rather than correctly investigating the issue within the container.
Service configuration (serverless.yml) content
Command name and used flags
serverless package
Command output
Environment information
The text was updated successfully, but these errors were encountered: