Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This reverts commit 83a8d6b.

New build ipsilon-3.0.4-11.fc39 contains the fix.
  • Loading branch information
adelton committed Dec 21, 2023
1 parent 4091f56 commit 5004e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
5 changes: 1 addition & 4 deletions src/Dockerfile.idp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM registry.fedoraproject.org/fedora:39
RUN dnf install -y /usr/sbin/ipa-client-install /usr/sbin/ipsilon-server-install ipsilon-authform ipsilon-saml2 ipsilon-openidc ipsilon-infosssd sqlite openssl patch && dnf clean all
# Workaround https://bugzilla.redhat.com/show_bug.cgi?id=2253761
COPY bug-2253761.patch /tmp
RUN patch -p0 < /tmp/bug-2253761.patch
RUN dnf install -y /usr/sbin/ipa-client-install /usr/sbin/ipsilon-server-install ipsilon-authform ipsilon-saml2 ipsilon-openidc ipsilon-infosssd sqlite openssl && dnf clean all
COPY init-data ipa-client-enroll ipsilon-server-configure ipsilon-server-wait-for-sp populate-data-volume /usr/sbin/
COPY ipa-client-enroll.service ipsilon-server-configure.service ipsilon-server-wait-for-sp.service populate-data-volume.service /usr/lib/systemd/system/
RUN ln -s /usr/lib/systemd/system/ipa-client-enroll.service /usr/lib/systemd/system/default.target.wants/
Expand Down
24 changes: 0 additions & 24 deletions src/bug-2253761.patch

This file was deleted.

0 comments on commit 5004e1a

Please sign in to comment.