Closed janekolszak closed 7 years ago
Which docker version are you using?
docker version
Client:
Version: 17.03.0-ce
API version: 1.26
Go version: go1.7.5
Git commit: 60ccb22
Built: Thu Feb 23 11:02:43 2017
OS/Arch: linux/amd64
Server:
Version: 17.03.0-ce
API version: 1.26 (minimum version 1.12)
Go version: go1.7.5
Git commit: 60ccb22
Built: Thu Feb 23 11:02:43 2017
OS/Arch: linux/amd64
Experimental: false
Maybe it has something to do with hydra's path? I still have it under ory-am
No, it's something with dockertest or the common library. I'll look into it tomorrow
Yup, it's the common library, fixed there: https://github.com/ory/common/releases/tag/v0.4.0
Still need to update hydra and ladon deps
Hi! I try to run hydra's tests but they fail with:
I installed dependencies with
glide install
. I also installed dockertest:glide get gopkg.in/ory-am/dockertest.v3
.