We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ea678 commit 1570ac1Copy full SHA for 1570ac1
1 file changed
src/sshpass/devcontainer-feature.json
@@ -1,25 +1,10 @@
1
{
2
"id": "sshpass",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"name": "sshpass",
5
"documentationURL": "https://github.com/hspaans/devcontainer-features/tree/master/src/sshpass",
6
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
7
"description": "Installs sshpass. Auto-detects latest version and installs needed dependencies.",
8
- "options": {
9
- "version": {
10
- "type": "string",
11
- "proposals": [
12
- "latest",
13
- "none"
14
- ],
15
- "default": "latest",
16
- "description": "Select version of sshpass, if not latest."
17
- },
18
- "installDirectlyFromGitHubRelease": {
19
- "type": "boolean",
20
- "default": true
21
- }
22
23
"installsAfter": [
24
"ghcr.io/devcontainers/features/common-utils"
25
]
0 commit comments