Skip to content

Commit f4f7959

Browse files
committed
Fix README.md badges and v3 internal links
1 parent e1a66fe commit f4f7959

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# docker-pgrouting
22

3-
![Docker automated](https://img.shields.io/docker/cloud/automated/pgrouting/pgrouting)
4-
![Docker status](https://img.shields.io/docker/cloud/build/pgrouting/pgrouting)
5-
![Docker builds](https://img.shields.io/docker/pulls/pgrouting/pgrouting)
3+
[![Build Status](https://github.com/pgRouting/docker-pgrouting/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/pgRouting/docker-pgrouting/actions/workflows/main.yml?query=branch%3Amaster)
4+
![Docker pulls](https://img.shields.io/docker/pulls/pgrouting/pgrouting)
65

76

87
pgRouting Docker images.
@@ -24,16 +23,16 @@ pgRouting Docker images.
2423
There are several versions available:
2524

2625
- With pgRouting v3:
27-
- [3.7 with Postgres 17 + PostGIS 3.5](17-3.5-3.4/). Docker image: `pgrouting/pgrouting:17-3.5-3.7`
28-
- [3.7 with Postgres 16 + PostGIS 3.5](16-3.5-3.4/). Docker image: `pgrouting/pgrouting:16-3.5-3.7`
26+
- [3.7 with Postgres 17 + PostGIS 3.5](17-3.5-3.7/). Docker image: `pgrouting/pgrouting:17-3.5-3.7`
27+
- [3.7 with Postgres 16 + PostGIS 3.5](16-3.5-3.7/). Docker image: `pgrouting/pgrouting:16-3.5-3.7`
2928
- [3.7 with Postgres 15 + PostGIS 3.5](15-3.5-3.7/). Docker image: `pgrouting/pgrouting:15-3.5-3.7`
30-
- [3.7 with Postgres 14 + PostGIS 3.5](14-3.5-3.4/). Docker image: `pgrouting/pgrouting:14-3.5-3.7`
31-
- [3.7 with Postgres 13 + PostGIS 3.5](13-3.5-3.4/). Docker image: `pgrouting/pgrouting:13-3.5-3.7`
32-
- [3.6 with Postgres 17 + PostGIS 3.5](17-3.5-3.3/). Docker image: `pgrouting/pgrouting:17-3.5-3.6`
33-
- [3.6 with Postgres 16 + PostGIS 3.5](16-3.5-3.3/). Docker image: `pgrouting/pgrouting:16-3.5-3.6`
34-
- [3.6 with Postgres 15 + PostGIS 3.5](15-3.5-3.3/). Docker image: `pgrouting/pgrouting:15-3.5-3.6`
35-
- [3.6 with Postgres 14 + PostGIS 3.5](14-3.5-3.3/). Docker image: `pgrouting/pgrouting:14-3.5-3.6`
36-
- [3.6 with Postgres 13 + PostGIS 3.5](13-3.5-3.3/). Docker image: `pgrouting/pgrouting:13-3.5-3.6`
29+
- [3.7 with Postgres 14 + PostGIS 3.5](14-3.5-3.7/). Docker image: `pgrouting/pgrouting:14-3.5-3.7`
30+
- [3.7 with Postgres 13 + PostGIS 3.5](13-3.5-3.7/). Docker image: `pgrouting/pgrouting:13-3.5-3.7`
31+
- [3.6 with Postgres 17 + PostGIS 3.5](17-3.5-3.6/). Docker image: `pgrouting/pgrouting:17-3.5-3.6`
32+
- [3.6 with Postgres 16 + PostGIS 3.5](16-3.5-3.6/). Docker image: `pgrouting/pgrouting:16-3.5-3.6`
33+
- [3.6 with Postgres 15 + PostGIS 3.5](15-3.5-3.6/). Docker image: `pgrouting/pgrouting:15-3.5-3.6`
34+
- [3.6 with Postgres 14 + PostGIS 3.5](14-3.5-3.6/). Docker image: `pgrouting/pgrouting:14-3.5-3.6`
35+
- [3.6 with Postgres 13 + PostGIS 3.5](13-3.5-3.6/). Docker image: `pgrouting/pgrouting:13-3.5-3.6`
3736
- With pgRouting main branch (*):
3837
- [main branch with Postgres 17 + PostGIS 3.5](17-3.5-main/). Docker image: `pgrouting/pgrouting:17-3.5-main`
3938
- [main branch with Postgres 16 + PostGIS 3.5](16-3.5-main/). Docker image: `pgrouting/pgrouting:16-3.5-main`

0 commit comments

Comments
 (0)