You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
Each OBS release [1] results in 2 new package versions for the assets used by the hypervisor:
linux-container for the kernel
clear-containers-image for the rootfs image
We need to document in the wiki [2]:
Where the sources for these packages are.
How they are built.
We specifically also need to document the process for creating updated packages triggered by a CVE security fix in either of the assets.
Admins will also probably want to know roughly how frequent the updates are going to be so we need to explain:
weekly builds (with new asset versions).
CVE security fix releases (potentailly any number of releases at any time).
We should also encourage all users to keep their systems updated to ensure they are using the latest assets versions. That will involve explaining how to check if their assets are not current which is in fact a two-part operation:
Update your system (apt-get update, etc).
Potentially restart any long-running containers (see [3]).
Each OBS release [1] results in 2 new package versions for the assets used by the hypervisor:
linux-containerfor the kernelclear-containers-imagefor the rootfs imageWe need to document in the wiki [2]:
We specifically also need to document the process for creating updated packages triggered by a CVE security fix in either of the assets.
Admins will also probably want to know roughly how frequent the updates are going to be so we need to explain:
We should also encourage all users to keep their systems updated to ensure they are using the latest assets versions. That will involve explaining how to check if their assets are not current which is in fact a two-part operation:
apt-get update, etc).[1] - http://download.opensuse.org/repositories/home:/clearcontainers:/clear-containers-3/
[2] - Initially, but maybe this should become an in-tree document at some point.
[3] - #631