mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-04-24 22:55:58 +03:00
[GH-ISSUE #9] Add Alpine Container #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-nginx-full#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mpldr on GitHub (Apr 6, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/docker-nginx-full/issues/9
NPM is pretty heavy, which can inflate the image store significantly when regularly updating it. An Alpine Container would probably reduce this issue significantly.
@scottmando2000 commented on GitHub (Oct 20, 2022):
I second this, but for a different reason, security vulnerabilities. Alpine containers are already security focused.
I have just ran the latest version of nginx proxy manager through the Trivy container scanner to see that there are almost 1000 active CVE's in the project.
https://trivy.dev/results/?image=jc21/nginx-proxy-manager:latest
@jc21
@jc21 commented on GitHub (Oct 20, 2022):
History lesson, NPM was using Alpine for most of it's life but it became unreliable and I can't exactly remember why but the history is hidden in an issue somewhere.. The next smallest solution was debian-slim. The base image is using
debian:buster-slimand that probably could be changed tobullseyeto get some updates to outdated packages.@scottmando2000 commented on GitHub (Oct 20, 2022):
Thanks for the response!
Moving to
bullseyewould probably be a good step, but would it be possible to have scheduled build to preventlatestfrom getting out of date?I did see that the last publish date on the
latesttag was 7 months ago, which is a bit concerning on the security side of things.Thanks,
Scott
@hugopalma17 commented on GitHub (Sep 5, 2025):
Hmm, I just opened a thread for the same reason..