[wgo] Update IPA CA path



commit 06e38028d65a9bee3d3e4da78fd50feea342e574
Author: Andrea Veri <averi redhat com>
Date:   Tue May 3 19:14:14 2022 +0200

    Update IPA CA path

 wgo_membershiplist/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wgo_membershiplist/Dockerfile b/wgo_membershiplist/Dockerfile
index 19d569f..76acd3b 100644
--- a/wgo_membershiplist/Dockerfile
+++ b/wgo_membershiplist/Dockerfile
@@ -7,7 +7,7 @@ USER 0
 RUN pip install -r /opt/app-root/src/requirements.txt && \
     install -d /home/admin /etc/ipa && \
     git clone https://gitlab.gnome.org/Infrastructure/sysadmin-bin.git /home/admin/bin && \
-    curl https://gitlab.gnome.org/Infrastructure/openshift-images/wgo/-/raw/main/ipa-ca.crt > 
/etc/ipa/ca.crt && \
+    curl https://gitlab.gnome.org/Infrastructure/openshift-images/wgo/-/raw/main/wgo/ipa-ca.crt > 
/etc/ipa/ca.crt && \
     echo 'TLS_CACERT /etc/ipa/ca.crt' > /etc/openldap/ldap.conf
 
 WORKDIR /home/admin/bin


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]