Skip to content

Commit

Permalink
Use a pre-built container image for testing
Browse files Browse the repository at this point in the history
now that we figured out how to actually build it we're going to use a
prebuilt container to save on some time in CI
  • Loading branch information
atodorov committed Oct 25, 2023
1 parent 119eb6f commit caee761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ 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
3 changes: 2 additions & 1 deletion docker-compose.testing
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version: '2'
services:
openldap_server:
container_name: openldap_server
image: openshift/openldap-2441-centos7
# image: kiwitcms/openldap:2441-centos7-aarch64
image: kiwitcms/openldap:2441-centos7-x86_64
restart: always
ports:
- 389:389
Expand Down

0 comments on commit caee761

Please sign in to comment.