mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Extract common versions
This commit is contained in:
parent
1ef6c55491
commit
7e2f897d6c
1 changed files with 11 additions and 8 deletions
|
|
@ -1,16 +1,19 @@
|
|||
# Docker image with buildx plugin
|
||||
.docker:
|
||||
variables:
|
||||
DOCKER: '20.10.14'
|
||||
BUILDX: '0.8'
|
||||
|
||||
docker:
|
||||
extends:
|
||||
- .docker
|
||||
- .build_and_push
|
||||
variables:
|
||||
DEBIAN: bullseye
|
||||
DOCKER: '20.10.14'
|
||||
BUILDX: '0.8'
|
||||
extends:
|
||||
- .build_and_push
|
||||
|
||||
docker-slim:
|
||||
extends:
|
||||
- .docker
|
||||
- .build_and_push
|
||||
variables:
|
||||
DEBIAN: bullseye-slim
|
||||
DOCKER: '20.10.14'
|
||||
BUILDX: '0.8'
|
||||
extends:
|
||||
- .build_and_push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue