Open kahwooi opened 2 weeks ago
Hi @kahwooi
We think this issue happens when an image, that was built while using Docker's containerd image store feature, is being pushed to Lightsail-managed container image repository (basically, when you use aws lightsail push-container-image ...
command).
Please try disabling "containerd image store" feature. The screenshot below shows how it looks when it is enabled. Ensure it is unchecked and press "Apply & restart" button.
Once that feature is disabled, please build your container app and then push it. For example, if the local image ref is blog-app
, then you'll do something like this:
$ docker build --platform=linux/amd64 -t blog-app .
$ aws lightsail push-container-image --image blog-app --label server --service-name my-blog
Please comment here if this workaround helps or if it doesn't.
Meanwhile, we are investigating a solution on our end, such that customers won't need this workaround.
Thank you for reporting this issue and being a Lightsail customer.
AWS CLI version:
AWS push image command:
aws lightsail push-container-image --region ap-southeast-1 --service-name multisites --label latest --image fileserver:latest --debug
Response with error: