You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Porter prepends "v" to the manifest-specified bundle version even though its registry tag might not have the v prefix (e.g. in format X.Y.Z), causing it to look for a vX.Y.Z tag that doesn't exist. See Slack for further discussion here.
Running porter explain -r getporter/hello-llama:0.1.1 matching the spec fails.
Expected behavior
porter explain -r getporter/hello-llama:0.1.1 should work regardless if there's a v in the version, such as the output resulting when v0.1.1 is specified in the manifest:
porter explain -r getporter/hello-llama:v0.1.1Name: hello-llamaDescription: An example Porter bundle with parametersVersion: 0.1.1Porter Version: v0.38.1-32-gb76f5c1cParameters:
--------------------------------------------------------------------------------Name Description Type Default Required Applies To
--------------------------------------------------------------------------------name Name of to whom we should say string llama false All Actions hello This bundle uses the following tools: exec.To install this bundle run the following command, passing --param KEY=VALUE for any parameters you want to customize:
porter install --reference getporter/hello-llama:v0.1.1
Porter Command and Output
$ porter explain -r getporter/hello-llama:0.1.1
unable to pull bundle: docker.io/getporter/hello-llama:0.1.1: not found
unable to pull bundle: docker.io/getporter/hello-llama:0.1.1: not found
Describe the bug
Porter prepends "v" to the manifest-specified bundle version even though its registry tag might not have the v prefix (e.g. in format X.Y.Z), causing it to look for a vX.Y.Z tag that doesn't exist. See Slack for further discussion here.
To Reproduce
Reproduced by @bdegeeter
porter explain -r getporter/hello-llama:0.1.1
matching the spec fails.Expected behavior
porter explain -r getporter/hello-llama:0.1.1
should work regardless if there's av
in the version, such as the output resulting whenv0.1.1
is specified in the manifest:Porter Command and Output
Version
porter v1.0.14 (0e739d8)
The text was updated successfully, but these errors were encountered: