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
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Platform
ECS
To Reproduce
Steps to reproduce the behavior:
aws-app-mesh-examples/walkthroughs/howto-circuit-breakers
./infrastructure/ecs-service
is failedECS task's error log:
Expected behavior
A container runs successfully from wrktool container image.
Config files, and API responses
This dockerfile is used for building wrktool container image.
https://github.com/aws/aws-app-mesh-examples/blob/5d9a248129e7da3b9cd37e868e491c134df87d20/walkthroughs/howto-circuit-breakers/src/wrktool/Dockerfile
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.
When I commented out this code, the error doesn't occur.
The text was updated successfully, but these errors were encountered: