Skip to content
Snippets Groups Projects
Unverified Commit 0dbe0b3e authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

update ldap image in e2e-stress-test-flake-fix.yml (#32645)

parent e6d30aef
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,15 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
openldap:
image: osixia/openldap:1.5.0
image: bitnami/openldap:2.6.4
ports:
- "389:389"
- 389:389
env:
LDAP_ADMIN_PASSWORD: adminpass
LDAP_USERS: user01@example.org,user02@example.org
LDAP_PASSWORDS: 123456,123465
LDAP_ROOT: dc=example,dc=org
LDAP_PORT_NUMBER: 389
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment