Set default registry
A Buildpack Registry is a (still experimental) place to publish, store, and discover buildpacks.
You can use this command to list, set, and unset a default registry, which will be used when looking for buildpacks:* To list your default registry, run pack config registries default
.
pack config registries default <registry-name>
.pack config registries default --unset
.
Unsetting the default registry will reset the default-registry to be the official buildpacks registry, [94mhttps://github.com/buildpacks/registry-index[0mpack config registries default <name> [flags]
pack config registries default myregistry
-h, --help Help for 'default'
-u, --unset Unset the current default registry, and set it to the official buildpacks registry
--force-color Force color output
--no-color Disable color output
-q, --quiet Show less output
--timestamps Enable timestamps in output
-v, --verbose Show more output