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

Optionally clone Morpheus from a URL during Docker builds #1913

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Sep 26, 2024

Description

  • Optionally clone from a git url if MORPHEUS_GIT_URL & MORPHEUS_GIT_TAG are defined, otherwise the host repo is used.
  • Fixes issue when morpheus is in a submodule and the parent repo is not accessible to the Docker workspace
  • Clone is now performed in a new shell script docker/clone_source.sh

Closes #1870

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@dagardner-nv dagardner-nv self-assigned this Sep 26, 2024
@dagardner-nv dagardner-nv requested a review from a team as a code owner September 26, 2024 19:05
@dagardner-nv dagardner-nv marked this pull request as draft September 26, 2024 19:05
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG]: building runtime target fails at git_clone when Morpheus is a submodule
1 participant