Skip to content

Commit

Permalink
feat: add a bootc snapshot (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: bobslept <38557801+bobslept@users.noreply.github.com>
  • Loading branch information
castrojo and bobslept committed Sep 24, 2023
1 parent 5598f32 commit b9b3095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(
/tmp/nokmods-post-install.sh && \
# temporary fix for https://github.com/containers/podman/issues/19930
rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2023-8d641964bc && \
## bootc
wget https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/repo/fedora-"${FEDORA_MAJOR_VERSION}"/bootc-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/bootc.repo && \
rpm-ostree install bootc && \
rm -f /etc/yum.repos.d/bootc.repo && \
rm -f /etc/yum.repos.d/_copr_ublue-os_staging.repo && \
rm -f /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \
rm -rf /tmp/* /var/*
Expand Down

0 comments on commit b9b3095

Please sign in to comment.