From 74faade8adcd0c2a75bbaba84ac019606ad394e7 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 7 Aug 2025 15:59:38 +0300 Subject: [PATCH] m --- nontech/intelligence/people/artamonov.txt | 4 +++ os/linux/immutable/atomic/bootc.txt | 33 +++++++++++++++++++++++ pages/books/manning.txt | 3 +++ pages/to-atomic.txt | 1 + 4 files changed, 41 insertions(+) diff --git a/nontech/intelligence/people/artamonov.txt b/nontech/intelligence/people/artamonov.txt index 09d0ec096..2e4be4b04 100644 --- a/nontech/intelligence/people/artamonov.txt +++ b/nontech/intelligence/people/artamonov.txt @@ -142,6 +142,10 @@ Metla - Petkus - Artamonov - Kazakov - HQ People are at SVO of 1:20:43 UnionVeche - Dautov - Artamonov - Why Iran Thrown Asad 40:00 of 1:01:06 https://www.youtube.com/watch?v=AX8mIEx1Is0 2024 +AbstractUnderstanding - Arcaim Raskopki of 21:50 + https://www.youtube.com/watch?v=jnoT7M4JRW4 + ! Yuzhnouralkiy Gos-University - made raskopki of Arkaim + ! 5-6 poseleniy, povtoryayuschih cherty Arkaima Optina - Ilnitskiy - Artamonov - RU in PredApocalypse Time of 1:40:48 https://www.youtube.com/watch?v=assHKXfSGMw ! 1:04:00 FRS lives because of War !!! diff --git a/os/linux/immutable/atomic/bootc.txt b/os/linux/immutable/atomic/bootc.txt index 53001e2f9..13f3a4288 100644 --- a/os/linux/immutable/atomic/bootc.txt +++ b/os/linux/immutable/atomic/bootc.txt @@ -116,6 +116,9 @@ https://docs.fedoraproject.org/en-US/bootc/authentication/ https://osbuild.org/ https://github.com/osbuild/bootc-image-builder + 2025 + FedoraProject - Live Coding: Templates with Image Builder 7:00 of 1:08:55 + https://www.youtube.com/watch?v=UnXLAs35ov8 https://osbuild.org/docs/bootc/ https://centos.github.io/centos-bootc/ @@ -140,6 +143,8 @@ https://www.youtube.com/watch?v=-5O3p8KCMiw DevConf.CZ - Bootable Containers in Action: Hands on with Deploying AI Workloads 13:00 of 34:00 https://www.youtube.com/watch?v=c6roAHAXfU8 https://pretalx.devconf.info/devconf-cz-2025/talk/WMBRWB/ + https://github.com/containers/ai-lab-recipes + https://github.com/containers/ai-lab-recipes/tree/main/training ! 7:00 bootable container contains "linux kernel" additionally ! 12:30 RUN --mount=type=cache,target=/workdir --mount=type=bind,rw=true,src=.,dst=/buildcontext,bind-propagation=shared \ ! /src/build.sh @@ -148,6 +153,8 @@ DevConf.CZ - Bootable Containers in Action: Hands on with Deploying AI Workloads ! ostree.bootable="1" \ ! ENV container=oci ! 17:30 podman desktop ext - 'bootable containers' - for running VMs + ! 20:00 sample of Containerfile + ! 27:00 bootc-image-builder DevConf - Managing Your Laptop with Bootable Containers, Fedora Toolbox, Nix, & Home Manager 0:00 of 33:05 https://www.youtube.com/watch?v=P9XydScZZzs https://pretalx.devconf.info/devconf-cz-2025/talk/G9JURJ/ @@ -175,6 +182,22 @@ DevConf - Simplify security compliance with bootable containers 0:00 of 36:37 sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v $(pwd)/config.toml:/config.toml:ro -v $(pwd)/output:/output \ -v /var/lib/containers/storage:/var/lib/containers/storage quay.io/centos-bootc/bootc-image-builder:latest --type qcow2 --local --rootfs xfs localhost/cis:latest sudo virt-install --name demo_vm --cpu host --vcpus 4 --memory 4096 --import --disk ./output/qcow2/disk.qcow2,format=qcow2 --quiet --autoconsole none --os-variant fedora-eln +DevConf - UKIs and composefs support for Bootable Containers 11:00 of 37:18 + https://www.youtube.com/watch?v=D7HqckeHlx8 + https://pretalx.devconf.info/devconf-cz-2025/talk/739KGC/ + https://pretalx.devconf.info/media/devconf-cz-2025/submissions/739KGC/resources/UKIs-and-composefs-support-for-Bootable-Con_5fcDA6u.pdf + !!! + ! 1:00 composefs (/var/composefs) combines + ! overlayfs, EROFS and fs-verify (opt) + ! https://asciinema.org/~travier + ! https://asciinema.org/a/722866 + ! https://asciinema.org/a/722867 + ! https://asciinema.org/a/722868 + ! The utility to manipulate machines owner keys which managed in shim + ! dnf/mokutil + ! https://commandmasters.com/commands/mokutil-linux/ + ! ? mokutil --sb-state + ! ? mokutil --db 2024 FedoraProject - DNF and bootc in Image Mode for Fedora - Fedora 41 Release Party of 14:36 https://www.youtube.com/watch?v=6FAVsMbhfnA @@ -264,6 +287,15 @@ All Systems Go! - bootc: Generating an ecosystem around bootable OCI containers ! ... ! podman run --privileged bootc install to-filesystem ... ! 24:00 !!! components diagram +AllSystemsGo - The road to a trusted and measured boot chain in Bootable Containers 6:00 of 40:35 + https://www.youtube.com/watch?v=xQT5IqL0kzc + https://media.ccc.de/v/all-systems-go-2024-309-the-road-to-a-trusted-and-measured-boot-chain-in-bootable-containers + https://cfp.all-systems-go.io/all-systems-go-2024/talk/HVEZQQ/ + https://cfp.all-systems-go.io/media/all-systems-go-2024/submissions/HVEZQQ/resources/2024_All_Systems_Go_-_The_road_to_a_tru_c4Y3IoH.pdf + ! 2:00 bootc uses ostree underneath + ! unpacks the container image files on the disk + ! set up the kernel and initramfs + ! writes the BLS (bootloader) config issues https://github.com/coreos/bootupd/issues/468 @@ -276,5 +308,6 @@ bootc (?podman-bootc) install to-disk | to-filesystem upgrade + --check rollback switch diff --git a/pages/books/manning.txt b/pages/books/manning.txt index 4e1a80878..50b9630f2 100644 --- a/pages/books/manning.txt +++ b/pages/books/manning.txt @@ -1,5 +1,8 @@ 2025 https://www.manning.com/books/designing-kafka-systems +https://www.manning.com/books/developer-experience-on-kubernetes +https://livebook.manning.com/book/developer-experience-on-kubernetes/welcome/v-2 + https://github.com/devex-on-k8s/book 2024 https://www.manning.com/books/latency https://www.manning.com/books/secure-apis diff --git a/pages/to-atomic.txt b/pages/to-atomic.txt index 89431a253..d8c7f2b8e 100644 --- a/pages/to-atomic.txt +++ b/pages/to-atomic.txt @@ -8,5 +8,6 @@ Qubes OS: Security Through Isolation - DevConf.CZ 2025 2025 https://www.youtube.com/watch?v=aig4jdVoL6o +https://www.youtube.com/watch?v=D7HqckeHlx8 2024 https://www.youtube.com/watch?v=xQT5IqL0kzc