Skip to content

Commit

Permalink
Remove podman workaround
Browse files Browse the repository at this point in the history
This has been fixed in podman 4.7.0
containers/podman#19930 (comment)
  • Loading branch information
SoMuchForSubtlety committed Sep 28, 2023
1 parent 86149a1 commit 0f2c197
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(
wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora)/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo_oversteer.repo && \
/tmp/nokmods-install.sh && \
/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 && \
Expand Down

0 comments on commit 0f2c197

Please sign in to comment.