github.com/canonical/ubuntu-image@v0.0.0-20240430122802-2202fe98b290/internal/statemachine/testdata/image_definitions/test_rootfs_seed.yaml (about)

     1  name: ubuntu-server-raspi-arm64
     2  display-name: Ubuntu Server Raspberry Pi arm64
     3  revision: 2
     4  architecture: arm64
     5  series: jammy
     6  class: preinstalled
     7  kernel: linux-raspi
     8  gadget:
     9    url: "https://github.com/snapcore/pi-gadget.git"
    10    branch: classic
    11    type: "git"
    12  rootfs:
    13    seed:
    14      urls:
    15        - "https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/"
    16      branch: jammy
    17      names:
    18        - server
    19        - minimal
    20        - standard
    21        - cloud-image
    22        - ubuntu-server-raspi
    23  customization:
    24    cloud-init:
    25      user-data: |
    26        #cloud-config
    27        chpasswd:
    28          expire: true
    29          users:
    30            - name: ubuntu
    31              password: ubuntu
    32              type: text
    33    extra-packages:
    34      - name: ubuntu-minimal
    35      - name: linux-firmware-raspi
    36      - name: pi-bluetooth
    37  artifacts:
    38    img:
    39      -
    40        name: raspi.img
    41    manifest:
    42      name: raspi.manifest