An open API service indexing awesome lists of open source software.

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

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)