pack config registries default

pack config registries default

Set default registry

Synopsis

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.

  • To set your default registry, run pack config registries default <registry-name>.
  • To unset your default registry, run pack config registries default --unset. Unsetting the default registry will reset the default-registry to be the official buildpacks registry, https://github.com/buildpacks/registry-index
pack config registries default <name> [flags]

Examples

pack config registries default myregistry

Options

  -h, --help    Help for 'default'
  -u, --unset   Unset the current default registry, and set it to the official buildpacks registry

Options inherited from parent commands

      --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

SEE ALSO