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

Hostname fix #53

Merged
merged 3 commits into from
Apr 8, 2024
Merged

Hostname fix #53

merged 3 commits into from
Apr 8, 2024

Conversation

akhiljns
Copy link
Collaborator

@akhiljns akhiljns commented Apr 7, 2024

closes #49

@mhewedy ignore the healthcheck changes while reviewing the PR, i have cut the branch from the healthcheck PR those changes would go once the healthcheck PR gets merged

@mhewedy mhewedy added this to the v0.130.0 release milestone Apr 8, 2024
)

const ova = ".ova"

func Remove(imageName string) error {
existingImgs, _ := List()
if !contains(existingImgs, imageName) {
return errors.New("Image not found")
return errors.New("image not found")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@mhewedy these are lint warnings thrown by go lint and reviewdog

@mhewedy mhewedy merged commit c5829fd into mhewedy:master Apr 8, 2024
5 checks passed
@akhiljns akhiljns deleted the hostnameFix branch April 15, 2024 15:37
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

Successfully merging this pull request may close these issues.

Permission denied while changing hostname
2 participants