Use the latest available docker image and pin it

This commit is contained in:
ErickSkrauch 2018-03-18 01:14:20 +03:00
parent b743cc69aa
commit 46552e8469

View File

@ -7,7 +7,7 @@ variables:
CONTAINER_IMAGE: "registry.ely.by/elyby/accounts" CONTAINER_IMAGE: "registry.ely.by/elyby/accounts"
test:backend: test:backend:
image: docker:latest image: docker:18.02
services: services:
- mariadb:10.2.11 - mariadb:10.2.11
- redis:3.0-alpine - redis:3.0-alpine
@ -59,7 +59,7 @@ test:frontend:
- yarn test - yarn test
build:production: build:production:
image: docker:latest image: docker:18.02
stage: build stage: build
variables: variables:
GA_ID: "UA-45299905-3" GA_ID: "UA-45299905-3"
@ -85,7 +85,7 @@ build:production:
- tags - tags
release:latest: release:latest:
image: docker:latest image: docker:18.02
stage: release stage: release
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
@ -98,7 +98,7 @@ release:latest:
- tags - tags
release:tag: release:tag:
image: docker:latest image: docker:18.02
stage: release stage: release
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none