ehough / docker-nfs-server

A lightweight, robust, flexible, and containerized NFS server.
https://hub.docker.com/r/erichough/nfs-server/
GNU General Public License v3.0
672 stars 221 forks source link

Switch to alpine? #15

Closed Magi1053 closed 5 years ago

Magi1053 commented 5 years ago

You mentioned that...

Alpine can only be used if/when this bug is fixed: https://bugs.alpinelinux.org/issues/8470

Well it looks like that issue has now been resolved.

ehough commented 5 years ago

Thanks for the note and apologies for the late response.

I saw that the bug was fixed and committed, but unfortunately the fix hasn't yet made it to a published version of nfs-utils in the stable repo. I'm checking regularly for that to change, and once it does Alpine will be the default base image for this project.

The fix is, however, in the edge repo and I've got some preliminary work done on the alpine branch. As you can see the changes are trivial and I don't anticipate any delay once nfs-utils is updated by the maintainers.

ehough commented 5 years ago

Update. Based upon what I see in the Alpine 3.9 repo for nfs-utils, we should be ready to make Alpine the base image. I'm going to do some testing today and will post updates here as I have them.

ehough commented 5 years ago

Version 2.0.0, which uses Alpine Linux, is up on Docker Hub! So just run docker pull erichough/nfs-server and you'll have it.