Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://rancher.github.io/elemental-toolkit/
:snowflake: The toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images
https://rancher.github.io/elemental-toolkit/
cloud cloud-native containerized-os
Last synced: 4 days ago
JSON representation
:snowflake: The toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images
- Host: GitHub
- URL: https://rancher.github.io/elemental-toolkit/
- Owner: rancher
- License: apache-2.0
- Created: 2021-01-08T10:20:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T13:48:19.000Z (5 months ago)
- Last Synced: 2024-06-29T09:26:07.439Z (4 months ago)
- Topics: cloud, cloud-native, containerized-os
- Language: Go
- Homepage: https://rancher.github.io/elemental-toolkit/docs/
- Size: 48.9 MB
- Stars: 277
- Watchers: 16
- Forks: 48
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome_atomic - Elemental Toolkit - A toolkit which allows container images to be bootable in VMs, baremetals, embedded devices, and much more. Elemental and derivatives share a common feature set, can be upgraded with a A/B mechanism, and upgrades are delivered with standard container registries. (Lower level tools)
README
# Elemental Toolkit
[![Build](https://github.com/rancher/elemental-toolkit/actions/workflows/build.yaml/badge.svg)](https://github.com/rancher/elemental-toolkit/actions/workflows/build.yaml)
[![nightly](https://github.com/rancher/elemental-toolkit/actions/workflows/nightly.yaml/badge.svg?branch=main)](https://github.com/rancher/elemental-toolkit/actions/workflows/nightly.yaml)Elemental-toolkit 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.github.io/elemental-toolkit/docs](https://rancher.github.io/elemental-toolkit/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 little customization on top
- Immutable-first, but with a flexible layout
- Cloud-init driven
- Based on systemd
- Built and upgraded from containers
- OTA updates
- Easy to customize
- Cryptographically verified### Quick start
Check out our [getting-started](https://rancher.github.io/elemental-toolkit/docs/getting-started/) section in the documentation.
## License
Copyright (c) 2020-2024 [SUSE, LLC](http://suse.com)
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](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.