Skip to content

Commit 1398c01

Browse files
authored
Move devcontainer feature to top level
1 parent 4ab8ca6 commit 1398c01

3 files changed

Lines changed: 24 additions & 25 deletions

File tree

devcontainer-feature.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "CVMFS",
3+
"id": "cvmfs",
4+
"version": "1.4.3",
5+
"description": "Installs CVMFS client",
6+
"options": {
7+
"CVMFS_REPOSITORIES": {
8+
"type": "string",
9+
"default": "sft.cern.ch",
10+
"description": "Comma-separated list of fully qualified repository names that shall be mountable under /cvmfs"
11+
},
12+
"CVMFS_CONFIG_PACKAGE": {
13+
"type": "string",
14+
"default": "cvmfs-config-default",
15+
"description": "URL to the cvmfs config package to install"
16+
},
17+
"CVMFS_HTTP_PROXY": {
18+
"type": "string",
19+
"default": "DIRECT",
20+
"description": "Chain of HTTP proxy groups used by CernVM-FS. Defaults to DIRECT)"
21+
}
22+
},
23+
"entrypoint": "install-cvmfs-linux.sh"
24+
}

src/cvmfs/devcontainer-feature.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/cvmfs/install.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)