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

Ensure provided Git repository and path to Dockerfile are valid #704

Open
davidkopp opened this issue Mar 31, 2019 · 0 comments
Open

Ensure provided Git repository and path to Dockerfile are valid #704

davidkopp opened this issue Mar 31, 2019 · 0 comments

Comments

@davidkopp
Copy link
Contributor

Currently if the import of a MICO service with the GitHubCrawler is used, the URL to the repository and the provided path to the Dockerfile is validated.
Validation of the path to the Dockerfile:

if (existsFileInGithubRepo(gitHubRepositoryApiUrl, dockerfilePath)) {

However this is not the case if a MICO service is updated manually.

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