Skip to content

Commit

Permalink
build: regen files
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 28, 2024
1 parent 13cab96 commit 7bed05d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions bakefiles/experimental.docker-bake.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"group": [
{
"default": [
{
"targets": [
"geospatial-dev-osgeo"
]
}
],
"osgeo": [
{
"targets": [
"geospatial-dev-osgeo"
]
}
]
}
],
"target": {
"geospatial-dev-osgeo": {
"dockerfile": "dockerfiles/geospatial-dev-osgeo.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/geospatial on dev-osgeo",
"org.opencontainers.image.description": "Docker-based Geospatial toolkit for R, built on versioned Rocker image.",
"org.opencontainers.image.base.name": "docker.io/rocker/verse:4.4.0",
"org.opencontainers.image.version": "R-4.4.0"
},
"platforms": [
"linux/amd64"
],
"tags": [
"docker.io/rocker/geospatial:dev-osgeo",
"ghcr.io/rocker-org/geospatial:dev-osgeo"
],
"cache-from": [
"docker.io/rocker/geospatial:dev-osgeo",
"ghcr.io/rocker-org/geospatial:dev-osgeo"
],
"cache-to": [
"type=inline"
]
}
}
}

0 comments on commit 7bed05d

Please sign in to comment.