1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
If there are no problems when testing locally, there may be a problem with the container build environment.
Try building the container by specifying the platform as "linux/amd64" using the command below.
https://stackoverflow.com/questions/67361936/exec-user-process-caused-exec-format-error-in-aws-fargate-service
docker buildx build --platform=linux/amd64 -t <image-name> .
Relevant content
- asked 2 years ago
- asked a year ago
- Accepted Answerasked 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a month ago