-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master broken: unable to validate: open /config-schema.json: no such file or directory #23
Comments
From @wking on June 21, 2016 3:26 Spun off from earlier discussion in #161. |
From @wking on June 21, 2016 4:0 And the problem is (not surprisingly, given the error message) with
|
From @wking on June 21, 2016 4:13 Rolling back assorted dependencies, the issue was introduced by xeipuuv/gojsonschema#103, and there are already comments there about broken loading as a result. So folks who want a working test suite should pin thier gojsonschema before that PR landed or wait until they roll out a fix. |
From @vbatts on June 21, 2016 14:10 correct. rolling back xeipuuv/gojsonschema@ac948b6 lets the tests pass again. :-\ |
From @petemoore on June 21, 2016 17:43 I think xeipuuv/gojsonschema#105 fixed a bug introduced in xeipuuv/gojsonschema#103 - so you might not need to pin anymore... |
From @vbatts on June 21, 2016 17:45 nope. 105 did not fix the issue. On Tue, Jun 21, 2016 at 1:43 PM, Pete Moore [email protected]
|
From @wking on June 21, 2016 3:17
This is probably due to the floating dependencies without #148, but recent builds in a clean Go directory break with:
Copied from original issue: opencontainers/image-spec#162
The text was updated successfully, but these errors were encountered: