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

Hardcode ISO Building RPM mirror to mirror.facebook.net #4

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ COPY ./package-requires.txt .
RUN grep -vE '^#' package-requires.txt | xargs dnf install -y && rm -f package-requires.txt && dnf clean all
COPY --from=builder /build/bin/* /usr/bin/
COPY bib/data /usr/share/bootc-image-builder
RUN FILES=(/etc/yum.repos.d/fedora*.repo); sed --in-place \
-e 's ^metalink= #metalink= ' \
-e "s ^#baseurl=https://mirror.facebook.net/ baseurl=https://dl.fedoraproject.org/ " \
"${FILES[@]}";

ENTRYPOINT ["/usr/bin/bootc-image-builder"]
VOLUME /output
Expand Down
1 change: 1 addition & 0 deletions bib/data/defs/centos-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ anaconda-iso:
- rsyslog
- selinux-policy-targeted
- sg3_utils
- shim
- sil-padauk-fonts
- smartmontools
- spice-vdagent
Expand Down
Loading