Skip to content

Commit 82a2b23

Browse files
committed
removed (sadly) unreliable shields.io badges for individual image versions
1 parent 92527b1 commit 82a2b23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
[![Build Status](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker.svg?branch=master)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker)
1+
[![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/master.svg?label=master)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker) [![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/devel.svg?label=devel)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker)
22
# 3D City Database Web Map Client Docker image
33
This repo contains a Dockerfile for the [3D City Database Web-Map-Client (3D web client)](https://github.com/3dcitydb/3dcitydb-web-map/) based on the official [Node.js Docker images](https://hub.docker.com/_/node/). To get the 3D web client Docker images visit the [tumgis/3dcitydb-web-map](https://hub.docker.com/r/tumgis/3dcitydb-web-map/) DockerHub page. To get things moving fast take a look the *Quick start* section.
44

55
#### Special features
66
* *Landing page* and *data listing* for convenient 3D web client project creation
77

88
#### Image versions/tags
9-
* [![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/master.svg?label=master)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker) - Latest stable version based on latest version of the 3D web client. Built from [master](https://github.com/tum-gis/3dcitydb-web-map-docker/tree/master) branch.
10-
* [![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/devel.svg?label=devel)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker) - Development version containing latest features. Built from [devel](https://github.com/3dcitydb/3dcitydb-web-map/tree/devel) branch.
11-
* [![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/experimental.svg?label=experimental)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker) - Development version containing latest features. Built from [experimental](https://github.com/3dcitydb/3dcitydb-web-map/tree/experimental) branch. The latest commit of the [3DCityDB Web-Map-Client Github master branch](https://github.com/3dcitydb/3dcitydb-web-map/tree/master) is used for this build.
12-
* [![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/v1.1.0.svg?label=v1.1.0)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker), [![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/v1.4.0.svg?label=v1.4.0)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker), [![Build Status](https://img.shields.io/travis/tum-gis/3dcitydb-web-map-docker/v1.6.0.svg?label=v1.6.0)](https://travis-ci.org/tum-gis/3dcitydb-web-map-docker) - Same content as **latest** image, but built with a specific version (**vX.X.X**) of the 3DCityDB Web-Map-Client. Built from the branches named like the versions.
9+
* **latest** - Latest stable version based on latest version of the 3D web client. Built from [master](https://github.com/tum-gis/3dcitydb-web-map-docker/tree/master) branch.
10+
* **devel** - Development version containing latest features. Built from [devel](https://github.com/3dcitydb/3dcitydb-web-map/tree/devel) branch.
11+
* **experimental** - Development version containing latest features. Built from the latest commit of the [3DCityDB Web-Map-Client Github master branch](https://github.com/3dcitydb/3dcitydb-web-map/tree/master).
12+
* **v1.1.0**, **v1.4.0**, **v1.6.0** - Same content as **latest** image, but built with a specific version (**vX.X.X**) of the 3DCityDB Web-Map-Client.
1313

1414
Use `docker pull tumgis/3dcitydb-web-map:TAG` to download the latest version of the image with the specified `TAG` to your system. For example: `docker pull tumgis/3dcitydb-web-map:v1.4.0`.
1515

0 commit comments

Comments
 (0)