Skip to content

Commit

Permalink
replace freeIPA 4.5 copr repo with 4.6
Browse files Browse the repository at this point in the history
For current and rawhide versions of the container, use
freeIPA 4.6 copr repo instead of 4.5
  • Loading branch information
stlaz committed Nov 27, 2017
1 parent e52f66c commit c281627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/dockerfiles/fedora/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM freeipa/freeipa-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-5 \
RUN dnf copr enable -y @freeipa/freeipa-4-6 \
&& dnf config-manager --set-disabled updates-testing \
&& dnf install -y freeipa-server freeipa-server-dns \
freeipa-server-trust-ad python-ipatests --best --allowerasing \
Expand Down
2 changes: 1 addition & 1 deletion data/dockerfiles/fedora/Dockerfile.rawhide
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM martbab/freeipa-fedora-builder:master-rawhide
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8

RUN dnf copr enable -y @freeipa/freeipa-4-5 \
RUN dnf copr enable -y @freeipa/freeipa-4-6 \
&& 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 c281627

Please sign in to comment.