pack config run-image-mirrors remove

pack config run-image-mirrors remove

Remove a mirror for a run image

Synopsis

Remove mirrors for a given run image. If specific mirrors are passed, they will be removed. If no mirrors are provided, all mirrors for the given run image will be removed from the config.

pack config run-image-mirrors remove <image> [-m <mirror...] [flags]

Examples

pack config run-image-mirrors remove cnbs/sample-stack-run:bionic

Options

  -h, --help             help for remove
  -m, --mirror strings   Run image mirror
                         Repeat for each mirror in order, or supply once by comma-separated list

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