This package periodicially updates the credentials Portainer uses to access an Elastic Container Registry (ECR). Accessing ECR from Docker/Portainerrequires using a token that expires every 12 hours,tied to an IAM user.
The registry URI is in the format <registry ID>.dkr.ecr.<AWS region>.amazonaws.com
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_REGION
- REGISTRY_ID
- PORTAINER_URL
- PORTAINER_USERNAME
- PORTAINER_PASSWORD
- REGISTRY_NAME
- Added option to set registry name in Portainer (REGISTRY_NAME)
- Upgraded to node v14
- Removed unnecessary logging
- Added Type property in Portainer registry config
- Compatible with Portainer 1.20
- Minor code style changes