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)!
  1. containers.name

    Type: string

    Container's name, set by the user

  2. containers.distro

    Type: string

    Container's distro

  3. update_flatpak

    Type: boolean

    Toggles whether or not Flatpak is checked during update operations.

  4. containers

    Type: object array

    Container list