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

Docker task fails with latest Docker for OSX #64

Closed
RomanIakovlev opened this issue Mar 16, 2017 · 4 comments
Closed

Docker task fails with latest Docker for OSX #64

RomanIakovlev opened this issue Mar 16, 2017 · 4 comments

Comments

@RomanIakovlev
Copy link

When running current Docker version (17.03.0-ce) on OSX, the following errors shows up when running the docker task:

[error] (awesome_software/*:docker) Could not parse Version from 17.03.0-ce
[error] : `.' expected but `3' found

This is most probably caused by new version format, introduced together with Docker Community Edition (whatever this means).

RomanIakovlev added a commit to RomanIakovlev/sbt-docker that referenced this issue Mar 16, 2017
New Docker version for OSX changes the version format, adding "-ce"
suffix to it. New version parser ignores that suffix for simplicity.
@james-turner
Copy link

+1

1 similar comment
@shiv4nsh
Copy link

+1

@marcus-drake
Copy link
Owner

Looks like same problem as #60. Should already be fixed.

@RomanIakovlev
Copy link
Author

Oops, I've somehow missed the existent issue. Sorry!

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

4 participants