IdentityServer4.LdapExtension icon indicating copy to clipboard operation
IdentityServer4.LdapExtension copied to clipboard

Build custom docker image

Open chrgraefe opened this issue 5 years ago • 1 comments

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?

chrgraefe avatar Jun 12 '20 06:06 chrgraefe

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)

Nordes avatar Jul 12 '20 16:07 Nordes