We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
jfrog-cli-core/artifactory/utils/container/image.go
Line 22 in 16e20ba
This line will panic if image.tag does not contain any slashes or colons.
image.tag
To Reproduce Steps to reproduce the behavior
Run the jfrog rt bdc command with an image file where the name doesn't include a slash.
jfrog rt bdc
Expected behavior A clear and concise description of what you expected to happen.
It should give an error about the invalid input, but should not crash.
Screenshots If applicable, add screenshots to help explain your problem.
Versions
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@rittneje, Thanks for reporting this issue! JFrog CLI 1.45.1 is released and include a fix. We'd appreciate your feedback for it.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
jfrog-cli-core/artifactory/utils/container/image.go
Line 22 in 16e20ba
This line will panic if
image.tag
does not contain any slashes or colons.To Reproduce
Steps to reproduce the behavior
Run the
jfrog rt bdc
command with an image file where the name doesn't include a slash.Expected behavior
A clear and concise description of what you expected to happen.
It should give an error about the invalid input, but should not crash.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: