-
Notifications
You must be signed in to change notification settings - Fork 770
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
kompose build fails to read the context correctly #832
Labels
Comments
surajssd
added
kind/bug
Categorizes issue or PR as related to a bug.
component/Kubernetes
labels
Sep 27, 2017
In I have tried something similar in https://github.com/kedgeproject/kedge/pull/295/files#diff-f9c1aac2b0fdb0b76e7a167cb362d95cR93 |
Thanks @surajssd for pointing this out, will send a fix very soon :) |
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Oct 5, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Oct 6, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Oct 9, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Oct 11, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Nov 8, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Nov 20, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Nov 30, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Nov 30, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Dec 1, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
Dec 1, 2017
While `local` build, kompose was not recognizing `dockerfile` key Hence it was breaking the build as mentioned in issue kubernetes#832. This PR will fix the issue.
we can close this issue now :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
kompose fails to find the
Dockerfile
even if thedockerfile
is set underbuild
andcontext
is also set.How to reproduce?
Please see the following directory structure
I am trying to do a build with
Dockerfile
being inscripts
directory. But my build context is root of the project. Essentially I am running a build command as following:docker build -t surajd/kedgeschema -f ./scripts/Dockerfile .
Above works fine.
To make it easier I have created
docker-compose
file which looks like following:docker-compose works on this:
But kompose fails as
Versions
Other info
The project I am trying that docker-compose file is https://github.com/kedgeproject/json-schema-generator
The text was updated successfully, but these errors were encountered: