Sumit Tomer

Results 5 comments of Sumit Tomer

Amazon Linux supports DockerHub container image updates for AL2023. The latest images have been added in pull request [16911](https://github.com/docker-library/official-images/pull/16911), waiting merge. We apologize for the delay and are looking at...

Minimal AL2023 container images was a follow-up launch in ECR. We had not published those on DockerHub. We can prioritize this backlog task if there is customer interest.

Hello, I tried to reproduce issue from an EC2 instance in `eu-west-1` but everything worked for me: ``` $ TOKEN=$(curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 3600") $ curl -H "X-aws-ec2-metadata-token:...

To the folks who reported this (and similar) issue ... can it also be reproduced with Amazon Linux 2 ? ``` FROM public.ecr.aws/amazonlinux/amazonlinux:2 ``` Also if you could try other...

Consolidating reported errors here: * `[Failed to connect to cdn.amazonlinux.com port 443 after 30000 ms: Timeout was reached]` This seems like a network issue. The container is not able to...