-
Hello, I have very strange condition where image that I build using buildah/podman have bigger size, and when deployed on ECS it failed to start. Before pushing to the AWS container registry, I already try to rerun and it's okay, and I even try to rerun the image on docker it's also okay, but it's broken on AWS, and only show error failed to start... which is strange. My Container is very simple container, that build for ASP.NET Core
Is ECS really not supporting container that built using podman or buildah? Or There are something that I need check regarding it? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Try building and pushing with the --format docker. Podman/Buildah default to OCI Format, perhaps ECS is chocking on this. |
Beta Was this translation helpful? Give feedback.
Try building and pushing with the --format docker. Podman/Buildah default to OCI Format, perhaps ECS is chocking on this.