-
Notifications
You must be signed in to change notification settings - Fork 642
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
Support relative paths in docker-compose 'volumes:' statements #846
Comments
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 23, 2017
* Moves path resolution logic to a utility class * Includes tests * Adds mockito-core as a test dependency Addresses fabric8io#846
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 23, 2017
* Moves path resolution logic to a utility class * Includes tests * Adds mockito-core as a test dependency Addresses fabric8io#846 Signed-off-by: Elliot Metsger <emetsger@jhu.edu>
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 23, 2017
* Moves path resolution logic to a utility class * Includes tests * Adds mockito-core as a test dependency Addresses fabric8io#846 Signed-off-by: Elliot Metsger <emetsger@jhu.edu>
FYI, after upgrading the docker instance to
|
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 24, 2017
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 24, 2017
* Moves path resolution logic to a utility class * Includes tests * Adds mockito-core as a test dependency Addresses fabric8io#846 Signed-off-by: Elliot Metsger <emetsger@jhu.edu>
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 24, 2017
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 24, 2017
…asedir (fabric8io#846). Signed-off-by: Elliot Metsger <emetsger@jhu.edu>
emetsger
added a commit
to emetsger/rmap
that referenced
this issue
Aug 25, 2017
* requires the Docker Maven Plugin be compiled and installed (mvn install) from https://github.com/emetsger/docker-maven-plugin/tree/volumes-846 (see also: fabric8io/docker-maven-plugin#846) * configures an "http-solr" bean profile, with a corresponding http-solr.properties file * starts up solr in pre-integration-test, stops it in post-integration-test * configures the failsafe plugin to run integration tests * adds a SimpleSolrIT * ignores the SimpleSolrTest (any methods that are still needed should be moved to SimpleSolrIT, because they require a running Solr instance as they are currently written)
emetsger
added a commit
to emetsger/rmap
that referenced
this issue
Aug 28, 2017
* requires the Docker Maven Plugin be compiled and installed (mvn install) from https://github.com/emetsger/docker-maven-plugin/tree/volumes-846 (see also: fabric8io/docker-maven-plugin#846) * configures an "http-solr" bean profile, with a corresponding http-solr.properties file * starts up solr in pre-integration-test, stops it in post-integration-test * configures the failsafe plugin to run integration tests * adds a SimpleSolrIT * ignores the SimpleSolrTest (any methods that are still needed should be moved to SimpleSolrIT, because they require a running Solr instance as they are currently written)
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 30, 2017
* Moves path resolution logic to a utility class * Includes tests * Adds mockito-core as a test dependency Addresses fabric8io#846 Signed-off-by: Elliot Metsger <emetsger@jhu.edu>
emetsger
added a commit
to emetsger/docker-maven-plugin
that referenced
this issue
Aug 30, 2017
…asedir (fabric8io#846). Signed-off-by: Elliot Metsger <emetsger@jhu.edu>
Closed by merge |
emetsger
added a commit
to emetsger/rmap
that referenced
this issue
Sep 12, 2017
* requires the Docker Maven Plugin be compiled and installed (mvn install) from https://github.com/emetsger/docker-maven-plugin/tree/volumes-846 (see also: fabric8io/docker-maven-plugin#846) * configures an "http-solr" bean profile, with a corresponding http-solr.properties file * starts up solr in pre-integration-test, stops it in post-integration-test * configures the failsafe plugin to run integration tests * adds a SimpleSolrIT * ignores the SimpleSolrTest (any methods that are still needed should be moved to SimpleSolrIT, because they require a running Solr instance as they are currently written)
emetsger
added a commit
to emetsger/rmap
that referenced
this issue
Oct 3, 2017
* requires the Docker Maven Plugin be compiled and installed (mvn install) from https://github.com/emetsger/docker-maven-plugin/tree/volumes-846 (see also: fabric8io/docker-maven-plugin#846) * configures an "http-solr" bean profile, with a corresponding http-solr.properties file * starts up solr in pre-integration-test, stops it in post-integration-test * configures the failsafe plugin to run integration tests * adds a SimpleSolrIT * ignores the SimpleSolrTest (any methods that are still needed should be moved to SimpleSolrIT, because they require a running Solr instance as they are currently written)
emetsger
added a commit
to emetsger/rmap
that referenced
this issue
Oct 19, 2017
* requires the Docker Maven Plugin be compiled and installed (mvn install) from https://github.com/emetsger/docker-maven-plugin/tree/volumes-846 (see also: fabric8io/docker-maven-plugin#846) * configures an "http-solr" bean profile, with a corresponding http-solr.properties file * starts up solr in pre-integration-test, stops it in post-integration-test * configures the failsafe plugin to run integration tests * adds a SimpleSolrIT * ignores the SimpleSolrTest (any methods that are still needed should be moved to SimpleSolrIT, because they require a running Solr instance as they are currently written)
emetsger
added a commit
to emetsger/rmap
that referenced
this issue
Oct 19, 2017
* requires the Docker Maven Plugin be compiled and installed (mvn install) from https://github.com/emetsger/docker-maven-plugin/tree/volumes-846 (see also: fabric8io/docker-maven-plugin#846) * configures an "http-solr" bean profile, with a corresponding http-solr.properties file * starts up solr in pre-integration-test, stops it in post-integration-test * configures the failsafe plugin to run integration tests * adds a SimpleSolrIT * ignores the SimpleSolrTest (any methods that are still needed should be moved to SimpleSolrIT, because they require a running Solr instance as they are currently written)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Relative paths in docker-compose
volumes:
statements are not supported. For example, the volumes stanza belowresults in the following error on
docker:start
:Info
e50a7a5
,0.21-SNAPSHOT
mvn -v
) :Docker version 1.11.2, build b9f10c9
,docker-machine version 0.7.0, build a650a40
The text was updated successfully, but these errors were encountered: