SlideShare a Scribd company logo
Snap your App!
Ted Gould
ted@canonical.com
@tedjgould
Texas Linux Fest
21 Aug 2015
The Plan
●
Give instructions on getting Snappy installed
●
Talk about Snappy
●
Give instructions on downloading demo
●
Talk about building apps for Snappy
●
Build an app for Snappy
QEMU (Virtual Machine Manager)
$ sudo apt-get install
qemu-kvm ubuntu-virt-
mgmt python-spice-
client-gtk
$ kvm-ok
Snappy Image
$ wget
http://releases.ubuntu.com/15.04/ubuntu-
15.04-snappy-amd64-generic.img.xz
$ unxz ubuntu-15.04-snappy-amd64-
generic.img.xz
Test It!
$ kvm -m 512 -redir :8090::4200
-redir :8022::22 ubuntu-15.04-snappy-
amd64-generic.img
$ ssh -p 8022 ubuntu@localhost
Play with it!
Snap Your App
Ubuntu
●
Debian based (package format and policies)
●
Regular Releases
●
Updated via Apt
Ubuntu Phone
●
Click Applications
●
System Image Updates
Why Click?
Millions
Thousands
Leaves are Simpler
Single Dependency
Click
App
Ubuntu TouchUbuntu Touch
Click
App
Click
App
Click
App
Reviewers Don't Scale
Why Image Based Updates?
●
Binary: Works or it doesn't
●
Provides opportunity to
rollback
●
Simple testable states
— Us, acting cooler than
we actually are
“Let's Take Ubuntu Phone
all the way to 11!”
Snappy Ubuntu Core
●
Transactional Updates
●
Snap based Apps
●
Snap frameworks
●
OS snap
App
AppApp
Framework
Snappy Ubuntu CoreSnappy Ubuntu Core
Hardware Abstraction
App
Gadget
Hardware Abstraction
●
Provided by board vendors
●
Allows for custom drivers and config
“Gadget” Snap
●
Per-device configuration
●
Snaps to install
●
Permissions
●
Branding
Framework Snaps
●
Provide shared services
●
Mediate resources
●
IPC to Apps
Mir System
Compositor
Why snap? (not click)
●
Click v2.0
●
Click only for leaf nodes
●
Support for OS and framework snaps
●
Lower level components
Cloud
Internet
Of Things
Corp
IT
Consumer Devices
Trend: Internet of Things
● Smaller computers
● Internet connectivity
● Full OS resources
● Must be reliable
Trend: Consumer Devices
● More complex
interactions
● Bullet-proof
experience
● Complex security
situations
Trend: Corporate/Education IT
●
Verifiable Images
●
Upgrades don't cause
downtime
●
Limited apps and app
permissions
Trend: Cloud and Containers
●
Small base OS (JeOS)
●
Unit of specialized code
●
Tested as a unit
Snappy Store
Store Story: Erle Robotics
Store Store: Networking
Try it today!
http://ubuntu.com/snappy
Progress Check-In
Import into VMM
$ sudo cp ubuntu-15.04-snappy-amd64-generic.img
/var/lib/libvirt/images/
$ sudo chown libvirt-qemu.kvm
/var/lib/libvirt/images/ubuntu-15.04-snappy-amd64-
generic.img
Snap Your App
$ ifconfig
$ sudo snappy install docker
$ sudo snappy install snapcraft-daily.ted
$ snapcraft-daily.snapcraft help
Install Snapcraft
What is a snap?
●
A self-contained
bundle
●
Includes
dependencies
●
Works with
frameworks
You are
here
Snap Definition (package.yaml)
name: photoviewer
version: 0.1
vendor: Ted Gould <ted@canonical.com>
architecture: amd64
frameworks: [mir]
binaries:
- name: photoviewer
exec: qmlscene main.qml --
caps:
- mir_client
- network-client
https://developer.ubuntu.com/en/snappy/guides/filesystem-layout/
Snap Directories
Snapcraft
Snap
Snapcraft
Your
Code
Upstream
Depends
Block Inception
Snapcraft.yaml
parts:
qml:
plugin: qml
photoviewer:
plugin: copy
files:
main.qml: main.qml
PhotoViewerCore: PhotoViewerCore
snappy-metadata: meta
Demo

More Related Content

