1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42:02 +00:00

ci: hardcode docker image versions

This commit is contained in:
Tomas Susanka 2019-05-27 14:08:47 +02:00
parent bf3d20b3e8
commit 8842215506
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# initialize from the image # initialize from the image
FROM python FROM python:3.7.3
ARG TOOLCHAIN_FLAVOR=linux ARG TOOLCHAIN_FLAVOR=linux
ENV TOOLCHAIN_FLAVOR=$TOOLCHAIN_FLAVOR ENV TOOLCHAIN_FLAVOR=$TOOLCHAIN_FLAVOR

View File

@ -1,6 +1,6 @@
environment: environment:
stage: environment stage: environment
image: docker:latest image: docker:18.09.6
variables: variables:
GIT_SUBMODULE_STRATEGY: none # no need to fetch submodules GIT_SUBMODULE_STRATEGY: none # no need to fetch submodules
CONTAINER_NAME: "$CI_REGISTRY/trezor/trezor-firmware/environment" CONTAINER_NAME: "$CI_REGISTRY/trezor/trezor-firmware/environment"