cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
949 stars 146 forks source link

Decide where Cypht's Docker images will live #1016

Closed marclaporte closed 1 month ago

marclaporte commented 1 month ago

Cypht's founder (Jason Munro) was publishing Docker images here: https://hub.docker.com/r/sailfrog/cypht-docker

More background info here: https://github.com/cypht-org/cypht-docker/issues/31 but Jason's expertise is not Docker, and this part was not worked on that much. Despite this, we have over 100K+ pulls! image

We have control of this account and Jason is not using for anything else.

Option 1:

Option 2:

We are a good candidate for "Docker-Sponsored Open Source program" https://www.docker.com/community/open-source/application/

Can someone think of an option 3?

On a related note: while the project now lives at https://github.com/cypht-org/cypht instead of https://github.com/jasonmunro/cypht, we opted to not change the packages on Packagist.org. So we have less official-looking URLs:

Related discussion: https://github.com/composer/packagist/issues/47

jonocodes commented 1 month ago

Docker-Sponsored Open Source program is a great idea

marclaporte commented 1 month ago

@rodriguezny @kroky @fabiomontefuscolo please advise.

fabiomontefuscolo commented 1 month ago

There is a while since I have played in Docker hub, but I feel you first need to create an Org on their website, and then, create the repo in the Org account. That would allow you to have a more meaningful URL and also add other people to manage the repo, without giving them your credentials. The same we did for Tiki (with Benoit).

I think it is still time to change URL, but well, if you can keep the old address hanging there for some weeks, people will have time to replace the URL in their CI systems or other automated routines.

@marclaporte does Tiki have a sponsored account? (I can't see from my account)

As always, thank you for the Cypht!! :smile: :nerd_face:

marclaporte commented 1 month ago

does Tiki have a sponsored account?

yes, managed by @rodriguezny

kroky commented 1 month ago

Option 2 sounds good.

rodriguezny commented 1 month ago

Option 1 would be good as it can allow to have a URL that looks more official. Instead of its cons, we should pick it. The main issue for me with option 1 is to loose the 100K+ pull stats. I would like to have a cypht-org account on dockerhub as we have on github. So, if there is nothing to do to remediate to the 100K+ lost, let's pick option 2 due to cons that has option 1.

rodriguezny commented 1 month ago

Hello everyone, after re-analyzing of pros and cons of both of the 2 options, we(@marclaporte and I) decided to pick the option 1. Sure we will loose the 100K+ but we will a more official account like other projects on dockerhub . We will gain pull stats with time as cypht docker image is now more enhanced with the help of @jonocodes (thank you) and cypht app itself is being enhanced from day to day with the help of different contributors( thanks to everyone). We already created https://hub.docker.com/orgs/cypht, an organization account where cypht's docker images will live. We also decide to change the image name from cypht-docker to simply "cypht". So the image will be tagged like this when pushing cypht/cypht:tag_name Thanks!

marclaporte commented 1 month ago

https://hub.docker.com/u/cypht will have something to pull soon!

Thank you @jonocodes for your leadership and expertise!

@rodriguezny is working on the application for the Docker-Sponsored Open Source program.