Skip to content

Commit

Permalink
fix: switch to distro bootc for F38 and F39 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Nov 17, 2023
1 parent 3ca1798 commit 2bc3101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,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/install.sh && \
/tmp/post-install.sh && \
## 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
8 changes: 6 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@
},
"38": {
"include": {
"all": [],
"all": [
"bootc"
],
"silverblue": [
"raw-thumbnailer"
],
Expand All @@ -271,7 +273,9 @@
},
"39": {
"include": {
"all": [],
"all": [
"bootc"
],
"kinoite": [
"xwaylandvideobridge"
]
Expand Down

0 comments on commit 2bc3101

Please sign in to comment.