PDF
Introduction to Ubuntu core, Ubuntu for IoT
PDF
Mark Shuttleworth (Ubuntu) - Faster, Easier and More Secure: The Next Generat...
PDF
BKK16-406 Ubuntu Core - a snappy platform for Embedded, IoT and 96boards!
PDF
Ubuntu - Industrial Internet of Things Intro
PDF
IoT - Innovating without compromising security
ODP
Io t gets snappy with ubuntu core
PDF
如何在 Ubuntu 上更快、更便捷地部署物联网设备
PDF
Ubuntu Core 技术详解
Introduction to Ubuntu core, Ubuntu for IoT
Mark Shuttleworth (Ubuntu) - Faster, Easier and More Secure: The Next Generat...
BKK16-406 Ubuntu Core - a snappy platform for Embedded, IoT and 96boards!
Ubuntu - Industrial Internet of Things Intro
IoT - Innovating without compromising security
Io t gets snappy with ubuntu core
如何在 Ubuntu 上更快、更便捷地部署物联网设备
Ubuntu Core 技术详解

What's hot (20)

PDF
Windows 10 IoT Core, a real sample
KEY
I/O 2011 報告会 ADKで遊んでみた
PPTX
IOS Security Basics - NULL/ OWASP/G4H Meet
PPTX
Eclipse IOT stack over Intel Edison
PPTX
Computer consulting project cowens
PDF
Kubernetes Robotics Edge Cluster System
PPTX
SG Android Devs Meetup July 2013
PDF
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
PPTX
Windows 10 iot core dot net notts - 27-07-15
PDF
Controlling USB Flash Drive Controllers: Expose of Hidden Features
PPT
Linux introduction
PPTX
Android Open Accessory APIs
PDF
SyScan 2015 - iOS 678 Security - A Study in Fail
PDF
Pesta Rilis ParrotOS 4.7
PPTX
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoT
DOCX
Latest Software
PDF
Tizen Connected with IoTivity
PPTX
Zero to one with Android Things - Hieu Hua
PPTX
Mobile processor
Windows 10 IoT Core, a real sample
I/O 2011 報告会 ADKで遊んでみた
IOS Security Basics - NULL/ OWASP/G4H Meet
Eclipse IOT stack over Intel Edison
Computer consulting project cowens
Kubernetes Robotics Edge Cluster System
SG Android Devs Meetup July 2013
Hands-on Labs: Raspberry Pi 2 + Windows 10 IoT Core
Windows 10 iot core dot net notts - 27-07-15
Controlling USB Flash Drive Controllers: Expose of Hidden Features
Linux introduction
Android Open Accessory APIs
SyScan 2015 - iOS 678 Security - A Study in Fail
Pesta Rilis ParrotOS 4.7
Utilisation de la plateforme virtuelle QEMU/SystemC pour l'IoT
Latest Software
Tizen Connected with IoTivity
Zero to one with Android Things - Hieu Hua
Mobile processor
Ad

Similar to Snap Your App (12)

ODP
Snaps on open suse
PDF
Workshop: snap from zero to hero
PDF
Snappy Kamailio
PPTX
Making OSM Snappy
PDF
Snap - the universal packaging format for linux distros
PPTX
Snap Packages on WSL2
PDF
Snapshots, Replication, and Boot-Environments by Kris Moore
PDF
Lpreservereurobsd2014
PDF
TADHack Winner: Snappy Kamailio: Carnival of the Creators
PDF
Ubucon 2016: Internet of self updated things
PDF
Introduction to Ubuntu core, Ubuntu for IoT
PDF
Full system roll-back and systemd in SUSE Linux Enterprise 12
Snaps on open suse
Workshop: snap from zero to hero
Snappy Kamailio
Making OSM Snappy
Snap - the universal packaging format for linux distros
Snap Packages on WSL2
Snapshots, Replication, and Boot-Environments by Kris Moore
Lpreservereurobsd2014
TADHack Winner: Snappy Kamailio: Carnival of the Creators
Ubucon 2016: Internet of self updated things
Introduction to Ubuntu core, Ubuntu for IoT
Full system roll-back and systemd in SUSE Linux Enterprise 12
Ad

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
Cloud computing and distributed systems.
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
A Presentation on Artificial Intelligence
“AI and Expert System Decision Support & Business Intelligence Systems”
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Cloud computing and distributed systems.
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Network Security Unit 5.pdf for BCA BBA.
Chapter 3 Spatial Domain Image Processing.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Machine learning based COVID-19 study performance prediction
Encapsulation_ Review paper, used for researhc scholars
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Dropbox Q2 2025 Financial Results & Investor Presentation
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
NewMind AI Monthly Chronicles - July 2025
NewMind AI Weekly Chronicles - August'25 Week I
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Review of recent advances in non-invasive hemoglobin estimation
Diabetes mellitus diagnosis method based random forest with bat algorithm
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
A Presentation on Artificial Intelligence

Snap Your App