.. _container-build:

container-build
===============

.. program:: container-build

Synopsis
--------

::

    sample-rpkg container-build [-h]
                                [--compose-id COMPOSE_ID [COMPOSE_ID ...] |
                                --signing-intent SIGNING_INTENT |
                                --repo-url URL [URL ...]] [--target TARGET]
                                [--nowait] [--scratch]
                                [--arches [ARCHES [ARCHES ...]]]

Description
-----------

Build a container



Options
-------

.. option:: -h --help

   show this help message and exit

.. option:: --compose-id

   ODCS composes used. Cannot be used with ``--signing-intent`` or ``--repo-url``

.. option:: --signing-intent

   Signing intent of the ODCS composes. Cannot be used with ``--compose-id`` or ``--repo-url``

.. option:: --repo-url

   URLs of yum repo filesCannot be used with ``--signing-intent`` or ``--compose-id``

.. option:: --target

   Override the default target

.. option:: --nowait

   Don't wait on build

.. option:: --scratch

   Scratch build

.. option:: --arches

   Limit a scratch build to an arch. May have multiple arches.