Skip to content
Snippets Groups Projects
Commit 17ff0399 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

ci: freeze docker version

parent 4461227f
No related branches found
No related tags found
No related merge requests found
Pipeline #23180 failed
variables: variables:
DOCKER_TLS_CERTDIR: "" # HACK: see https://gitlab.com/gitlab-org/gitlab-runner/issues/4501 DOCKER_TLS_CERTDIR: "" # HACK: see https://gitlab.com/gitlab-org/gitlab-runner/issues/4501
DOCKER_IMAGE: "docker:20.10.12"
stages: stages:
- build - build
...@@ -10,7 +11,7 @@ stages: ...@@ -10,7 +11,7 @@ stages:
# TODO: cache docker layers # TODO: cache docker layers
# TODO: build ts # TODO: build ts
be-build-job: be-build-job:
image: docker:latest image: $DOCKER_IMAGE
stage: build stage: build
tags: tags:
- commul - commul
...@@ -37,7 +38,7 @@ be-build-job: ...@@ -37,7 +38,7 @@ be-build-job:
#==[ Backend deployment ]======================================================= #==[ Backend deployment ]=======================================================
.be-deploy-job: .be-deploy-job:
image: docker:latest image: $DOCKER_IMAGE
stage: deploy stage: deploy
needs: needs:
- job: be-build-job - job: be-build-job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment