Push images from an image bundle into an existing image registry

dkp push image-bundle [flags]
CODE

Options

      --ecr-lifecycle-policy-file string       File containing ECR lifecycle policy for newly created repositories (only applies if target registry is hosted on ECR, ignored otherwise)
  -h, --help                                   help for image-bundle
      --image-bundle string                    Tarball containing list of images to push
      --to-registry string                     Registry to push images to
      --to-registry-insecure-skip-tls-verify   Skip TLS verification of registry to push images to (use for http registries)
      --to-registry-password string            Password to use to log in to destination registry
      --to-registry-username string            Username to use to log in to destination registry
CODE

Options inherited from parent commands

  -v, --verbose int   Output verbosity
CODE

SEE ALSO

  • dkp push - Push one of [chart, chart-bundle, image-bundle]