Skip to content

Commit

Permalink
update alternative Docker image from Cosmic to Disco (#10046)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 21, 2019
1 parent 5fd9bc6 commit 026cb0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
@@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:19.04
MAINTAINER Denis Rouzaud <denis@opengis.ch>

LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Version="1.0"
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -117,15 +117,15 @@ matrix:
# COSMIC DOCKER BUILD ON CRON OR TAG
##########################################################
- os: linux
name: cosmic docker build 🐠
name: disco docker build 🐠
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
services: docker
env:
- TRAVIS_CONFIG=docker_image
- CCACHE_DIR=${HOME}/.ccache_docker_build_cosmic
- CCACHE_DIR=${HOME}/.ccache_docker_build_disco
- TRIGGER_PYQGIS_DOC=TRUE
- DOCKER_TAG="$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_cosmic"
- DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-cosmic.dockerfile
- DOCKER_TAG="$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_disco"
- DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-disco.dockerfile



Expand Down

0 comments on commit 026cb0e

Please sign in to comment.