Skip to content

Commit 5eade86

Browse files
committed
add cache mount to mise
1 parent ff654e8 commit 5eade86

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

src/mise/devcontainer-feature.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "mise",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"name": "mise (via Github Releases)",
55
"documentationURL": "http://github.com/lugoues/devcontainer-features/tree/main/src/mise",
66
"description": "dev tools, env vars, task runner",
@@ -16,5 +16,16 @@
1616
},
1717
"installsAfter": [
1818
"ghcr.io/devcontainers-extra/features/gh-release"
19-
]
20-
}
19+
],
20+
"mounts": [
21+
{
22+
"source": "mise-data-volume",
23+
"target": "/mnt/mise-data",
24+
"type": "volume"
25+
}
26+
],
27+
"containerEnv": {
28+
"MISE_DATA_DIR": "/mnt/mise-data"
29+
}
30+
}
31+

0 commit comments

Comments
 (0)