github.com/canonical/ubuntu-image@v0.0.0-20240430122802-2202fe98b290/internal/statemachine/testdata/image_definitions/test_invalid_model_assertion_url.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  model-assertion: pi-generic.model
     9  gadget:
    10    url: "https://github.com/snapcore/pi-gadget.git"
    11    branch: "classic-redesign"
    12    type: "git"
    13  rootfs:
    14    seed:
    15      urls:
    16        - "git://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/"
    17      branch: jammy
    18      names:
    19        - server
    20        - minimal
    21        - standard
    22        - cloud-image
    23        - ubuntu-server-raspi
    24  customization:
    25    cloud-init:
    26      user-data: |
    27        #cloud-config
    28        chpasswd:
    29          expire: true
    30          users:
    31            - name: ubuntu
    32              password: ubuntu
    33              type: text
    34    extra-packages:
    35      - name: ubuntu-minimal
    36      - name: linux-firmware-raspi
    37      - name: pi-bluetooth
    38  artifacts:
    39    img:
    40      -
    41        name: raspi.img
    42    manifest:
    43      name: raspi.manifest