[Bug 1871919] Re: images with only core18-based snaps fail to build

Launchpad Bug Tracker 1871919 at bugs.launchpad.net
Thu Apr 9 20:39:12 UTC 2020


Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: livecd-rootfs (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1871919

Title:
  images with only core18-based snaps fail to build

Status in livecd-rootfs package in Ubuntu:
  Triaged

Bug description:
  Building an ubuntu-cpc minimal image by default would have no snaps
  installed.  When I binary hook seeds a snap that has a core18 base
  the build will fail when calling 'snap debug validate-seed' because
  the snapd snap is missing.

  Additionally, an image with snaps that only depend on core18 (which
  isn't in the ubuntu-cpc:minimized project) would still ship 'core'.
  This was found by code inspection and reported in bug #1871912.

  We want to build images that only contain the appropriate core image
  and when that is not core it should have snapd preseeded.

  The _snap_post_process function is meant to install snapd if core18 is the
  only core snap installed or remove snapd if core is installed and snapd
  was not explicitly installed. But the current logic in _snap_preseed
  will never call _snap_post_process. $core_name will never be empty
  with the existing logic, and even if it were that would only be for the
  'core' snap and we'd miss using the 'core18' logic that pulls in snapd.
  Given the case statement in _snap_post_process can handle doing the
  right thing given any snap we can just call it unconditionally.

  Seeding any snap via snap_preseed will evaluate the base for each snap
  and seed the appropriate base. There should be no reason to explicitly
  seed the 'core' snap and with snaps moving to 'core18' this will add
  'core' without need.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1871919/+subscriptions



More information about the foundations-bugs mailing list