Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 825 Bytes

seihon_publish.md

File metadata and controls

29 lines (20 loc) · 825 Bytes

seihon publish

Build and publish multi-arch Docker image.

Synopsis

Build and publish multi-arch Docker image.

seihon publish [flags]

Options

  -b, --base-runtime-image string   Base Docker image. (default "alpine:3.15")
      --dry-run                     Dry run mode. (default true)
  -h, --help                        help for publish
  -i, --image-name string           Image name (user/repo)
      --targets strings             Targeted architectures. (default [arm.v6,arm.v7,arm.v8,amd64,386])
      --template string             Dockerfile template (default "./tmpl.Dockerfile")
  -v, --versions strings            Image version.

SEE ALSO

  • seihon - A simple tool to publish multi-arch images on the Docker Hub.
Auto generated by spf13/cobra on 25-Jan-2021