Skip to content

Commit

Permalink
Build OpenLDAP container image used for testing from source
Browse files Browse the repository at this point in the history
because openshift/openldap-2441-centos7 is no longer available from
Docker Hub
  • Loading branch information
atodorov committed Oct 25, 2023
1 parent f28ff50 commit 52e725a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
cat /tmp/kc.env
echo "**** END DEBUG ****"
- name: Setup - build OpenLDAP container from source
if: matrix.command == 'docker-image'
run: |
git clone https://github.com/kiwitcms/openldap.git
pushd openldap/ && git checkout openldap-2.4.41 && SKIP_SQUASH=1 make build && popd
- name: Sanity test - boot the docker image
if: matrix.command == 'docker-image'
run: |
Expand Down

0 comments on commit 52e725a

Please sign in to comment.