- Go 86.1%
- HTML 7.2%
- Makefile 3.3%
- Shell 2.5%
- Go Template 0.5%
- Other 0.4%
|
All checks were successful
/ Build RPM for ALT (sisyphus) (push) Successful in 2m25s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .vscode | ||
| alt | ||
| cmd/image-factory | ||
| deploy/helm | ||
| docs | ||
| enterprise | ||
| hack | ||
| internal | ||
| pkg | ||
| tools | ||
| vendor | ||
| .codecov.yml | ||
| .conform.yaml | ||
| .gitignore | ||
| .golangci.yml | ||
| .kres.yaml | ||
| .license-header.go.txt | ||
| .markdownlint.json | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| Taskfile.yml | ||
Image Factory
The Image Factory provides a way to download ALT Orchestra artifacts. Artifacts can be generated with customizations defined by a "schematic". A schematic can be applied to any of the versions of ALT Orchestra offered by the Image Factory to produce a "model".
The following assets are provided:
- ISO
- kernel, initramfs, and kernel command line
- UKI
- disk images in various formats (e.g. AWS, GCP, VMware, etc.)
installercontainer images
The supported frontends are:
- HTTP
- PXE
- Container Registry
The official Image Factory is available at https://factory.altlinux.space.
Acknowledgments
This project is based on the Talos Linux Image Factory, developed by Sidero Labs.
ALT Orchestra Image Factory is a fork and adaptation of the original Talos Linux Image Factory, modified to support ALT Orchestra-specific artifacts, configurations, and workflows.
License
The Image Factory is licensed under the Mozilla Public License, version 2.0, except for the code in the enterprise/ folder.
The enterprise/ folder contains original code by Sidero Labs,
licensed under the Business Source License 1.1.
It is not included in the build by default and is not modified by this project.