You've already forked fedora-containers
mirror of
https://github.com/t2linux/fedora-containers.git
synced 2026-04-30 13:53:05 -07:00
Add f44 tag
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user