Skip to content

Commit a7cef87

Browse files
committedAug 17, 2017
add docker shield
1 parent f88ddcb commit a7cef87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
# CACHE_TAG is provided by Docker cloud
3+
# see https://docs.docker.com/docker-cloud/builds/advanced/
4+
# using ARG in FROM requires min v17.05.0-ce
25
ARG CACHE_TAG=latest
36

47
FROM qgis/qgis3-build-deps:${CACHE_TAG}

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# About QGIS
22

33
[![Build Status](https://travis-ci.org/qgis/QGIS.svg?branch=master)](https://travis-ci.org/qgis/QGIS)
4+
[![Docker Status](https://img.shields.io/docker/automated/qgis/qgis.svg)](https://cloud.docker.com/app/qgis/repository/docker/qgis/qgis/general)
45

56
QGIS is an Open Source Geographic Information System. The project was born in
67
May of 2002 and was established as a project on SourceForge in June of the same
@@ -63,7 +64,7 @@ an email address where we can request additional information.
6364
## Support
6465
You can get support in the following ways:
6566

66-
- Using the QGIS community site at http://qgis.org
67+
- Using the QGIS community site at http://qgis.org
6768
- Joining the [qgis-users mailing list](https://lists.osgeo.org/mailman/listinfo/qgis-user)
6869
- Using IRC by joining the [#qgis](http://webchat.freenode.net/?channels=#qgis) channel on irc.freenode.net. Please wait around for a response to your question as many folks on the channel are doing other things and it may take a while for them to notice your question.
6970
- Join the [Gitter](https://gitter.im/qgis/QGIS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) chat.

0 commit comments

Comments
 (0)
Please sign in to comment.