CBL-Mariner/toolkit
Sam Meluch 31f1cafb41
Filter out debuginfo packages when running sodiff (#6698) (#10295)
Co-authored-by: Sam Meluch <sam.meluch@microsoft.com>
2024-08-30 15:27:06 -05:00
..
docs Fix error when doing password hashing for aarch64 offline image builds (#10111) 2024-08-12 16:13:28 -07:00
imageconfigs selinux-policy: Change SELinux policy module composition. (#10207) 2024-08-21 14:22:24 -04:00
resources kernel-uki: remove usrmount from initrd (#10168) 2024-08-30 10:42:35 -07:00
scripts Filter out debuginfo packages when running sodiff (#6698) (#10295) 2024-08-30 15:27:06 -05:00
tools Image Customizer: Add tests for Azure Linux 3.0. (#10249) 2024-08-29 17:34:19 -07:00
.gitignore Improve handling of preview repo files (#9325) 2024-06-07 16:49:25 -07:00
Makefile Makefile: fix typo clean-imggen (#10300) 2024-08-29 23:48:10 -07:00
README.md docs: Add documentation on how to add a new package. (#8178) 2024-03-25 07:28:19 -07:00
pkgbld.sh toolkit/pkgbld.sh: add a helper script to build packages locally (#9960) 2024-07-31 11:08:16 +05:30

README.md

Quick Start Guide

  • Recommended if you want to try Azure Linux.
  • Quickly build the Standard Azure Linux image, install and use.

Tutorial for Building Custom Azure Linux Based Images

  • Recommended if you are a developer and want to experiment with Azure Linux.
  • Quickly build a Custom Azure Linux image, install and use.
  • Learn how to add new or existing packages to Azure Linux at build time.
  • Learn how to customize the Azure Linux Kernel.
  • Learn how to create an Unattended Installer.
  • Other Advanced Topics.

Build Users Guide

  • Recommended if you are a developer and want to learn how to fully build Azure Linux.
  • Build Azure Linux end-to-end.
  • Advanced building topics.
  • Build parameters and environment variables.
  • packages.microsoft.com repository structure breakdown.

How the Build System Works

  • Initial prep, local packages, package builds, image generation.

Understanding build logs

  • Understanding common build logs with a focus on errors and warnings and how to interpret them.

Adding a new package

  • A tutorial on how to add a new package to Azure Linux and test it.

OS security

  • Topics related to system security.