Skip to content

Commit 026cb0e

Browse files
authoredMay 21, 2019
update alternative Docker image from Cosmic to Disco (#10046)
1 parent 5fd9bc6 commit 026cb0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.docker/qgis3-build-deps-cosmic.dockerfile renamed to ‎.docker/qgis3-build-deps-disco.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.10
1+
FROM ubuntu:19.04
22
MAINTAINER Denis Rouzaud <denis@opengis.ch>
33

44
LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Version="1.0"

‎.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ matrix:
117117
# COSMIC DOCKER BUILD ON CRON OR TAG
118118
##########################################################
119119
- os: linux
120-
name: cosmic docker build 🐠
120+
name: disco docker build 🐠
121121
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
122122
services: docker
123123
env:
124124
- TRAVIS_CONFIG=docker_image
125-
- CCACHE_DIR=${HOME}/.ccache_docker_build_cosmic
125+
- CCACHE_DIR=${HOME}/.ccache_docker_build_disco
126126
- TRIGGER_PYQGIS_DOC=TRUE
127-
- DOCKER_TAG="$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_cosmic"
128-
- DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-cosmic.dockerfile
127+
- DOCKER_TAG="$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_disco"
128+
- DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-disco.dockerfile
129129

130130

131131

0 commit comments

Comments
 (0)
Please sign in to comment.