❄️ The toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images
Go to file
dependabot[bot] 3c9331896d Bump golang.org/x/crypto from 0.42.0 to 0.43.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.43.0.
- [Commits](https://github.com/golang/crypto/compare/v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 12:57:58 +02:00
.github Drop cleanup worker step 2025-09-30 11:49:45 +02:00
.obs Fix elemental-toolkit build for Dev env 2025-02-04 13:28:15 +01:00
cmd Add snapshotter.type flag to build-disk command 2025-09-30 10:58:50 +02:00
docs Update copyright year (2025) 2025-01-07 16:43:28 +01:00
examples Permissive mode for green selinux 2025-08-06 13:53:10 +02:00
internal/version Update copyright year (2025) 2025-01-07 16:43:28 +01:00
make
pkg Use chroot to label previously binded mountpoints 2025-10-01 11:10:15 +02:00
scripts Simplify podman calls in CI steup 2024-12-13 11:27:38 +01:00
tests Update copyright year (2025) 2025-01-07 16:43:28 +01:00
vendor Bump golang.org/x/crypto from 0.42.0 to 0.43.0 2025-10-13 12:57:58 +02:00
.codecov.yaml
.dockerignore
.gitignore
.gitmodules
.golangci.yml golangci-lint: use new formats config property 2025-02-17 11:15:53 +01:00
.goreleaser.yaml
CODEOWNERS
CONTRIBUTING.md
Dockerfile Bump go version to 1.24 in Dockerfile 2025-08-07 13:26:12 +02:00
LICENSE
Makefile Add snapshotter.type flag to build-disk command 2025-09-30 10:58:50 +02:00
README.md
config.yaml.example
go.mod Bump golang.org/x/crypto from 0.42.0 to 0.43.0 2025-10-13 12:57:58 +02:00
go.sum Bump golang.org/x/crypto from 0.42.0 to 0.43.0 2025-10-13 12:57:58 +02:00
main.go Update copyright year (2025) 2025-01-07 16:43:28 +01:00

README.md

Elemental Toolkit

Build nightly

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

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 section in the documentation.

License

Copyright (c) 2020-2024 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.