forked from rocker-org/rocker-versioned2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.json
71 lines (71 loc) · 2.35 KB
/
extra.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"ordered": false,
"TAG": "4.2.1",
"LABEL": "org.opencontainers.image.licenses=\"GPL-2.0-or-later\" \\\n org.opencontainers.image.source=\"https://github.com/rocker-org/rocker-versioned2\" \\\n org.opencontainers.image.vendor=\"Rocker Project\" \\\n org.opencontainers.image.authors=\"Carl Boettiger <[email protected]>\"",
"group": [
{
"default": [
{
"targets": [
"geospatial-ubuntugis",
"geospatial-dev-osgeo"
]
}
],
"ubuntugis": [
{
"targets": [
"geospatial-ubuntugis"
]
}
],
"osgeo": [
{
"targets": [
"geospatial-dev-osgeo"
]
}
]
}
],
"stack": [
{
"IMAGE": "geospatial-ubuntugis",
"tags": [
"docker.io/rocker/geospatial:4.2.1-ubuntugis",
"ghcr.io/rocker-org/geospatial:4.2.1-ubuntugis",
"docker.io/rocker/geospatial:ubuntugis",
"ghcr.io/rocker-org/geospatial:ubuntugis"
],
"labels": {
"org.opencontainers.image.title": "rocker/geospatial (ubuntugis)",
"org.opencontainers.image.description": "Docker-based Geospatial toolkit for R, built on versioned Rocker image."
},
"FROM": "rocker/verse:4.2.1",
"COPY": "scripts/experimental/install_geospatial_unstable.sh /rocker_scripts/experimental/install_geospatial_unstable.sh",
"RUN": "/rocker_scripts/experimental/install_geospatial_unstable.sh",
"cache-from": [
"docker.io/rocker/geospatial:ubuntugis"
]
},
{
"IMAGE": "geospatial-dev-osgeo",
"tags": ["docker.io/rocker/geospatial:dev-osgeo", "ghcr.io/rocker-org/geospatial:dev-osgeo"],
"labels": {
"org.opencontainers.image.title": "rocker/geospatial (dev-osgeo)",
"org.opencontainers.image.description": "Docker-based Geospatial toolkit for R, built on versioned Rocker image."
},
"FROM": "rocker/verse:4.2.1",
"ENV": {
"PROJ_VERSION": "9.1.0",
"GDAL_VERSION": "3.5.1",
"GEOS_VERSION": "3.11.0"
},
"COPY": "scripts/experimental/install_dev_osgeo.sh /rocker_scripts/experimental/install_dev_osgeo.sh",
"RUN": "/rocker_scripts/experimental/install_dev_osgeo.sh",
"cache-from": [
"docker.io/rocker/geospatial:dev-osgeo"
]
}
]
}