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

Commit

Permalink
eln: sync with stream9
Browse files Browse the repository at this point in the history
(We should probably only have one file and use buildah --from, but
 that can be a followup)
  • Loading branch information
cgwalters committed Feb 12, 2024
1 parent f0bf96f commit fb4b003
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eln-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM quay.io/centos-bootc/fedora-bootc:eln
COPY *.repo /etc/yum.repos.d/
RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \
dnf clean all && rm -rf /var/* && \
ostree container commit
dnf clean all
# Note we need to regenerate the initramfs because ostree is included in it
RUN set -x; kver=$(cd /usr/lib/modules && echo *); dracut -vf /usr/lib/modules/$kver/initramfs.img $kver

0 comments on commit fb4b003

Please sign in to comment.