Skip to content

Commit

Permalink
Images/NGINX: Vary Alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Dec 10, 2024
1 parent 1ffc25c commit 293d97f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions images/nginx/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ steps:
- build
- --platform
- linux/arm64
- --build-arg
- ALPINE=$_ALPINE
- .
18 changes: 15 additions & 3 deletions images/nginx/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
variants:
gcb-docker-20.10.24:
gcb-docker-20.10.24-alpine-3.20.3:
DOCKER: gcr.io/cloud-builders/docker:20.10.24
gcb-docker-24.0.9:
ALPINE: 3.20.3
gcb-docker-24.0.9-alpine-3.20.3:
DOCKER: gcr.io/cloud-builders/docker:24.0.9
docker-docker-27.4.0:
ALPINE: 3.20.3
docker-docker-27.4.0-alpine-3.20.3:
DOCKER: docker:27.4.0
ALPINE: 3.20.3
gcb-docker-20.10.24-alpine-3.21.0:
DOCKER: gcr.io/cloud-builders/docker:20.10.24
ALPINE: 3.21.0
gcb-docker-24.0.9-alpine-3.21.0:
DOCKER: gcr.io/cloud-builders/docker:24.0.9
ALPINE: 3.21.0
docker-docker-27.4.0-alpine-3.21.0:
DOCKER: docker:27.4.0
ALPINE: 3.21.0

0 comments on commit 293d97f

Please sign in to comment.