Skip to content

Commit 12dd9a9

Browse files
committed
Build OpenLDAP container image used for testing from source
because openshift/openldap-2441-centos7 is no longer available from Docker Hub
1 parent 911b6dc commit 12dd9a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
cat /tmp/kc.env
5757
echo "**** END DEBUG ****"
5858
59+
- name: Setup - build OpenLDAP container from source
60+
if: matrix.command == 'docker-image'
61+
run: |
62+
git clone https://github.com/kiwitcms/openldap.git
63+
pushd openldap/ && git checkout openldap-2.4.41 && SKIP_SQUASH=1 make build && popd
64+
5965
- name: Sanity test - boot the docker image
6066
if: matrix.command == 'docker-image'
6167
run: |

0 commit comments

Comments
 (0)