regclient
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

regctl manifest put

Synopsis

Pushes a manifest or manifest list to a repository.

regctl manifest put <image_ref> [flags]

Aliases

  • push

Examples

# push an image manifest
regctl manifest put \
  --content-type application/vnd.oci.image.manifest.v1+json \
  registry.example.org/repo:v1 <manifest.json

Options

      --by-digest             Push manifest by digest instead of tag
  -t, --content-type string   Specify content-type (e.g. application/vnd.docker.distribution.manifest.v2+json)
      --format string         Format output with go template syntax

Options from parent commands

      --host stringArray     Registry hosts to add (reg=registry,user=username,pass=password,tls=enabled)
      --logopt stringArray   Log options
      --user-agent string    Override user agent
  -v, --verbosity string     Log level (trace, debug, info, warn, error) (default "WARN")