Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
chore: add containerfile to copy akmods for F39
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Feb 4, 2024
1 parent 24b5e5b commit 1b509a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 36 deletions.
36 changes: 0 additions & 36 deletions Containerfile

This file was deleted.

3 changes: 3 additions & 0 deletions config/common_modules/containerfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: containerfile
containerfiles:
- akmods
1 change: 1 addition & 0 deletions config/containerfiles/akmods/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
COPY --from=ghcr.io/ublue-os/akmods:main-39 /rpms /tmp/rpms
1 change: 1 addition & 0 deletions config/silverflow-nvidia-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ base-image: ghcr.io/ublue-os/silverblue-nvidia
image-version: 39

modules:
- from-file: common_modules/containerfile.yml
- from-file: common_modules/akmods.yml
- from-file: common_modules/files.yml
- from-file: common_modules/rpm-ostree.yml
Expand Down

0 comments on commit 1b509a9

Please sign in to comment.