regctl manifest put
Pushes a manifest or manifest list to a repository.
regctl manifest put <image_ref> [flags]
- push
# push an image manifest
regctl manifest put \
--content-type application/vnd.oci.image.manifest.v1+json \
registry.example.org/repo:v1 <manifest.json
--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
--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")