{
    "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"
            }
        }
    },
    "install_git_from_src_bullseye": {
        "image": "debian:bullseye",
        "features": {
            "git": {
                "version": "latest",
                "ppa": "false"
            }
        }
    },
    "install_git_from_src_buster": {
        "image": "debian:buster",
        "features": {
            "git": {
                "version": "latest",
                "ppa": "false"
            }
        }
    }
}