Skip to content

Commit 7bed05d

Browse files
committed
build: regen files
1 parent 13cab96 commit 7bed05d

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"group": [
3+
{
4+
"default": [
5+
{
6+
"targets": [
7+
"geospatial-dev-osgeo"
8+
]
9+
}
10+
],
11+
"osgeo": [
12+
{
13+
"targets": [
14+
"geospatial-dev-osgeo"
15+
]
16+
}
17+
]
18+
}
19+
],
20+
"target": {
21+
"geospatial-dev-osgeo": {
22+
"dockerfile": "dockerfiles/geospatial-dev-osgeo.Dockerfile",
23+
"labels": {
24+
"org.opencontainers.image.title": "rocker/geospatial on dev-osgeo",
25+
"org.opencontainers.image.description": "Docker-based Geospatial toolkit for R, built on versioned Rocker image.",
26+
"org.opencontainers.image.base.name": "docker.io/rocker/verse:4.4.0",
27+
"org.opencontainers.image.version": "R-4.4.0"
28+
},
29+
"platforms": [
30+
"linux/amd64"
31+
],
32+
"tags": [
33+
"docker.io/rocker/geospatial:dev-osgeo",
34+
"ghcr.io/rocker-org/geospatial:dev-osgeo"
35+
],
36+
"cache-from": [
37+
"docker.io/rocker/geospatial:dev-osgeo",
38+
"ghcr.io/rocker-org/geospatial:dev-osgeo"
39+
],
40+
"cache-to": [
41+
"type=inline"
42+
]
43+
}
44+
}
45+
}

0 commit comments

Comments
 (0)