This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from tulilirockz/main
feat!: clean repo and add kera-session with proper build
- Loading branch information
Showing
25 changed files
with
110 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,26 @@ | ||
ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-silverblue}" | ||
ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-base}" | ||
ARG IMAGE_FLAVOR="${IMAGE_FLAVOR:-main}" | ||
ARG SOURCE_IMAGE="${SOURCE_IMAGE:-$BASE_IMAGE_NAME-$IMAGE_FLAVOR}" | ||
ARG BASE_IMAGE="ghcr.io/ublue-os/${SOURCE_IMAGE}" | ||
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}" | ||
|
||
FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS kera | ||
FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS builder | ||
|
||
COPY usr /usr | ||
ARG IMAGE_NAME="${IMAGE_NAME}" | ||
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}" | ||
|
||
COPY etc /etc | ||
COPY usr /usr | ||
|
||
ADD packages.json /tmp/packages.json | ||
ADD build.sh /tmp/build.sh | ||
|
||
RUN /tmp/build.sh && \ | ||
pip install --prefix=/usr yafti && \ | ||
systemctl unmask dconf-update.service && \ | ||
systemctl enable dconf-update.service && \ | ||
systemctl enable rpm-ostree-countme.service && \ | ||
fc-cache -f /usr/share/fonts/inter && \ | ||
RUN wget -qO /tmp/kera-desktop.tar.gz "https://gitlab.com/kerahq/releases/-/raw/main/Kera%20Desktop/Kera-Desktop-Linux-x64.tar.gz" && \ | ||
mkdir -p /usr/share/kera-desktop-bin && \ | ||
tar -xf /tmp/kera-desktop.tar.gz -C /usr/share/kera-desktop-bin && \ | ||
/tmp/build.sh && \ | ||
rm -rf /tmp/* /var/* && \ | ||
systemctl enable sddm && \ | ||
ostree container commit && \ | ||
mkdir -p /var/tmp && \ | ||
chmod -R 1777 /var/tmp | ||
|
||
RUN rm -rf /tmp/* /var/* | ||
RUN ostree container commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# kera | ||
|
||
An alpha image of [Kera Desktop](https://desktop.kerahq.com/) | ||
An alpha image of [Kera Desktop](https://desktop.kerahq.com/) | ||
|
||
[![build](https://github.com/ublue-os/kera/actions/workflows/build.yml/badge.svg)](https://github.com/ublue-os/kera/actions/workflows/build.yml) | ||
|
||
![Kera Desktop Showcase Image](kera-showcase.png) | ||
|
||
To try this image, you can use an existing Fedora Silverblue install. | ||
|
||
## Rebase from Fedora Silverblue | ||
|
||
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/kera-main:latest | ||
|
||
or if you have an NVIDIA GPU: | ||
|
||
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/kera-nvidia:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
ublue_variants: | ||
- label: ublue-os/main | ||
ks: /kickstart/ublue-os.ks | ||
flavors: | ||
- label: silverblue-main | ||
info: GNOME | ||
- label: kinoite-main | ||
info: KDE | ||
- label: vauxite-main | ||
info: Xfce | ||
- label: sericea-main | ||
info: Sway | ||
- label: cinnamon-main | ||
info: Cinnamon | ||
- label: lxqt-main | ||
- label: mate-main | ||
- label: deepin-main | ||
- label: base-main | ||
info: no DE | ||
- label: ublue-os/nvidia | ||
ks: /kickstart/ublue-os-nvidia.ks | ||
subvariants: | ||
- label: latest driver | ||
- label: 470xx driver | ||
suffix: -470 | ||
flavors: | ||
- label: silverblue-nvidia | ||
info: GNOME | ||
- label: kinoite-nvidia | ||
info: KDE | ||
- label: vauxite-nvidia | ||
info: Xfce | ||
- label: sericea-nvidia | ||
info: Sway | ||
- label: cinnamon-nvidia | ||
info: Cinnamon | ||
- label: lxqt-nvidia | ||
- label: mate-nvidia | ||
- label: deepin-nvidia | ||
info: DDE | ||
- label: base-nvidia | ||
info: no DE | ||
- label: ublue-os/bluefin | ||
ks: /kickstart/ublue-os.ks | ||
flavors: | ||
- label: bluefin | ||
- label: bluefin-nvidia | ||
ks: /kickstart/ublue-os-nvidia.ks |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.