blob: 90aa7e30afc00150dfb5f324607a9f101e16720a (
plain) (
blame)
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
|
{
"install_git_from_src": {
"image": "ubuntu:focal",
"features": {
"git": {
"version": "latest",
"ppa": "false"
}
}
},
"install_git_from_src_jammy": {
"image": "ubuntu:jammy",
"features": {
"git": {
"version": "latest",
"ppa": "false"
}
}
},
"install_git_from_src_bionic": {
"image": "ubuntu:bionic",
"features": {
"git": {
"version": "latest",
"ppa": "false"
}
}
}
}
|