Change default registry for new bundles from getporter to localhost:5000 #1758
Labels
2 - 🍕
Pizza should be eaten daily
good first issue
Good for new contributors
user experience 🌈💖
Make it easier for everyone to use Porter
I think it would be helpful if our default registry was one that people could conceivably push to. Right now it defaults to "getporter" which no one (even me) should push to. By setting it to a local test registry, we can provide more stream lined instructions, by having people run a local registry to try out porter without needing an account somewhere for example.
This change should be made on the release/v1 branch.
Steps
getporter
to"localhost:5000"
. https://github.com/getporter/porter/blob/release/v1/pkg/templates/templates/create/porter.yamlYou can test this out by following the steps from the contributor tutorial to build your changes. Use the porter binary that you built to make a new bundle and verify that your change shows up in the generated porter.yaml when you run
porter created
.The text was updated successfully, but these errors were encountered: