forked from devcontainers/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenarios.json
More file actions
66 lines (66 loc) · 1.52 KB
/
Copy pathscenarios.json
File metadata and controls
66 lines (66 loc) · 1.52 KB
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
62
63
64
65
66
{
"test_xtigervnc_novnc_started": {
"image": "ubuntu:noble",
"features": {
"desktop-lite": {}
}
},
"test_xtigervnc_novnc_started_noVNC_old_launch_script": {
"image": "ubuntu:noble",
"features": {
"desktop-lite": {
"noVncVersion": "1.2.0"
}
}
},
"test_vnc_resolution_as_container_env_var": {
"image": "ubuntu:noble",
"features": {
"desktop-lite": {}
},
"containerEnv": {
"VNC_RESOLUTION": "1920x1080x32"
},
"forwardPorts": [
5901,
6080
]
},
"test_vnc_resolution_as_remote_env_var": {
"image": "ubuntu:noble",
"features": {
"desktop-lite": {}
},
"remoteEnv": {
"VNC_RESOLUTION": "1920x1080x32"
},
"forwardPorts": [
5901,
6080
]
},
"test_xtigervnc_novnc_started_trixie": {
"image": "debian:trixie",
"features": {
"desktop-lite": {}
}
},
"test_asound_package_ubuntu_2204": {
"image": "ubuntu:22.04",
"features": {
"desktop-lite": {}
}
},
"test_asound_package_ubuntu_2604": {
"image": "ubuntu:26.04",
"features": {
"desktop-lite": {}
}
},
"test_desktop_init_exec_passthrough": {
"image": "ubuntu:noble",
"features": {
"desktop-lite": {}
}
}
}