https://github.com/spacelift-io/aws-cli-alpine
AWS CLI v2 Docker image built on Alpine 🐳
https://github.com/spacelift-io/aws-cli-alpine
alpine aws aws-cli docker
Last synced: 2 months ago
JSON representation
AWS CLI v2 Docker image built on Alpine 🐳
- Host: GitHub
- URL: https://github.com/spacelift-io/aws-cli-alpine
- Owner: spacelift-io
- Created: 2022-12-18T11:43:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T05:30:13.000Z (2 months ago)
- Last Synced: 2025-04-05T22:11:32.723Z (2 months ago)
- Topics: alpine, aws, aws-cli, docker
- Language: Dockerfile
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS CLI v2 built on Alpine
[](https://github.com/spacelift-io/aws-cli-alpine/actions/workflows/publish.yml)
---
This repository contains the [Dockerfile](./Dockerfile) for building an [AWS CLI](https://github.com/aws/aws-cli) v2 image based on [Alpine](https://hub.docker.com/_/alpine).
As of December 2022, this process is extremely slow (building on ARM architecture takes around an hour), that's why we separated this process into its own repository.
Other Alpine-based images can now simply pull pre-built the binaries like so:
```dockerfile
COPY --from=ghcr.io/spacelift-io/aws-cli-alpine /usr/local/aws-cli/ /usr/local/aws-cli/
COPY --from=ghcr.io/spacelift-io/aws-cli-alpine /aws-cli-bin/ /usr/local/bin/
```The newest releases can be found in the [Releases](https://github.com/spacelift-io/aws-cli-alpine/releases) section.
## Schedule & builds 📅
We check for the latest AWS CLI version in `publish.yml` workflow periodically.
If a new version is found, we create a tag, then build and publish it to GitHub Container Registry.