dkp push bundle
Push from bundles into an existing OCI registry
CODE
dkp push bundle [flags]
Options
CODE
--bundle strings Tarball containing list of images to push. Can also be a glob pattern. (default [])
--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 bundle
--image-push-concurrency int Image push concurrency (default 1)
--on-existing-tag string how to handle existing tags: one of "overwrite", "error", or "skip" (default "overwrite")
--to-registry string Registry to push images to. TLS verification will be skipped when using an http:// registry.
--to-registry-ca-cert-file string CA certificate file used to verify TLS verification of registry to push images to
--to-registry-insecure-skip-tls-verify Skip TLS verification of registry to push images to (also use for non-TLS 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
-v, --verbose int Output verbosity
SEE ALSO
- dkp push - Push one of [bundle, chart, chart-bundle, image-bundle]