-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
A clear and concise description of what the bug is.
Platform
ECS
To Reproduce
Steps to reproduce the behavior:
- move to
aws-app-mesh-examples/walkthroughs/howto-circuit-breakers - read README and run commands
- the command
./infrastructure/ecs-serviceis failed - check the service's log on ECS
ECS task's error log:
OCI runtime create failed: runc create failed: unable to start container process: exec: "python3": stat python3: no such file or directory
Expected behavior
A container runs successfully from wrktool container image.
Config files, and API responses
This dockerfile is used for building wrktool container image.
Additional context
The line as below might be root cause of this error. Python3 has dependency for Python3 pip, so that Python3 package is uninstalled by this command.
yum -y remove python3-pip git-core && \
When I commented out this code, the error doesn't occur.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working