forked from ContainX/docker-volume-netshare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goxc.json
More file actions
28 lines (28 loc) · 666 Bytes
/
.goxc.json
File metadata and controls
28 lines (28 loc) · 666 Bytes
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
{
"ArtifactsDest": "build",
"ConfigVersion": "0.9",
"TaskSettings": {
"bintray": {
"user": "gondor",
"package": "docker-volume-netshare",
"repository": "docker",
"subject": "pacesys"
},
"publish-github": {
"owner": "ContainX",
"repository": "docker-volume-netshare"
},
"debs": {
"metadata": {
"description": "Docker Volume Plugin - Netshare",
"maintainer": "Jeremy Unruh (https://github.com/ContainX)"
},
"metadata-deb": {
"Homepage": "https://github.com/ContainX/docker-volume-netshare"
},
"other-mapped-files": {
"/": "support/sysvinit-debian/"
}
}
}
}