{ "install_git_from_src": { "image": "ubuntu:focal", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_alpine": { "image": "mcr.microsoft.com/devcontainers/base:alpine", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_jammy": { "image": "ubuntu:jammy", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_ppa_bionic": { "image": "ubuntu:bionic", "features": { "git": { "version": "latest", "ppa": "true" } } }, "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" } } }, "install_git_from_src_centos-7": { "image": "centos:centos7", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_alma-8": { "image": "almalinux:8", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_alma-9": { "image": "almalinux:9", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_rocky-8": { "image": "rockylinux:8", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_rocky-9": { "image": "rockylinux:9", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_fedora": { "image": "fedora", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_src_mariner": { "image": "mcr.microsoft.com/cbl-mariner/base/core:2.0", "features": { "git": { "version": "latest", "ppa": "false" } } }, "install_git_from_system_alpine": { "image": "mcr.microsoft.com/devcontainers/base:alpine", "features": { "git": { "version": "system", "ppa": "false" } } }, "install_git_from_system_centos-7": { "image": "centos:centos7", "features": { "git": { "version": "system", "ppa": "true" } } }, "install_git_from_system_alma-8": { "image": "almalinux:8", "features": { "git": { "version": "system", "ppa": "true" } } }, "install_git_from_system_alma-9": { "image": "almalinux:9", "features": { "git": { "version": "system", "ppa": "true" } } }, "install_git_from_system_rocky-8": { "image": "rockylinux:8", "features": { "git": { "version": "system", "ppa": "true" } } }, "install_git_from_system_rocky-9": { "image": "rockylinux:9", "features": { "git": { "version": "system", "ppa": "true" } } }, "install_git_from_system_fedora": { "image": "fedora", "features": { "git": { "version": "system", "ppa": "true" } } }, "install_git_from_system_mariner": { "image": "mcr.microsoft.com/cbl-mariner/base/core:2.0", "features": { "git": { "version": "system", "ppa": "true" } } } }