conference logo

Playlist "Distributing Freedesktop SDK applications to Flatpak, Snapd and Docker"

Distributing Freedesktop SDK applications to Flatpak, Snapd and Docker

Valentin David

BuildStream is used to build Freedesktop SDK for different deployment systems allowing applications based on it to be distributed at once to multiple systems.

Flatpak, Snapd and Docker are similar. They are all used for deployment and applications use their own runtime.

Each system has its own tools for development. Flatpak uses Flatpak Builder. Snapd uses Snapcraft. Docker development is based on `Dockerfile`s.

Freedesktop SDK was developed to be the runtime of Flatpak. It used to be partly built with Flatpak Builder. It has since changed to be built with a deployment system agnostic tool: BuildStream. For this reason we can export the Freedesktop SDK to multiple formats.

We will show how it is possible to build an application for the three systems at once.