Skip to content

Files

Latest commit

 

History

History

netapi-helper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

netapi-helper

All Golang binaries that use the glog logging package have a dependency to the netapi32.dll which is not part of the NanoServer image. There is an issue golang/go#21867 with some ideas

  • fix Golang's dependency to that dll
  • fix Golang glog package to avoid calling user.Current
  • copy the netapi32.dll into the NanoServer image to have a workaround without recompiling anything

This is a base image for my rebase-docker-image tool to build newer images on AppVeyor.