dc2dd711e6
The diskimage-create.sh tool will now default to CentOS 8 when building CentOS-based amphora images. This patch also removes leftover references to support for Ubuntu Trusty and Xenial. Change-Id: I3aba59c8dd86aeeee28cc6a67af93697912fb55b
19 lines
297 B
Plaintext
19 lines
297 B
Plaintext
{
|
|
"distro": {
|
|
"ubuntu": {
|
|
"haproxy": "haproxy"
|
|
}
|
|
},
|
|
"family": {
|
|
"debian": {
|
|
"haproxy": "haproxy"
|
|
},
|
|
"redhat": {
|
|
"iputils-ping": "iputils"
|
|
}
|
|
},
|
|
"default": {
|
|
"haproxy": "haproxy"
|
|
}
|
|
}
|