-
Notifications
You must be signed in to change notification settings - Fork 771
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 convert
should validate dockerfilepath
#594
Labels
Comments
@ashetty1 yes this should be done, thanks for reporting! |
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
May 18, 2017
This PR will resolve kubernetes#594 by validating dockerfilepath based on whether it is relative path or not.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
May 18, 2017
This PR will resolve kubernetes#594 by validating dockerfilepath based on whether it is relative path or not.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
May 24, 2017
This PR will resolve kubernetes#594 by validating dockerfilepath based on whether it is relative path or not.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
May 30, 2017
This PR will resolve kubernetes#594 by validating dockerfilepath based on whether it is relative path or not.
surajnarwade
added a commit
to surajnarwade/kompose
that referenced
this issue
May 30, 2017
This PR will resolve kubernetes#594 by validating dockerfilepath based on whether it is relative path or not.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible for
dockerfilepath
to be validated withkompose convert
on OpenShift? Suppose an absolute path is provided instead of relative path, it gets detected only withoc create
.docker-compose file here:
...
The text was updated successfully, but these errors were encountered: