Skip to content

Commit c767c2f

Browse files
authored
Merge branch 'main' into chore-2916-switch-default-filesystem-to-xfs
2 parents b7bf99e + 0adf8a4 commit c767c2f

7 files changed

Lines changed: 39 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Ask Bluefin
4-
url: https://github.com/ublue-os/bluefin/discussions/categories/ask-bluefin
4+
url: https://ask.projectbluefin.io
55
about: Ask our trained raptor questions about Bluefin
66
- name: Questions and Feedback
7-
url: https://universal-blue.discourse.group/c/bluefin/6
7+
url: https://community.projectbluefin.io
88
about: Share tips and help others

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup Syft
8989
id: setup-syft
9090
if: false
91-
uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0
91+
uses: anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0
9292
with:
9393
syft-version: v1.20.0
9494

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,27 @@ All incorporated components maintain their respective licenses and attributions.
9494

9595
![Alt](https://repobeats.axiom.co/api/embed/40b85b252bf6ea25eb90539d1adcea013ccae69a.svg "Repobeats analytics image")
9696

97+
<!-- Copy-paste in your Readme.md file -->
98+
99+
<a href="https://next.ossinsight.io/widgets/official/compose-org-participants-growth?activity=new&period=past_90_days&owner_id=120078124&repo_ids=611397346" target="_blank" style="display: block" align="center">
100+
<picture>
101+
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=new&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=dark" width="657" height="auto">
102+
<img alt="New trends of ublue-os" src="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=new&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=light" width="657" height="auto">
103+
</picture>
104+
</a>
105+
106+
<!-- Made with [OSS Insight](https://ossinsight.io/) -->
107+
108+
<!-- Copy-paste in your Readme.md file -->
109+
110+
<a href="https://next.ossinsight.io/widgets/official/compose-org-participants-growth?activity=active&period=past_90_days&owner_id=120078124&repo_ids=611397346" target="_blank" style="display: block" align="center">
111+
<picture>
112+
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=dark" width="657" height="auto">
113+
<img alt="Active trends of ublue-os" src="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_90_days&owner_id=120078124&repo_ids=611397346&image_size=4x7&color_scheme=light" width="657" height="auto">
114+
</picture>
115+
</a>
116+
117+
97118
## Star History
98119

99120
<a href="https://star-history.com/#ublue-os/bluefin&Date">

build_files/base/18-workarounds.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ if [[ -f /usr/share/applications/io.github.kolunmi.Bazaar.desktop ]] && jq -e '.
3939
sed -i 's|^Exec=bazaar window --auto-service$|Exec=env GSK_RENDERER=opengl bazaar window --auto-service|' /usr/share/applications/io.github.kolunmi.Bazaar.desktop
4040
fi
4141

42+
# NVIDIA GTK4 bug
43+
# https://github.com/ublue-os/aurora/issues/841
44+
if jq -e '.["image-flavor"] | test("nvidia")' /usr/share/ublue-os/image-info.json >/dev/null; then
45+
echo "GSK_RENDERER=ngl" >/usr/lib/environment.d/gsk.conf
46+
fi
47+
4248
echo "::endgroup::"

image-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ images:
22
- name: silverblue-main
33
image: ghcr.io/ublue-os/silverblue-main
44
tag: latest
5-
digest: sha256:d8044c4af66a86676ad170638ef2b59d9fd32f79920e8d38b63caf91e54adcaa
5+
digest: sha256:d69d949134bf9eade05e7d310ada2cca565023dea3863bcab328bea645b8c398

just/bluefin-apps.just

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,16 @@ install-incus:
184184
[group('Apps')]
185185
install-k8s-dev-tools:
186186
#!/usr/bin/bash
187-
echo "Adding Kubernetes command line tools..."
187+
echo "☸️🛠️ Adding Kubernetes command line tools..."
188188
brew bundle --file /usr/share/ublue-os/homebrew/kubernetes.Brewfile
189189

190+
# Install AI tools
191+
[group('Apps')]
192+
install-ai-tools:
193+
#!/usr/bin/bash
194+
echo "🧠🤖 Adding AI tools..."
195+
brew bundle --file /usr/share/ublue-os/homebrew/bluefin-ai.Brewfile
196+
190197
# Set up command-not-found for Homebrew
191198
[group('Apps')]
192199
setup-brew-not-found ACTION="":

packages.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
"podman-tui",
141141
"podmansh",
142142
"powerline-fonts",
143-
"python3-ramalama",
144143
"qemu",
145144
"qemu-char-spice",
146145
"qemu-device-display-virtio-gpu",

0 commit comments

Comments
 (0)