porter bundles archive
porter bundles archive
Archive a bundle from a reference
Synopsis
Archives a bundle by generating a gzipped tar archive containing the bundle, invocation image and any referenced images.
porter bundles archive FILENAME --reference PUBLISHED_BUNDLE [flags]
Examples
porter bundle archive mybun.tgz --reference ghcr.io/getporter/examples/porter-hello:v0.2.0
porter bundle archive mybun.tgz --reference localhost:5000/ghcr.io/getporter/examples/porter-hello:v0.2.0 --force
Options
--force Force a fresh pull of the bundle
-h, --help help for archive
--insecure-registry Don't require TLS for the registry
-r, --reference string Use a bundle in an OCI registry specified by the given reference.
Options inherited from parent commands
--experimental strings Comma separated list of experimental features to enable. See https://getporter.org/configuration/#experimental-feature-flags for available feature flags.
--verbosity string Threshold for printing messages to the console. Available values are: debug, info, warning, error. (default "info")
SEE ALSO
- porter bundles - Bundle commands