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:
parent
bf3d20b3e8
commit
8842215506
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user