Skip to content

Commit 672b4f2

Browse files
committed
Use Fedora Infrastructure repo
This way we can asynchronously update some enhanced/bugfixed packages.
1 parent 772c1a0 commit 672b4f2

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ MAINTAINER copr-team@redhat.com
44

55
COPY container/ /
66

7+
COPY fedora-infra.repo /etc/yum.repos.d/
8+
79
RUN dnf -y update && \
810
dnf -y install dnf-plugins-core && \
911
dnf -y copr enable @copr/vcs-diff-lint && \

fedora-infra.repo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[fedora-infra-repo]
2+
baseurl = https://kojipkgs.fedoraproject.org/repos-dist/f$releasever-infra/latest/$basearch/
3+
enabled = 1
4+
gpgcheck = 1
5+
gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS
6+
name = Fedora Infra repo

0 commit comments

Comments
 (0)