osixia / docker-openldap

OpenLDAP container image 🐳🌴
MIT License
4.06k stars 978 forks source link

Is this repo still alive ? #663

Open jeanfrancoisgratton opened 1 year ago

jeanfrancoisgratton commented 1 year ago

I notice that both master and develop branches are 2yrs+ old.

I'm assuming that this project is dead on its tracks ? Not to mention the 300+ issues opened ?

Just sent an email to the maintainers about that. Not that I'm optimistic about a reply.

nix-power commented 1 year ago

Yes, For that matter i had to clone the repository and to make local changes to fix things. Over all it would be nice to know what to expect

nesc58 commented 1 year ago

A statement from the maintainers would be nice @BertrandGouny

himachal-coder commented 1 year ago

hi @nesc58 and @nix-power i use this image and when I run the container inside it i write below command to act as a nfs client but I continuously get this error

apt update apt install dialog libterm-readline-perl-perl apt install nfs-common -y

showmount -e 10.0.0.84 clnt_create: RPC: Unknown host

!!!!!!!!!!!!!PLEASE HELP!!!!!!!!!!!!!!

nix-power commented 1 year ago
  1. Do not run these commands in runtime, if you want to extend the image - fork the repo and build your custom docker image
  2. user network=host when starting docker if you want to resolve/access things out of docker abstraction of networking
pescobar commented 1 year ago

@BertrandGouny any comments?

jeanfrancoisgratton commented 1 year ago

Yes, For that matter i had to clone the repository and to make local changes to fix things. Over all it would be nice to know what to expect

I did something like that as well, @nix-power . Forked the repo, modified it, and so on. That docker image does not look much as the original anymore :-)

Still, having a baseline to work against would be nice, hence the OP.

jeanfrancoisgratton commented 1 year ago

image We can safely assume that we won't hear from the maintainer....

BertrandGouny commented 1 year ago

Hello, I'm currently working on the baseimage, i'm planning to update this image after that but it won't be any time soon. I'm doing this on my free time. And i don't have that much free time lately.

The update will be a big change. That's why i'm note taking the time to review or merge anything for now.

I hope you will understand. Also if a fork is actively maintained i can add a link on the readme to that repository. Let me know. Thanks

jeanfrancoisgratton commented 1 year ago

Hello, I'm currently working on the baseimage, i'm planning to update this image after that but it won't be any time soon. I'm doing this on my free time. And i don't have that much free time lately.

The update will be a big change. That's why i'm note taking the time to review or merge anything for now.

I hope you will understand. Also if a fork is actively maintained i can add a link on the readme to that repository. Let me know. Thanks

I appreciate your reply, @BertrandGouny , and thank you for it.

About the fork, I will see what I can do to push it back publicly. Most of the changes have been pushed in my internal gitea server, and are so customized to my internal LAN that to re-publish the fork will need a lot of work. As in your case, much of what I do here is on my own time.

Let me know if you need help, btw.

Bonne fin de soirée !

--J.F.Gratton

pescobar commented 1 year ago

thanks @BertrandGouny for the update!

guillelb commented 11 months ago

It is clear that this project is not going to be maintained, so it would be better to abandon it for another one.