mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2025-11-02 11:17:49 +00:00
Change-Id: I6cd1f27e40d6328cd99b4d81cdfb495808578787 Co-Authored-By: Stephanie Miller <stephane@alum.mit.edu>
35 lines
693 B
ReStructuredText
35 lines
693 B
ReStructuredText
==========================
|
|
gate-utils container image
|
|
==========================
|
|
|
|
This container builds a small image with ipcalc for use in both the
|
|
multinode checks and development.
|
|
|
|
Manual build
|
|
============
|
|
|
|
Debian
|
|
------
|
|
|
|
Here are the instructions for building the default Debian image:
|
|
|
|
.. literalinclude:: ../../gate-utils/build.sh
|
|
:lines: 7-12
|
|
:language: shell
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./gate-utils/build.sh
|
|
|
|
openSUSE Leap 15
|
|
----------------
|
|
|
|
To build an openSUSE leap 15 image, you can export varibles before
|
|
running the build script:
|
|
|
|
.. code-block:: shell
|
|
|
|
DISTRO=suse_15 ./gate-utils/build.sh
|