Metadata-Version: 2.1
Name: rkt-armutils
Version: 3.0.4
Summary: RiotKit Tools - ARMUtils
Home-page: https://riotkit.org
Author: RiotKit non-profit organization
Author-email: riotkit@riseup.net
License: Apache-2
Keywords: docker,travis,ci,continuous-integration,devops,arm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: rkd (<3,>=2.3.3)
Requires-Dist: requests (>=2.10)

:docker:inject-qemu-bins
------------------------

Injects QEMU binaries into a docker image required to run ARM binaries
on x86\_64 processors.

**NOTICE: This operation is flattening the docker layers by doing export
and import**

**Examples:**

.. code:: bash

    rkd :docker:inject-qemu-bins --image=arm32v7/php:7.2-fpm

**Class name to import:** rkt_armutils.docker.InjectQEMUBinaryIntoContainerTask [see how to import_]

:travis:use-experimental-docker
-------------------------------

Turns on experimental features in Docker client. **NOTICE: Overrides
~/.docker/config.json - but useful on CI**

**Class name to import:** rkt_armutils.docker.UseExperimentalDockerTask [see how to import_]

:travis:configure-qemu
----------------------

Configures Travis-CI to use QEMU for building docker containers.

**Class name to import:** rkt_armutils.docker.ConfigureTravisBuildTask [see how to import_]

.. _import: https://riotkit-do.readthedocs.io/en/latest/usage/importing-tasks.html



