Bpkg.yaml
bpkg.yaml
# bpkg config file
# Auto-generated by bpkg 0.2.0pre
# Example config file with a bunch of containers
# This segment is autogenerated
containers: # (4)!
- name: ar # (1)!
distro: arch # (2)!
- name: ub
distro: ubuntu-22.04
- name: fe
distro: fedora-38
- name: alma
distro: almalinux-9
- name: crystal
distro: crystal-linux
- name: deb
distro: debian
- name: kali
distro: kali-linux
- name: neurodeb
distro: neurodebian-bookworm
- name: rocky
distro: rocky-linux
- name: ub23
distro: ubuntu-23.04
# end autogenerated segment
update_flatpak: true # (3)!
-
containers.nameType: string
Container's name, set by the user
-
containers.distroType: string
Container's distro
-
update_flatpakType: boolean
Toggles whether or not Flatpak is checked during update operations.
-
containersType: object array
Container list