Граф коммитов

1539 Коммитов

Автор SHA1 Сообщение Дата
George Mileka 9346d073c8
[MIC ISO generation] Allow adding kernel parameters to the LiveOS iso grub.cfg. (#7744) 2024-02-12 17:28:48 -08:00
George Mileka a04b99f3d9
[MIC] add schema overview to the configuration docs. (#7767) 2024-02-12 13:24:48 -08:00
Andrew Phelps 069533dabb
Revert "Upgrade createrepo_c to 1.0.3 (#7715)" (#7816) 2024-02-09 16:17:12 -08:00
Neha Agarwal 9fddf7e5ee
refactor specreader utils into separate package (#7783) 2024-02-09 13:49:00 -08:00
Mykhailo Bykhovtsev 7a5401b6d3
Renaming mariner-release into azurelinux-release (#7545) 2024-02-09 10:19:19 -08:00
Roaa Sakr a2b797ced0
Update documentation to include prerequisites required to run image customizer (#7790)
Signed-off-by: Roaa Sakr <romoh@microsoft.com>
2024-02-09 08:42:28 -08:00
George Mileka 0a733ceedc
Add support for additional files in mic generated isos. (#7660) 2024-02-08 13:46:53 -08:00
Pawel Winogrodzki 2679fc4683
Split failing and passing tests in the summary. (#7764) 2024-02-08 10:08:55 -08:00
suresh-thelkar eb4e4ef23d
Upgrade createrepo_c to 1.0.3 (#7715) 2024-02-08 16:25:33 +05:30
Alberto Perez 4e3ffe8a7d
Update libsolv package to version 0.7.28 (#7719)
Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com>
2024-02-07 19:36:35 -06:00
amritakohli 2047c4967f
Image Customizer: change raw-zstd to raw-zst (#7756) 2024-02-07 14:15:04 -08:00
Neha Agarwal db43a68e1b
Add copyright header if missing in shell scripts (#7738) 2024-02-07 09:27:57 -08:00
Pawel Winogrodzki 5b70454dc2
Extended spec PR check to verify the `Distribution` tag. (#7732) 2024-02-06 18:34:30 -08:00
Dan Streetman 9ac2da74a9 systemd: updates for azure linux 2024-02-06 19:23:18 -05:00
Dan Streetman 0378f04189 systemd-bootstrap: do not conflict with polkit dir 2024-02-06 19:23:18 -05:00
Pawel Winogrodzki 5a9dcf8296
Removed extra double quote in the toolkit. (#7737) 2024-02-06 16:00:42 -08:00
Neha Agarwal 0c456aea30
setuplkgtoolchain: delete lkgfile after use (#7726) 2024-02-06 15:30:23 -08:00
Chris Gunn d32afcc782
Imager: Stop keyboxd (#7702) 2024-02-06 14:44:33 -08:00
Muhammad Falak R Wani 6359c27c2d
treewide: *.spec: switch Distribution to Azure Linux (#7606)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-06 12:14:23 -08:00
nicolas guibourge f5ad272581
Mariner 3.0 - Upgrade some perl-* spec (#7627)
Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
Co-authored-by: Nicolas Guibourge <nicolasg@microsoft.com>
2024-02-06 07:57:41 -08:00
Pawel Winogrodzki de4c12b262
Added a `patch` macro check for format deprecated in 4.18+ RPM. (#7693) 2024-02-06 00:02:09 -08:00
Lanze Liu 5ae479f456
imagecustomizer: append unit tests for MIC Verity related. (#7594)
Co-authored-by: lanzeliu <lanzeliu@microsoft.com>
2024-02-05 09:17:47 -08:00
Chris Gunn 8bb3cf0482
Image Customizer: Add support for SELinux (#7492) 2024-02-02 16:05:09 -08:00
Vince Perri 2e790881e4
kernel: Config changes to converge kernel-hci with kernel (#7468) 2024-02-02 15:27:01 -05:00
Neha Agarwal c777068105
Sort, reorder and color build summary output (CP of #6649) (#7645)
Add new make option LOG_COLOR with options auto (default), always, never. 'always' colors both terminal output and logs; 'auto' colors only terminal output but not the logs; 'never' disables color in both
2024-02-02 11:50:12 -08:00
George Mileka 574ba2b622
Add LiveOS ISO creation support to MIC. (#7544) 2024-02-02 11:33:09 -08:00
Lanze Liu 7f4baa9d9c
Bugfix adding dracut config recommended white spaces. (#7622)
Co-authored-by: lanzeliu <lanzeliu@microsoft.com>
2024-02-01 22:39:36 -08:00
George Mileka 1824411b0e
The isomaker library should return errors on failure and not terminate … (#7454) 2024-02-01 14:49:40 -08:00
Andrew Phelps b2dccc10f5
toolkit: add scripts/setuplkgtoolchain.sh (#7554) 2024-02-01 14:27:48 -08:00
Andrew Phelps 0aa233562a
rpm: upgrade to 4.18.1 (#7560) 2024-02-01 12:25:14 -08:00
Vince Perri b529cdcef8
Sort mariner-required-configs.json for kernel configs and add a workflow check for it (#7459)
Co-authored-by: Trung <tvuong@microsoft.com>
2024-02-01 14:26:43 -05:00
Neha Agarwal 18e87dbe15
containerized-build: change arch name for daily-build-repo (#7521) 2024-01-30 16:41:11 -08:00
Andrew Phelps e8a68d2718
coreutils: upgrade to 9.4 (#7507) 2024-01-30 15:33:30 -08:00
Dan Streetman e7314b913e use systemd-bootstrap-rpm-macros 2024-01-30 16:23:16 -05:00
Dan Streetman 5c2c14b916 remove 'extra' kernel config that breaks the build 2024-01-30 16:23:16 -05:00
Muhammad Falak R Wani 5076bba978
containerized-rpmbuild: avoid failure if lkg json file does not exist (#7534)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-30 21:46:02 +05:30
Mykhailo Bykhovtsev 461715a03a
fix architecture naming scheme for daily builds in the toolkit make file (#7497) 2024-01-29 12:15:54 -08:00
Pawel Winogrodzki 8247354f2a
#6996 port: Added a cross-compilation subpackage for aarch64 into gcc. (#7465)
Co-authored-by: dallasd1 <dadelan@microsoft.com>
2024-01-29 10:44:54 -08:00
CBL-Mariner-Bot 6fb3defec8
[AUTOUPGRADE-CORE] Upgrade ca-certificates Msft cert change (#7503) 2024-01-26 16:24:45 -08:00
George Mileka 6bdda9ab19
Refactor IsoMaker so that it is usable from MIC (#7429) 2024-01-26 13:39:01 -08:00
Rachel Menge 892de68450
Update kernel to 6.6.12.1 (#7472)
Update kernel to 6.6.12.1. Note that support for CONFIG_DEBUG_CREDENTIALS was removed [207f135d819344c03333246f784f6666e652e081].
2024-01-26 12:10:25 -08:00
Pawel Winogrodzki 5db0545157
Port #7475: Added initial doc about reading error logs. (#7489) 2024-01-26 11:22:10 -08:00
Neha Agarwal dcb990edca
containerized-rpmbuild: add to 3.0 (#7352)
Co-Authored by Muhammad Falak R Wani @mfrw
2024-01-25 23:42:22 -08:00
Pawel Winogrodzki e47fbe8056
Ported cross-compilation `binutils` and `kernel-headers` from `main`. (#7351) 2024-01-25 09:58:25 -08:00
nicolas guibourge 6da352e303
mariner-3.0 - clang llvm lld lldb compilerRt upgrades (#7331)
Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
2024-01-25 09:39:56 -08:00
amritakohli aed9aca418
Image Customizer: Shrink ext2/ext3/ext4 filesystems before extracting partition files (#7440) 2024-01-24 18:29:07 -08:00
Lanze Liu bc07f6f9bd
Switch to mkinitrd for updating initrd img for DM-Verity. (#7422)
Co-authored-by: lanzeliu <lanzeliu@microsoft.com>
2024-01-23 13:21:19 -08:00
Andrew Phelps 12a53b6024
make: upgrade to 4.4.1 (#7384) 2024-01-23 12:37:25 -08:00
Chris Gunn 1201f4a286
Fix SELinux labeling of special dirs (#7350) 2024-01-22 16:49:07 -08:00
elainezhao96 f5966e4f5c
Image Customizer: remove adduser-config.yaml file (#7371) 2024-01-22 14:21:06 -08:00