AWS ECR Token auto-refresh
1. Issue AWS ECR authentication tokens are valid for 12 hours. After expiration, you need to re-execute docker login or aws ecr get-login-password. 2. Solution Use ECR Credential Helper to automatically call the AWS API to obtain the latest token when Docker pulls an image. Applicable scenarios: Development machines, CI/CD, servers, and any environment with... » read more