Nordes / IdentityServer4.LdapExtension

IdentityServer4 Ldap Extension (OpenLdap or ActiveDirectory)
MIT License
202 stars 62 forks source link

Build custom docker image #49

Open chrgraefe opened 4 years ago

chrgraefe commented 4 years ago

I would like to build a "standard" docker image for IdentityServer4.LdapExtension.

This would ease the entry barrier to participate in development. Potential develop doesn't have to configure there own docker image.

any thoughts?

Nordes commented 4 years ago

Yes, it's not something too difficult to do. But you might have to have a samba/ldap/similar on the same image which would not be "standard" for docker image which you should have only 1 process running. That being said, it's feasible.

For example, if you have a docker compose, you could have Redis+LDAP+IS4 running and then you could tests.

(I will come back eventually to work on my projects, i've been quite busy in the last months)