On 08/23/2018 06:14 AM, Santiago Vila wrote:
> [... snipped ...]
>
> # github.com/docker/docker/daemon/listeners
> src/github.com/docker/docker/daemon/listeners/listeners_linux.go:65:43: too 
> many arguments in call to activation.TLSListeners
>         have (bool, *tls.Config)
>         want (*tls.Config)
> src/github.com/docker/docker/daemon/listeners/listeners_linux.go:67:40: too 
> many arguments in call to activation.Listeners
>         have (bool)
>         want ()
> FAIL    github.com/docker/docker/cmd/dockerd [build failed]
>
> [...]

This is due to the package golang-github-coreos-go-systemd, the version
17 breaks docker build. Apparently v17 made it to testing on August
19th, 4 days ago.

We have docker 18.06 in experimental, which works with (actually,
requires) golang-github-coreos-go-systemd v17.

Regards,

  Arnaud

Reply via email to