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

Update containerless docs & reqs #381

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

eemcmullan
Copy link
Collaborator

No description provided.

@eemcmullan eemcmullan requested a review from aufi November 18, 2024 21:05
@eemcmullan eemcmullan added the cherry-pick/release-0.6 This PR should be cherry-picked to release-0.6 branch label Nov 18, 2024
Copy link
Member

@aufi aufi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -215,7 +215,12 @@ func (a *analyzeCommand) RunAnalysisContainerless(ctx context.Context) error {
}

func (a *analyzeCommand) ValidateContainerless(ctx context.Context) error {
// validate mvn and openjdk install
// validate mvn, python, and openjdk install
_, pythonErr := exec.LookPath("python3")
Copy link
Member

@aufi aufi Nov 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just note, python3 works on Fedora/RHEL, I cannot test Mac/Windows.

Signed-off-by: Emily McMullan <[email protected]>
@eemcmullan eemcmullan merged commit b288596 into konveyor:main Nov 25, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 25, 2024
update containerless docs

Signed-off-by: Emily McMullan <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
eemcmullan added a commit that referenced this pull request Nov 25, 2024
update containerless docs

Signed-off-by: Emily McMullan <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
Co-authored-by: Emily McMullan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/release-0.6 This PR should be cherry-picked to release-0.6 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants