porter icon indicating copy to clipboard operation
porter copied to clipboard

(bug): Unable to pull bundles with latest tag

Open schristoff opened this issue 11 months ago • 1 comments

Describe the bug

When pulling a bundle with :latest at the end, an additional : gets added

To Reproduce

porter install --force porter-hello --reference ghcr.io/getporter/examples/porter-hello:latest
unable to pull bundle: ghcr.io/getporter/examples/porter-hello:latest: not found
unable to pull bundle: ghcr.io/getporter/examples/porter-hello:latest: not found

Expected behavior

Bundle properly gets downloaded

I'm assuming it is something within the resolveBundleReference function, and perhaps (since this was most recently touched) ensureVPrefix func.

schristoff avatar Mar 14 '24 04:03 schristoff