Activity log for bug #2064121

Date Who What changed Old value New value Message
2024-04-29 13:48:41 Damian Zaręba bug added bug
2024-04-29 13:48:41 Damian Zaręba attachment added image definition after applying changes written in description https://bugs.launchpad.net/bugs/2064121/+attachment/5772488/+files/image_definition.yaml
2024-04-29 13:48:54 Damian Zaręba description OS: Ubuntu Unity 24.04 Ubuntu-image version: 3.4+snap1\ When using example provided under this link: https://github.com/canonical/ubuntu-image/blob/main/internal/imagedefinition/README.rst Image doesn't build at all. Error: ```yaml Error: yaml: unmarshal errors: line 8: cannot unmarshal !!map into string ``` When editing this like from ```yaml kernel: name: linux-raspi ``` to: ```yaml kernel: linux-raspi ``` Then ubuntu-image returns following error: ``` WARNING: rootfs.sources-list-deb822 was not set. Please explicitly set the format desired for sources list in your image definition. WARNING: rootfs.sources-list-deb822 is set to false. The deprecated format will be used to manage sources list. Please if possible adopt the new format. Error: Schema validation failed: [ModelAssertion: Does not match format 'uri'] ``` OS: Ubuntu Unity 24.04 Ubuntu-image version: 3.4+snap1 When using example provided under this link: https://github.com/canonical/ubuntu-image/blob/main/internal/imagedefinition/README.rst Image doesn't build at all. Error: ```yaml Error: yaml: unmarshal errors:   line 8: cannot unmarshal !!map into string ``` When editing this like from ```yaml kernel:   name: linux-raspi ``` to: ```yaml kernel: linux-raspi ``` Then ubuntu-image returns following error: ``` WARNING: rootfs.sources-list-deb822 was not set. Please explicitly set the format desired for sources list in your image definition. WARNING: rootfs.sources-list-deb822 is set to false. The deprecated format will be used to manage sources list. Please if possible adopt the new format. Error: Schema validation failed: [ModelAssertion: Does not match format 'uri'] ```
2024-04-29 14:37:15 Paul Mars ubuntu-image: importance Undecided Low
2024-04-29 14:37:17 Paul Mars ubuntu-image: assignee Paul Mars (upils)
2024-04-29 14:37:21 Paul Mars ubuntu-image: status New In Progress
2024-04-29 14:37:31 Paul Mars tags classic raspberry-pi classic foundations-todo raspberry-pi
2024-04-29 14:53:18 Paul Mars ubuntu-image: status In Progress Fix Committed
2024-04-29 15:20:55 Damian Zaręba attachment added Output of ubuntu-image classic image_def.yaml https://bugs.launchpad.net/ubuntu-image/+bug/2064121/+attachment/5772504/+files/output.txt