Add f44 tag

This commit is contained in:
sharpenedblade
2026-04-24 14:51:54 -07:00
parent 7606d4f652
commit 5939b35842
4 changed files with 62 additions and 2 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
image: ["fedora-ci", "fedora-silverblue"]
release: [ "42", "43", ]
release: [ "42", "43", "44", "unstable" ]
fail-fast: false
uses: ./.github/workflows/build-image.yml
with:
@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
image: [ "fedora-silverblue-installer"]
release: [ "43", ]
release: [ "43", "44", "unstable" ]
fail-fast: false
uses: ./.github/workflows/build-image.yml
with:
+30
View File
@@ -0,0 +1,30 @@
FROM quay.io/fedora/fedora:44
SHELL ["/usr/bin/bash", "-c"]
RUN dnf install --quiet -y \
koji \
fedpkg \
git \
python-xmltodict \
rpmdevtools \
rpm-sign \
mock \
ccache \
zstd \
createrepo \
rpmlint \
ShellCheck \
pykickstart \
lorax \
anaconda \
lorax-lmc-novirt \
dracut-live \
kiwi \
tito \
xorriso \
erofs-utils \
qemu-img \
kiwi-boxed-plugin \
&& dnf clean all
COPY mock-defaults.cfg /etc/mock/site-defaults.cfg
@@ -0,0 +1,20 @@
FROM ghcr.io/t2linux/fedora-silverblue:unstable
RUN dnf install -y \
anaconda \
anaconda-install-env-deps \
anaconda-dracut \
dracut-config-generic \
dracut-network \
net-tools \
squashfs-tools \
grub2-efi-x64-cdboot \
python3-mako \
lorax-templates-* \
biosdevname \
prefixdevname \
&& dnf clean all
RUN mkdir -p /boot/efi && cp -ra /usr/lib/efi/*/*/EFI /boot/efi
RUN mkdir /var/mnt
+10
View File
@@ -0,0 +1,10 @@
FROM quay.io/fedora/fedora-silverblue:44
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 && \
rpm-ostree install bootc dnf5 && \
ostree container commit