Skip to content

Commit

Permalink
fix: remove alpine 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Monska85 committed Dec 18, 2024
1 parent 9be24ee commit 16e17c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
matrix:
tag:
# To keep the number of builds low, we only keep the latest two versions of the AWS CLI
- 2.22.18-3.11.11-3.21
- 2.22.18-3.11.11-3.20
- 2.22.18-3.11.11-3.19
- 2.22.18-3.11.9-3.20
- 2.22.18-3.11.9-3.19
- 2.17.44-3.11.9-3.20
- 2.17.44-3.11.9-3.19
steps:
Expand Down Expand Up @@ -70,9 +69,8 @@ jobs:
matrix:
tag:
# To keep the number of builds low, we only keep the latest two versions of the AWS CLI
- 2.22.18-3.11.11-3.21
- 2.22.18-3.11.11-3.20
- 2.22.18-3.11.11-3.19
- 2.22.18-3.11.9-3.20
- 2.22.18-3.11.9-3.19
- 2.17.44-3.11.9-3.20
- 2.17.44-3.11.9-3.19
steps:
Expand Down
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
AUTHOR ?= sparkfabrik
IMAGE_NAME ?= docker-alpine-aws-cli
PLATFORM ?= "linux/amd64"
LATEST_VERSION ?= 2.22.18-alpine3.21
LATEST_VERSION ?= 2.22.18-alpine3.20

build: build-2.22.18-3.21
build: build-2.22.18-3.20

# To keep the number of builds low, we only keep the latest two versions of the AWS CLI
build-2.22.18-3.21: AWS_CLI_VERSION="2.22.18"
build-2.22.18-3.21: PYTHON_VERSION="3.11.11"
build-2.22.18-3.21: ALPINE_VERSION="3.21"
build-2.22.18-3.21: build-template

build-2.22.18-3.20: AWS_CLI_VERSION="2.22.18"
build-2.22.18-3.20: PYTHON_VERSION="3.11.9"
build-2.22.18-3.20: ALPINE_VERSION="3.20"
build-2.22.18-3.20: build-template

build-2.22.18-3.19: AWS_CLI_VERSION="2.22.18"
build-2.22.18-3.19: PYTHON_VERSION="3.11.11"
build-2.22.18-3.19: PYTHON_VERSION="3.11.9"
build-2.22.18-3.19: ALPINE_VERSION="3.19"
build-2.22.18-3.19: build-template

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Docker image for AWS-CLI v2 on Alpine Linux.
You can import the compiled binary created in this image in your Alpine Linux image.

```bash
FROM ghcr.io/sparkfabrik/docker-alpine-aws-cli:2.17.44-alpine3.20 as awscli
FROM ghcr.io/sparkfabrik/docker-alpine-aws-cli:2.22.18-alpine3.20 as awscli

FROM alpine:3.20
# Install AWS CLI v2 using the binary builded in the awscli stage
Expand Down

0 comments on commit 16e17c1

Please sign in to comment.