johnliu55tw / cOS-toolkit

:snowflake: cOS is a toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images

Home Page:https://rancher-sandbox.github.io/cos-toolkit-docs/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages containerOS toolkit

containerOS (cOS) is a toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images with a common featureset - allows container images to be bootable in VMs, baremetals, embedded devices, and much more.

It is designed to reduce the maintenance surface, with a flexible approach to provide upgrades from container registries. It is cloud-init driven and also designed to be adaptive-first, allowing easily to build changes on top.

Documentation is available at https://rancher-sandbox.github.io/cos-toolkit-docs/docs

Design goals

  • A Manifest for container-based OS. It contains just the common bits to make a container image bootable and to be upgraded from, with few customization on top
  • Immutable-first, but with a flexible layout
  • Cloud-init driven
  • Based on systemd
  • Built and upgraded from containers - It is a single image OS!
  • OTA updates
  • Easy to customize
  • Cryptographically verified

Quick start

Check out our getting-started section in the documentation.

Build status

Flavor Releases Build Nightly Examples
green-x86_64 Build cOS releases-green-x86_64 Build cOS master-green-x86_64 Build cOS nightly-green-x86_64 Build cOS Examples-green-x86_64
green-arm64 Build cOS releases-green-arm64 Build cOS master-green-arm64 N/A N/A
orange-x86_64 Build cOS releases-orange-x86_64 Build cOS master-orange-x86_64 Build cOS nightly-orange-x86_64 N/A
blue-x86_64 Build cOS releases-blue-x86_64 Build cOS master-blue-x86_64 Build cOS nightly-blue-x86_64 N/A

License

Copyright (c) 2020-2021 SUSE, LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

:snowflake: cOS is a toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images

https://rancher-sandbox.github.io/cos-toolkit-docs/docs

License:Apache License 2.0


Languages

Language:Shell 59.8%Language:Go 30.4%Language:HCL 7.4%Language:Makefile 1.6%Language:Python 0.3%Language:Dockerfile 0.3%Language:NSIS 0.2%