Skip to content
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

Please update for Docker 18.03.1 #38

Open
onlyjob opened this issue Jun 23, 2018 · 0 comments
Open

Please update for Docker 18.03.1 #38

onlyjob opened this issue Jun 23, 2018 · 0 comments

Comments

@onlyjob
Copy link

onlyjob commented Jun 23, 2018

This library FTBFS with recent version of Docker client.
The following patch appears to fix the problem:

--- a/loader/loader.go
+++ b/loader/loader.go
@@ -11,9 +11,9 @@

        "github.com/aanand/compose-file/interpolation"
        "github.com/aanand/compose-file/schema"
        "github.com/aanand/compose-file/types"
-       "github.com/docker/docker/runconfig/opts"
+       "github.com/docker/cli/opts"
        units "github.com/docker/go-units"
        shellwords "github.com/mattn/go-shellwords"
        "github.com/mitchellh/mapstructure"
        yaml "gopkg.in/yaml.v2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant