Skip to content

Commit

Permalink
Disable updates-testing repo in the fedora-latest Docker image
Browse files Browse the repository at this point in the history
This is to prevent buggy packages in testing repo breaking CI. If the
user wishes to add the repo explicitly, he can edit the builddep step
in the runner configuration, or request for the addition of the
dependencies to freeipa copr repositories.
  • Loading branch information
Martin Babinsky authored and martbab committed Jan 20, 2017
1 parent 119277f commit 26f5fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/dockerfiles/fedora/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM martbab/freeipa-fedora-builder:master-latest
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8

RUN dnf copr enable -y @freeipa/freeipa-4-4 \
&& dnf config-manager --set-enabled updates-testing \
&& dnf config-manager --set-disabled updates-testing \
&& dnf install -y freeipa-server freeipa-server-dns \
freeipa-server-trust-ad python-ipatests --best --allowerasing \
&& dnf clean all \
Expand Down

0 comments on commit 26f5fb1

Please sign in to comment.