Skip to content

Commit

Permalink
Add install information for Alpine Linux aports
Browse files Browse the repository at this point in the history
  • Loading branch information
supergibbs authored and austinvazquez committed Jul 30, 2024
1 parent b7dbb42 commit a8d7d3c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ for the Docker daemon that makes it easier to use
+ [Debian Buster (and future versions)](#debian-buster-and-future-versions)
+ [Ubuntu 19.04 Disco Dingo and newer](#ubuntu-1904-disco-dingo-and-newer)
+ [Arch Linux](#arch-linux)
+ [Alpine Linux](#alpine-linux)
+ [From Source](#from-source)
* [Configuration](#configuration)
+ [Docker](#docker)
Expand Down Expand Up @@ -133,6 +134,21 @@ Once you have installed the credential helper, see the
[Configuration section](#configuration) for instructions on how to configure
Docker to work with the helper.

### Alpine Linux
A community-maintained package is available in the [Alpine Linux aports Repository](https://pkgs.alpinelinux.org/packages?name=docker-credential-ecr-login).

[![Alpine Linux Edge package](https://repology.org/badge/version-for-repo/alpine_edge/amazon-ecr-credential-helper.svg)](https://repology.org/project/amazon-ecr-credential-helper/versions)

```bash
$ apk add docker-credential-ecr-login
```
> [!NOTE]
> Badge only shows edge, check [repository](https://pkgs.alpinelinux.org/packages?name=docker-credential-ecr-login) for stable releases or add `--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community`
Once you have installed the credential helper, see the
[Configuration section](#configuration) for instructions on how to configure
Docker to work with the helper.

### Windows
Windows executables are available via [GitHub releases](https://github.com/awslabs/amazon-ecr-credential-helper/releases).

Expand Down

0 comments on commit a8d7d3c

Please sign in to comment.