Skip to content

Commit bc8c095

Browse files
committed
feat: add aurora/bluefin images
1 parent fed3791 commit bc8c095

19 files changed

+73
-19
lines changed

.github/workflows/build-git-daily.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
matrix:
3030
recipe:
3131
# - images/hyprland/41/hyprland--41-git-daily.yml
32+
- images/aurora/41/aurora--41-git-daily.yml
33+
- images/bluefin/41/bluefin--41-git-daily.yml
3234
- images/plasma/41/plasma--41-git-daily.yml
3335
- images/gnome/41/gnome--41-git-daily.yml
3436

.github/workflows/build-git.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
matrix:
3030
recipe:
3131
# - images/hyprland/41/hyprland--41-git.yml
32+
- images/aurora/41/aurora--41-git.yml
33+
- images/bluefin/41/bluefin--41-git.yml
3234
- images/plasma/41/plasma--41-git.yml
3335
- images/gnome/41/gnome--41-git.yml
3436

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
matrix:
1919
recipe:
2020
# - images/hyprland/41/hyprland--41.yml
21+
- images/aurora/41/aurora--41.yml
22+
- images/bluefin/41/bluefin--41.yml
2123
- images/plasma/41/plasma--41.yml
2224
- images/gnome/41/gnome--41.yml
2325

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,17 @@ For info on how to create your own, check out the [BlueBuild website](https://bl
1313

1414
- [noahdotpy/myfedora](#noahdotpymyfedora)
1515
- [Table of contents](#table-of-contents)
16-
- [Images](#images)
17-
- [Tags](#tags)
16+
- [Image Build Schedules](#image-build-schedules)
17+
- [Tags](#tags)
1818
- [Installation](#installation)
1919
- [ISO (recommended)](#iso-recommended)
2020
- [Switching from a Fedora Atomic image](#switching-from-a-fedora-atomic-image)
2121

22-
## Images
22+
## Image Build Schedules
2323

2424
The images are built weekly (or daily with `-git-daily` tag), or on other conditions specified by the tag (an example being: on git pushes). The builds are scheduled to be built at 4:30AM every Sunday for the weekly tags, or everyday for the daily tags (timezone is UTC).
2525

26-
| Desktop Environment | Base Image | Image Name |
27-
| ------------------- | -------------------- | ---------- |
28-
| KDE Plasma | Kinoite by Fedora | Plasma |
29-
| GNOME | Silverblue by Fedora | Gnome |
30-
| Hyprland | Hyprland by Wayblue | Hyprland |
31-
32-
### Tags
26+
## Tags
3327

3428
| Example tag | Build on git pushes? | Build Frequency | Uses rechunk? (see below at *) |
3529
| ------------------- | -------------------- | --------------- | ------------------------------ |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: myfedora/aurora
2+
description: Personalised image of the Aurora image from Universal Blue
3+
alt-tags: [41-git-daily]
4+
5+
base-image: ghcr.io/ublue-os/aurora
6+
image-version: 41
7+
8+
modules:
9+
- from-file: image-modules/plasma.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: myfedora/aurora
2+
description: Personalised image of the Aurora image from Universal Blue
3+
alt-tags: [41-git]
4+
5+
base-image: ghcr.io/ublue-os/aurora
6+
image-version: 41
7+
8+
modules:
9+
- from-file: image-modules/plasma.yml
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: myfedora/aurora
2+
description: Personalised image of the Aurora image from Universal Blue
3+
alt-tags: ['41']
4+
5+
base-image: ghcr.io/ublue-os/aurora
6+
image-version: 41
7+
8+
modules:
9+
- from-file: image-modules/plasma.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: myfedora/bluefin
2+
description: Personalised image of the Bluefin image from Universal Blue
3+
alt-tags: [41-git-daily]
4+
5+
base-image: ghcr.io/ublue-os/bluefin
6+
image-version: 41
7+
8+
modules:
9+
- from-file: image-modules/gnome.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: myfedora/bluefin
2+
description: Personalised image of the Bluefin image from Universal Blue
3+
alt-tags: [41-git]
4+
5+
base-image: ghcr.io/ublue-os/bluefin
6+
image-version: 41
7+
8+
modules:
9+
- from-file: image-modules/gnome.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: myfedora/bluefin
2+
description: Personalised image of the Bluefin image from Universal Blue
3+
alt-tags: ['41']
4+
5+
base-image: ghcr.io/ublue-os/bluefin
6+
image-version: 41
7+
8+
modules:
9+
- from-file: image-modules/gnome.yml

recipes/images/gnome/41/gnome--41-git-daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/gnome
2-
description: noahdotpy-ified image of the Silverblue image from Fedora
2+
description: Personalised image of the Silverblue image from Fedora
33
alt-tags: [41-git-daily]
44

55
base-image: quay.io/fedora-ostree-desktops/silverblue

recipes/images/gnome/41/gnome--41-git.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/gnome
2-
description: noahdotpy-ified image of the Silverblue image from Fedora
2+
description: Personalised image of the Silverblue image from Fedora
33
alt-tags: [41-git]
44

55
base-image: quay.io/fedora-ostree-desktops/silverblue

recipes/images/gnome/41/gnome--41.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/gnome
2-
description: noahdotpy-ified image of the Silverblue image from Fedora
2+
description: Personalised image of the Silverblue image from Fedora
33
alt-tags: ['41']
44

55
base-image: quay.io/fedora-ostree-desktops/silverblue

recipes/images/hyprland/41/hyprland--41-git-daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/hyprland
2-
description: noahdotpy-ified image of the Hyprland image from Wayblue
2+
description: Personalised image of the Hyprland image from Wayblue
33
alt-tags: [41-git-daily]
44

55
base-image: ghcr.io/wayblueorg/hyprland

recipes/images/hyprland/41/hyprland--41-git.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/hyprland
2-
description: noahdotpy-ified image of the Hyprland image from Wayblue
2+
description: Personalised image of the Hyprland image from Wayblue
33
alt-tags: [41-git]
44

55
base-image: ghcr.io/wayblueorg/hyprland

recipes/images/hyprland/41/hyprland--41.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/hyprland
2-
description: noahdotpy-ified image of the Hyprland image from Wayblue
2+
description: Personalised image of the Hyprland image from Wayblue
33
alt-tags: ['41']
44

55
base-image: ghcr.io/wayblueorg/hyprland

recipes/images/plasma/41/plasma--41-git-daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/plasma
2-
description: noahdotpy-ified image of the Kinoite image from Fedora
2+
description: Personalised image of the Kinoite image from Fedora
33
alt-tags: [41-git-daily]
44

55
base-image: quay.io/fedora-ostree-desktops/kinoite

recipes/images/plasma/41/plasma--41-git.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/plasma
2-
description: noahdotpy-ified image of the Kinoite image from Fedora
2+
description: Personalised image of the Kinoite image from Fedora
33
alt-tags: [41-git]
44

55
base-image: quay.io/fedora-ostree-desktops/kinoite

recipes/images/plasma/41/plasma--41.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: myfedora/plasma
2-
description: noahdotpy-ified image of the Kinoite image from Fedora
2+
description: Personalised image of the Kinoite image from Fedora
33
alt-tags: ['41']
44

55
base-image: quay.io/fedora-ostree-desktops/kinoite

0 commit comments

Comments
 (0)