mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
pip upgrade, install specific docker-compose version
This commit is contained in:
parent
95be14cef7
commit
266573f456
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
DOCKER_COMPOSE_VERSION: 1.14.0
|
||||
PY_DOCKER_VERSION: 2.4.2
|
||||
CI: "true"
|
||||
|
||||
cache:
|
||||
|
@ -51,8 +53,9 @@ deploy_review:
|
|||
DOCKER_CERT_PATH: "certs"
|
||||
before_script:
|
||||
- apk add --no-cache py-pip
|
||||
- pip install docker-compose
|
||||
- pip install -U docker==2.4.2
|
||||
- pip install --upgrade pip
|
||||
- pip install docker-compose==$DOCKER_COMPOSE_VERSION
|
||||
- pip install -U docker==$PY_DOCKER_VERSION
|
||||
- mkdir -p $DOCKER_CERT_PATH
|
||||
- echo "$DEPLOYMENT_CACERT" > $DOCKER_CERT_PATH/ca.pem
|
||||
- echo "$DEPLOYMENT_CLIENT_CERT" > $DOCKER_CERT_PATH/cert.pem
|
||||
|
|
Loading…
Add table
Reference in a new issue