Releases: ehough/docker-nfs-server
Releases · ehough/docker-nfs-server
v2.2.1
Compare
Sorry, something went wrong.
No results found
ehough
released this
15 Mar 19:15
Fixed
rpc.statd debug output was invisible
Changed
Further de-cluttered non-debug logging output
v2.2.0
Compare
Sorry, something went wrong.
No results found
ehough
released this
08 Mar 21:52
Added
Enhanced debugging via environment variable: NFS_LOG_LEVEL=DEBUG. This also produces less cluttered log output during regular, non-debug operation.
Fixed
idmapd would not start when NFS_VERSION=3
allow Kerberos without idmapd. Most users will probably want to run them together, but it isn't required.
NFS_VERSION environment variable sanity check allowed invalid values
status code of rpc.svcgssd was not properly checked
idmapd debug output was invisible
v2.1.0
Compare
Sorry, something went wrong.
No results found
ehough
released this
31 Jan 23:04
Added
Ability to automatically load kernel modules. (#18 ). Credit to @andyneff .
Fixed
Minor bugs in entrypoint.sh
v2.0.0
Compare
Sorry, something went wrong.
No results found
ehough
released this
31 Jan 21:13
v1.2.0
Compare
Sorry, something went wrong.
No results found
ehough
released this
26 Sep 19:58
Added
upon successful server startup, log:
list of enabled NFS versions
list of exports
list of ports that should be exposed
improved error detection and logging
v1.1.1
Compare
Sorry, something went wrong.
No results found
ehough
released this
21 Aug 18:43
Fixed
baked-in /etc/exports is not properly recognized (#9 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
ehough
released this
07 Jun 06:07
Added
Base image is now configurable via BUILD_FROM build argument. e.g. docker build --build-arg BUILD_FROM=ubuntu erichough/nfs-server (#3 )
Changed
Base image is now debian:stretch-slim (was debian:stable)
Fixed
rpc.idmapd was started even when NFS version 4 was not in use
removed default /etc/idmapd.conf from the image to prevent unintended start of rpc.idmapd
NFS_VERSION=3 resulted in rpc.nfsd still offering version 4
Fixed detection of built-in kernel modules (#4 )
v1.0.0
Compare
Sorry, something went wrong.
No results found
ehough
released this
07 Jun 06:11