No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
== Rebase == | == Rebase == | ||
It must be possible to rebase to a different IoT release by using the | It must be possible to rebase to a different IoT release by using the {{command|rpm-ostree rebase}} command. | ||
== Greenboot == | == Greenboot == |
Latest revision as of 14:24, 10 October 2018
IoT Release Criteria
Installation
The Fedora IoT Installation ISO must work and the resulting installation must boot in their supported configurations. The IoT images must boot on supported hardware.
Supported Hardware
AArch64
Raspberry Pi 3/3+ Dragonboard Pine 64
x86_64
Initial-Setup Service
The initial-setup service must run on all images and allow users to create a privileged user (administrator) account.
Upgrade
When a new ostree is composed and made available, it must be possible to upgrade an existing host using rpm-ostree upgrade
.
Rollback
After upgrading to the latest ostree, it must be possible to rollback to an older version using the rpm-ostree rollback
command.
Layered Package Installation
It must be possible to install additional software with rpm-ostree install
command. Software installation must also include dependencies where necessary and installed software should provide the intended functionality.
Rebase
It must be possible to rebase to a different IoT release by using the rpm-ostree rebase
command.
Greenboot
Container Runtime
The Podman container runtime must be present on all images and installed by default when using the ISO installer. It must be possible to deploy a container image.