Browse Source
Merge pull request #172 from lluiscampos/MEN-3200-tag-docker-image-latest
[pipeline] Set docker:dind image to a fixed version
2.1.x
Lluis Campos
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.gitlab-ci.yml
|
|
@ -31,7 +31,7 @@ stages: |
|
|
|
build: |
|
|
|
stage: build |
|
|
|
services: |
|
|
|
- docker:dind |
|
|
|
- docker:19.03.5-dind |
|
|
|
script: |
|
|
|
- IMAGE_NAME=$DOCKER_REPOSITORY:pr ./docker-build --build-arg MENDER_ARTIFACT_VERSION=${MENDER_ARTIFACT_VERSION} |
|
|
|
- docker save $DOCKER_REPOSITORY:pr > image.tar |
|
|
|