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

"v" prefix is prepended to tag when it shouldn't be #2914

Closed
ludfjig opened this issue Sep 19, 2023 · 0 comments · Fixed by #2915
Closed

"v" prefix is prepended to tag when it shouldn't be #2914

ludfjig opened this issue Sep 19, 2023 · 0 comments · Fixed by #2915
Labels
bug Oops, sorry!

Comments

@ludfjig
Copy link
Contributor

ludfjig commented Sep 19, 2023

Describe the bug

#2890 introduced a bug which where it appends a "v" prefix where it shouldn't. In the case that the tag is "latest", or when a tag is missing.

To Reproduce

porter explain -r ghcr.io/getporter/examples/porter-hello and
bin/porter explain -r ghcr.io/getporter/examples/porter-hello:latest will try fetch tag :v and :vlatest, respectively

Expected behavior

No v should be prepended in these cases

Porter Command and Output

$ porter [e.g. install --param foo=bar --credential-set azure]
lots of output

Version

Copy the output of porter version below

[e.g. porter v0.14.1-beta.2 (72dd5df)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Oops, sorry!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant