Skip to content

Commit

Permalink
moar variants
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 29, 2024
1 parent b121960 commit 8e7b29f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
variant:
- base
- gnome
- flagship
- xfce
- kde

runs-on: ubuntu-latest
permissions:
Expand Down
7 changes: 7 additions & 0 deletions flagship/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ghcr.io/ultramarine-linux/base-bootc:latest

RUN rm -rf /root # workaround

RUN dnf4 install --allowerasing -y @ultramarine-flagship-product-environment

RUN dnf4 clean all
7 changes: 7 additions & 0 deletions kde/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ghcr.io/ultramarine-linux/base-bootc:latest

RUN rm -rf /root # workaround

RUN dnf4 install --allowerasing -y @ultramarine-kde-product-environment

RUN dnf4 clean all
7 changes: 7 additions & 0 deletions xfce/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ghcr.io/ultramarine-linux/base-bootc:latest

RUN rm -rf /root # workaround

RUN dnf4 install --allowerasing -y @ultramarine-xfce-product-environment

RUN dnf4 clean all

0 comments on commit 8e7b29f

Please sign in to comment.