-
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.
Layer t2linux changes on top of silverblue
- Loading branch information
1 parent
2ec3306
commit 41cde9b
Showing
2 changed files
with
20 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
FROM quay.io/fedora/fedora-silverblue:41 | ||
FROM quay.io/fedora/fedora-silverblue:40 | ||
|
||
COPY copr-sharpenedblade-t2linux.repo /etc/yum.repos.d/ | ||
|
||
RUN rpm-ostree override replace --experimental --freeze \ | ||
--from repo="copr:copr.fedorainfracloud.org:sharpenedblade:t2linux" \ | ||
kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra && \ | ||
rpm-ostree install t2linux-repos t2linux-release && \ | ||
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[copr:copr.fedorainfracloud.org:sharpenedblade:t2linux] | ||
name=Copr repo for t2linux owned by sharpenedblade | ||
baseurl=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-$releasever-$basearch/ | ||
type=rpm-md | ||
skip_if_unavailable=True | ||
gpgcheck=1 | ||
gpgkey=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/pubkey.gpg | ||
repo_gpgcheck=0 | ||
enabled=1 | ||
enabled_metadata=1 | ||
priority=80 |