Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Dr. Roy Schestowitz (罗伊) (schestowitz@pleroma.site)'s status on Wednesday, 03-Jun-2020 11:23:16 EDT Dr. Roy Schestowitz (罗伊) Dr. Roy Schestowitz (罗伊)
    Your own in-house #snap factory https://ograblog.wordpress.com/2020/06/03/your-own-in-house-snap-factory/ #ubuntu #gnu #linux
    In conversation Wednesday, 03-Jun-2020 11:23:16 EDT from pleroma.site permalink

    Attachments

    1. Your own in-house snap factory
      By ograblog from Ogra's blog

      When working with customers on snaps and Ubuntu Core one of the most asked questions I get in calls and at events in booth discussions is about building your code in-house.

      Many companies simply do not allow their sources to leave the house …yet many of these customers have also used https://build.snapcraft.io before for their test projects …

      Typically I point such customers to use lxd and snapcraft manually, or to just go with multipass … but then the question comes up “how do I build for my ARM IoT device” ?

      There is no easy way to cross-build snaps so it usually boils down to some complex setup that has some ARM device in the back end doing the actual building and requires some more or less complex work to get it up and running.

      This gave me an idea … and I started to write a bunch of pylxd scripts that you could easily install as a snap to do a build in lxd… pretty much like https://build.snapcraft.io does, just without a UI … This was during the annual company shutdown at the end of last year (canonical shuts down for two weeks over christmas each year).

      In February I tried to actually create a UI, using web sockets talking to the build script to show the output … but I didn’t really get forward with this, the result looked like below and my python looked like shell (it always does somehow !!). Even though it didn’t look too bad, I wasn’t really satisfied with the result, this needed someone who is better with UIs than I am:

      I decided to ask my colleague James if he would be interested in a little spare-time Web UI project and pointed him to my three little python scripts on github … the next evening I got a PR with (felt) 100 new files, lots of go and react code … this went on for several weeks during the Covid-19 shutdown and eventually only a few lines of my original python code survived in the end … the app got shinier every day and James did not stop making awesome usability improvements with every commit …

      So yet the thing was initially my prototype and I still maintain the code tree and the snap package, let me present you James Jesudasons Fabrica !

      Fabrica is your own in-house https://build.snapcraft.io, it allows you to build any branch of any cloneable git tree (yes, it supports gitlab, not only github and you can select different branches, not just master !)

      It will run a native build for the used host architecture inside an lxd container …

      You might have noticed the URL in the browser screenshots above, there Fabrica runs a build on top of an Ubuntu Core 18 installed 8GB Raspberry Pi4 where I put the /writable partition onto a very fast USB 3.1 SSD. For the fun of it I made Fabrica build its own git tree in parallel on my local Fabrica instance as well as on build.snapcraft.io:

      There might be some additional stuff that build.snapcraft.io does here and all this is indeed totally unscientific but I still find 10min faster builds actually significant 🙂

      You can easily install Fabrica yourself, it is available for all snap architectures except i386, all you need is an already installed lxd:

      sudo snap install lxd
      sudo lxd init # just hit enter for all the questions
      

      Then install the Fabrica snap and connect its interfaces:

      sudo snap install fabrica
      sudo snap connect fabrica:mount-observe
      sudo snap connect fabrica:system-observe
      sudo snap connect fabrica:lxd lxd
      

      Point your browser to either http://localhost:8000 or use an IP instead of localhost if you are accessing from another machine.

      Git trees you add will be checked for new commits every 5 minutes and snap builds start automatically for each new commit of the branch you defined when adding the tree.

      There is no auto-upload feature yet, so you need to download the snap through the web UI and manually upload it to the store. The whole thing uses only http, not https and there is no user authentication mechanism, so please do not use Fabrica on an internet site, it is really just designed for usage in a protected LAN currently.

      Since it is still some work to set up an instance and since the snap world focuses on pre-made appliances this cycle, here is a first (very experimental) attempt of creating a pi4 pre-configured Ubuntu Core18 appliance that you can just dump on your pi4 to get started quickly (I will write a few more blog posts about building such an appliance image soon)

      The source tree as well as the URL for filing issues are linked on the Fabrica snapcraft.io page. Any feedback is indeed very very welcome by James and me.

  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.