-
Notifications
You must be signed in to change notification settings - Fork 3k
Docker image - Please include zope directly when building image #2997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The bit that worries me the most is not that you think that zope should be installed by default, what worries me is that you install zope after each restart... Have you thought about creating your own Docker image?
|
Whooooaaa, what a condescending way to answer. The real question is why, if it's something that is required in order to renew certificates, and if there are multiple issues raised about it, it's not already done in the initial docker file. Plus I'm using that in an Unraid server and creating an image would work but this would mean having to update everything manually when Unraid offers a way to automatically update as new versions are published and I don't know how you deal with your proxy server but for me, it's up and running most of the time, so there's no "reboot" except maybe once or twice a year. |
Might @ipedrazas answered by this way, because your question looks impolite? |
@SignFinder Let's agree to disagree. I will not take into consideration that you think my problem is trivial and personal because you clearly have done no research with your precious time. There are multiple issues related to this package in this repository. If for you the resolution of all those issues is "Create your own docker image" it means that all those people have to do it and if all those people have to do it, why not do it directly in the main repository and help everybody at the same time? If you were using your time correctly you would see that this is impacting a lot of people: There's even pull request of people trying to help: So I don't think I'm stealing people's time and clearly not NPM developer as pip is related to python and NPM to node/js, but clearly, you are not using yours to help. Have a nice one |
FWIW I'm not putting much if any attention into the v2 codebase, particularly with (and because of) these certbot plugin issues and never-ending python problems. V3 will Acme.sh instead of Certbot. |
How can you state that this is a trivial problem.? And also where did you see that he was being impolite ? |
I genuinely appreciate this project, but isn't it a bit problematic for the trust (in this project) if such fixes / PRs don't get merged (even for older codebases)? Because the issue with the custom Dockerfile is that it's quite cumbersome to push updates to users (such as security updates via Watchtower) which is also very important for the trust in an opensource project - especially if it's often an internet-facing service. I didn't find any issues that come with installing zope despite the image gaining couple of MB. |
Yes. I am in a position where I am unable to use this project with docker swarm UNLESS I rebuild the image and push it to my own registry. For a dumb dependency issue that can be fixed in 2 lines. |
Not wanting to advertise, just to be helpful with anyone here, an image with zope installed can be found here |
yes, same here: no advertising, but https://github.com/ZoeyVid/NPMplus is an additional option with some additional security features baked in. |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
This project is really unmaintained and that's not nice... And this is
not stale.
|
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
Zope not installed by default in the docker image, meaning that each restart we need to do a pip install zope
Nginx Proxy Manager Version
:latest
Expected behavior
pip install zope should be done and included in the already existing docker image.
The docker image should be totally working without having to install additional packages.
The text was updated successfully, but these errors were encountered: