-
Notifications
You must be signed in to change notification settings - Fork 185
/
Copy path4.4.2.extra.docker-bake.json
61 lines (61 loc) · 1.77 KB
/
4.4.2.extra.docker-bake.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
{
"group": [
{
"default": [
{
"targets": [
"binder"
]
}
],
"binder-images": [
{
"targets": [
"binder"
]
}
]
}
],
"target": {
"binder": {
"dockerfile": "dockerfiles/binder_4.4.2.Dockerfile",
"labels": {
"org.opencontainers.image.title": "rocker/binder",
"org.opencontainers.image.description": "Adds Jupyter to rocker/geospatial. RStudio Server can be started from Jupyter.",
"org.opencontainers.image.base.name": "docker.io/rocker/geospatial:4.4.2",
"org.opencontainers.image.version": "R-4.4.2",
"org.opencontainers.image.licenses": "GPL-2.0-or-later",
"org.opencontainers.image.source": "https://github.com/rocker-org/rocker-versioned2",
"org.opencontainers.image.vendor": "Rocker Project",
"org.opencontainers.image.authors": "Carl Boettiger <[email protected]>"
},
"platforms": [
"linux/amd64"
],
"cache-to": [
"type=inline"
],
"tags": [
"docker.io/rocker/binder:4.4.2",
"ghcr.io/rocker-org/binder:4.4.2",
"docker.io/rocker/binder:4.4",
"ghcr.io/rocker-org/binder:4.4",
"docker.io/rocker/binder:4",
"ghcr.io/rocker-org/binder:4",
"docker.io/rocker/binder:latest",
"ghcr.io/rocker-org/binder:latest"
],
"cache-from": [
"docker.io/rocker/binder:4.4.2",
"ghcr.io/rocker-org/binder:4.4.2",
"docker.io/rocker/binder:4.4",
"ghcr.io/rocker-org/binder:4.4",
"docker.io/rocker/binder:4",
"ghcr.io/rocker-org/binder:4",
"docker.io/rocker/binder:latest",
"ghcr.io/rocker-org/binder:latest"
]
}
}
}