https://github.com/devops-ia/ecr-token
Image with awscli and kubectl
https://github.com/devops-ia/ecr-token
aws awscli docker ecr ecr-token kubectl kubernetes
Last synced: 10 months ago
JSON representation
Image with awscli and kubectl
- Host: GitHub
- URL: https://github.com/devops-ia/ecr-token
- Owner: devops-ia
- License: mit
- Created: 2023-02-25T18:54:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T19:34:30.000Z (10 months ago)
- Last Synced: 2025-03-01T20:31:23.916Z (10 months ago)
- Topics: aws, awscli, docker, ecr, ecr-token, kubectl, kubernetes
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/devopsiaci/ecr-token/tags
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Image base ECR token
## Introduction
Image base with `aws-cli` and `kubectl` for [helm-ecr-token](https://github.com/devops-ia/helm-charts/tree/main/charts/ecr-registry) to create or update token programmatically for [Amazon ECR](https://aws.amazon.com/en/ecr/).
Default base versions:
* aws-cli: `2.24.20`
* kubectl: `1.32.2`
## Image details (from dive)
```text
│ Image Details ├─────────────
Total Image size: 302 MB
Potential wasted space: 0 MB
Image efficiency score: 100 %
```
You can reproduce this summary with [`dive`](https://github.com/wagoodman/dive):
```command
dive build -t .
```
## Quick start
[**Available images**](https://hub.docker.com/r/devopsiaci/ecr-token/tags)
### Run container
```command
docker run --name awscli2.10.3-kubectl1.30.3
```
## Use case
This image is used by [helm-ecr-token](https://github.com/devops-ia/helm-charts/tree/main/charts/ecr-registry)