Download

How to get cOS vanilla assets: ISOs, Cloud Images, Vagrant boxes, ….

cOS-toolkit releases consist on container images that can be used to build derived against and the cos source tree itself.

cOS supports different release channels, all the final and cache images used are tagged and pushed regularly to Quay Container Registry and can be pulled for inspection from the registry as well.

Those are exactly the same images used during upgrades, and can also be used to build Linux derivatives from cOS.

For example, if you want to see locally what’s in a openSUSE cOS version, you can:

$ docker run -ti --rm quay.io/costoolkit/releases-green:cos-system-$VERSION /bin/bash

Download cOS

You can also try out cOS from the vanilla images and use it to experiment locally or either bootstrap a derivative: those are minimal system with a small package set in order to boot and deploy a container.

Latest cOS-toolkit releases assets (ISOs, Raw disks, Cloud images) can be found on Github, check Booting for an explanation of each asset type and how to use it.

cOS can run in: VMs, baremetals and Cloud - the default login username/password is root/cos.

Install

To install run elemental install <device> to start the installation process. Remove the ISO/medium and reboot.

Note: elemental install supports other options as well. Run elemental install --help to see a complete help.

Releases

cOS has 3 variants:

  • green: openSUSE based one, shipping packages from OpenSUSE Leap 15.3 repositories.
  • blue: Fedora based one, shipping packages from Fedora 33 repositories
  • orange: Ubuntu based one, shipping packages form Ubuntu 20.10 repositories

We currently support and test only the green variant.

Published AMI images

We publish AMI images for each release, you can find them into ec2 for example with:

aws ec2 describe-images --filters 'Name=description,Values=cOS*'

The list of all the published AMI is released as part of the releases assets with the ami_id.txt.tar.xz file, e.g. v0.6.7

The AMI Owner ID is 053594193760.

What to do next?

Check out the customization section to customize cOS or the tutorial section for some already prepared recipe examples.


Last modified May 6, 2022 : Skip generating docs (d29a239)