Skip to content

Commit 4a96919

Browse files
committed
Fix link to source code
1 parent b0f74af commit 4a96919

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

README.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ Building on the [rocker-org](https://github.com/rocker-org/rocker-versioned/blob
8989

9090
```{r, include=FALSE}
9191
imgs = readr::read_csv("image-info.csv")
92+
img_names = imgs[[1]]
9293
urls = paste0("https://ghcr.io/geocompx/", imgs$image_name, ":latest")
9394
imgs[[1]] = paste0("[", imgs[[1]], "](", urls, ")")
94-
source_code_urls = paste0("https://github.com/geocompx/geocompr/blob/master/", imgs$source_code)
95+
# Example: https://github.com/geocompx/docker/blob/master/binder/Dockerfile
96+
source_code_urls = paste0("https://github.com/geocompx/docker/blob/master/", img_names, "/Dockerfile")
9597
imgs[[2]] = paste0("[", imgs[[2]], "](", source_code_urls, ")")
9698
names(imgs) = c("Image", "Command", "Size")
9799
```

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,21 @@ including builds that use more up-to-date versions of OSGeo packages
108108
such as GDAL provided by the [UbuntuGIS software
109109
repository](https://wiki.ubuntu.com/UbuntuGIS), as shown below:
110110

111-
| Image | Command | Size |
112-
| :----------------------------------------------------------- | :--------------------------------------------------------------------------------------------- | :----- |
113-
| [binder](https://ghcr.io/geocompx/binder:latest) | [docker pull ghcr.io/geocompx/binder](https://github.com/geocompx/geocompr/blob/master/) | 6.74GB |
114-
| [buildbook](https://ghcr.io/geocompx/buildbook:latest) | [docker pull ghcr.io/geocompx/buildbook](https://github.com/geocompx/geocompr/blob/master/) | 6.44GB |
115-
| [geocompy](https://ghcr.io/geocompx/geocompy:latest) | [docker pull ghcr.io/geocompx/latest](https://github.com/geocompx/geocompr/blob/master/) | 5.09GB |
116-
| [minimal](https://ghcr.io/geocompx/minimal:latest) | [docker pull ghcr.io/geocompx/minimal](https://github.com/geocompx/geocompr/blob/master/) | 5.43GB |
117-
| [osgeo](https://ghcr.io/geocompx/osgeo:latest) | [docker pull ghcr.io/geocompx/osgeo](https://github.com/geocompx/geocompr/blob/master/) | 6.07GB |
118-
| [python](https://ghcr.io/geocompx/python:latest) | [docker pull ghcr.io/geocompx/python](https://github.com/geocompx/geocompr/blob/master/) | 2.32GB |
119-
| [pythonr](https://ghcr.io/geocompx/pythonr:latest) | [docker pull ghcr.io/geocompx/pythonr](https://github.com/geocompx/geocompr/blob/master/) | 4.37GB |
120-
| [qgis](https://ghcr.io/geocompx/qgis:latest) | [docker pull ghcr.io/geocompx/qgis](https://github.com/geocompx/geocompr/blob/master/) | 8.63GB |
121-
| [rocker-rpy](https://ghcr.io/geocompx/rocker-rpy:latest) | [docker pull ghcr.io/geocompx/rocker-rpy](https://github.com/geocompx/geocompr/blob/master/) | 6.46GB |
122-
| [rocker-rpyjl](https://ghcr.io/geocompx/rocker-rpyjl:latest) | [docker pull ghcr.io/geocompx/rocker-rpyjl](https://github.com/geocompx/geocompr/blob/master/) | 7.68GB |
123-
| [rust](https://ghcr.io/geocompx/rust:latest) | [docker pull ghcr.io/geocompx/rust](https://github.com/geocompx/geocompr/blob/master/) | 7.63GB |
124-
| [suggests](https://ghcr.io/geocompx/suggests:latest) | [docker pull ghcr.io/geocompx/suggests](https://github.com/geocompx/geocompr/blob/master/) | 5.67GB |
125-
| [unzipped](https://ghcr.io/geocompx/unzipped:latest) | [docker pull ghcr.io/geocompx/unzipped](https://github.com/geocompx/geocompr/blob/master/) | 4.98GB |
111+
| Image | Command | Size |
112+
| :----------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------ | :----- |
113+
| [binder](https://ghcr.io/geocompx/binder:latest) | [docker pull ghcr.io/geocompx/binder](https://github.com/geocompx/docker/blob/master/binder/Dockerfile) | 6.74GB |
114+
| [buildbook](https://ghcr.io/geocompx/buildbook:latest) | [docker pull ghcr.io/geocompx/buildbook](https://github.com/geocompx/docker/blob/master/buildbook/Dockerfile) | 6.44GB |
115+
| [geocompy](https://ghcr.io/geocompx/geocompy:latest) | [docker pull ghcr.io/geocompx/latest](https://github.com/geocompx/docker/blob/master/geocompy/Dockerfile) | 5.09GB |
116+
| [minimal](https://ghcr.io/geocompx/minimal:latest) | [docker pull ghcr.io/geocompx/minimal](https://github.com/geocompx/docker/blob/master/minimal/Dockerfile) | 5.43GB |
117+
| [osgeo](https://ghcr.io/geocompx/osgeo:latest) | [docker pull ghcr.io/geocompx/osgeo](https://github.com/geocompx/docker/blob/master/osgeo/Dockerfile) | 6.07GB |
118+
| [python](https://ghcr.io/geocompx/python:latest) | [docker pull ghcr.io/geocompx/python](https://github.com/geocompx/docker/blob/master/python/Dockerfile) | 2.32GB |
119+
| [pythonr](https://ghcr.io/geocompx/pythonr:latest) | [docker pull ghcr.io/geocompx/pythonr](https://github.com/geocompx/docker/blob/master/pythonr/Dockerfile) | 4.37GB |
120+
| [qgis](https://ghcr.io/geocompx/qgis:latest) | [docker pull ghcr.io/geocompx/qgis](https://github.com/geocompx/docker/blob/master/qgis/Dockerfile) | 8.63GB |
121+
| [rocker-rpy](https://ghcr.io/geocompx/rocker-rpy:latest) | [docker pull ghcr.io/geocompx/rocker-rpy](https://github.com/geocompx/docker/blob/master/rocker-rpy/Dockerfile) | 6.46GB |
122+
| [rocker-rpyjl](https://ghcr.io/geocompx/rocker-rpyjl:latest) | [docker pull ghcr.io/geocompx/rocker-rpyjl](https://github.com/geocompx/docker/blob/master/rocker-rpyjl/Dockerfile) | 7.68GB |
123+
| [rust](https://ghcr.io/geocompx/rust:latest) | [docker pull ghcr.io/geocompx/rust](https://github.com/geocompx/docker/blob/master/rust/Dockerfile) | 7.63GB |
124+
| [suggests](https://ghcr.io/geocompx/suggests:latest) | [docker pull ghcr.io/geocompx/suggests](https://github.com/geocompx/docker/blob/master/suggests/Dockerfile) | 5.67GB |
125+
| [unzipped](https://ghcr.io/geocompx/unzipped:latest) | [docker pull ghcr.io/geocompx/unzipped](https://github.com/geocompx/docker/blob/master/unzipped/Dockerfile) | 4.98GB |
126126

127127
The base image is `rocker/geospatial` from
128128
[github.com/rocker-org/rocker-versioned2](https://github.com/rocker-org/rocker-versioned2).

0 commit comments

Comments
 (0)