msg-DAVID-GmbH / lander

Automatically create landing pages for you docker host. lander - a tool written in go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

building lander fails

nbnds opened this issue · comments

$ make
vendor/github.com/fsouza/go-dockerclient/internal/archive/archive.go:74:20: undefined: idtools.Identity
make: *** [Makefile:6: lander] Error 2

https://github.com/fsouza/go-dockerclient:

For new projects, using the official SDK is probably more appropriate as go-dockerclient lags behind the official SDK.

see: https://docs.docker.com/develop/sdk/


go version go1.10.7 linux/amd64

should be resolved with commit 32f5833 for now.