Skip to content

Commit

Permalink
Build from the official OSCI COPR repo
Browse files Browse the repository at this point in the history
And drop the old deps repo...

Signed-off-by: Michal Srb <michal@redhat.com>
  • Loading branch information
msrb committed Apr 11, 2024
1 parent d87c332 commit 293931a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ RUN cd /etc/yum.repos.d/ && \

# Add COPR repository with rpminspect
RUN cd /etc/yum.repos.d/ && \
curl -L -O https://copr.fedorainfracloud.org/coprs/g/osci/rpminspect-annobin-12.48/repo/epel-9/group_osci-rpminspect-annobin-12.48-epel-9.repo
curl -L -O https://copr.fedorainfracloud.org/coprs/g/osci/rpminspect/repo/epel-9/group_osci-rpminspect-epel-9.repo

# Add COPR repository with rpminspect data package
RUN cd /etc/yum.repos.d/ && \
curl -L -O https://copr.devel.redhat.com/coprs/dcantrell/rpminspect-data-redhat/repo/epel-9/dcantrell-rpminspect-data-redhat-epel-9.repo

# Add COPR repository with rpminspect data package dependencies
RUN cd /etc/yum.repos.d/ && \
curl -L -O https://copr.fedorainfracloud.org/coprs/g/osci/rpminspect-data-deps/repo/epel-9/group_osci-rpminspect-data-deps-epel-9.repo

# Add COPR repository with latest fedora-license-data
RUN cd /etc/yum.repos.d/ && \
curl -L -O https://copr.fedorainfracloud.org/coprs/g/osci/fedora-license-data/repo/epel-9/group_osci-fedora-license-data-epel-9.repo
Expand Down

0 comments on commit 293931a

Please sign in to comment.