Skip to content

Commit

Permalink
Update ldap testing server to the latest available version
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 12, 2024
1 parent 37b9e42 commit 1efb44f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ci/docker-ldap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# container based on the image rroemhild/test-openldap.
#
# ref: https://github.com/rroemhild/docker-test-openldap
# ref: https://hub.docker.com/r/rroemhild/test-openldap/
# ref: https://github.com/rroemhild/docker-test-openldap/pkgs/container/docker-test-openldap
#
# Stop any existing test-openldap container
docker rm --force test-openldap 2>/dev/null || true
Expand All @@ -15,4 +15,8 @@ docker rm --force test-openldap 2>/dev/null || true
# - 389:10389 (ldap)
# - 636:10636 (ldaps)
#
docker run --detach --name=test-openldap -p 389:10389 -p 636:10636 rroemhild/test-openldap:2.1
# Image updated 2024-09-12 to the latest commit's build
# https://github.com/rroemhild/docker-test-openldap/commit/2645f2164ffb51ec4b5b4a9af0065ad7f2ffc1cf
#
IMAGE=ghcr.io/rroemhild/docker-test-openldap@sha256:107ecba713dd233f6f84047701d1b4dda03307d972814f2ae1db69b0d250544f
docker run --detach --name=test-openldap -p 389:10389 -p 636:10636 $IMAGE

0 comments on commit 1efb44f

Please sign in to comment.