Serve an OCI registry from image bundles

dkp serve image-bundle [flags]
CODE

Options

  -h, --help                          help for image-bundle
      --image-bundle strings          Tarball of images to serve. Can also be a glob pattern. (default [])
      --listen-address string         Address to listen on (default "localhost")
      --listen-port uint16            Port to listen on (0 means use any free port)
      --tls-cert-file string          TLS certificate file
      --tls-private-key-file string   TLS private key file
CODE

Options inherited from parent commands

  -v, --verbose int   Output verbosity
CODE

SEE ALSO

  • dkp serve - Serve image or Helm chart bundles from an OCI registry