From 74ae1369e13ca7e649a542ac037fcc542b6fb6f6 Mon Sep 17 00:00:00 2001 From: Andreas Bergmeier Date: Thu, 17 Sep 2026 02:26:15 +0200 Subject: [PATCH] Build a more specifically named image silverblue Contains more popular Linux software. --- .gitignore | 1 + recipes/recipe.yml | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f01194 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +cosign.key diff --git a/recipes/recipe.yml b/recipes/recipe.yml index beefced..05abf42 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json --- version: 1 -name: computers +name: silverblue description: Custom Fedora Silverblue image for attraktorhh/computers base-image: ghcr.io/ublue-os/silverblue-main image-version: latest @@ -10,5 +10,15 @@ modules: configurations: - scope: system install: + - cc.arduino.IDE2 + - com.obsproject.Studio - com.orcaslicer.OrcaSlicer + - com.visualstudio.code + - dev.zed.Zed + - edu.mit.Scratch + - net.scribus.Scribus + - org.freecad.FreeCAD + - org.gimp.GIMP + - org.inkscape.Inkscape + - org.kde.krita - type: signing