Add openSUSE Leap 15 gate-utils image

Change-Id: I6cd1f27e40d6328cd99b4d81cdfb495808578787
Co-Authored-By: Stephanie Miller <stephane@alum.mit.edu>
This commit is contained in:
Jean-Philippe Evrard 2018-11-30 12:34:05 +01:00
parent 1eb2e14491
commit a2da065f54
3 changed files with 27 additions and 0 deletions

View File

@ -22,3 +22,13 @@ 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

View File

@ -0,0 +1,5 @@
ARG FROM=docker.io/opensuse/leap:15
FROM ${FROM}
LABEL maintainers=stephane@alum.mit.edu
RUN zypper install -y ipcalc

View File

@ -17,9 +17,11 @@
check:
jobs:
- openstack-helm-images-gate-utils-debian
- openstack-helm-images-gate-utils-suse_15
gate:
jobs:
- openstack-helm-images-gate-utils-debian
- openstack-helm-images-gate-utils-suse_15
#experimental:
# jobs:
# - openstack-helm-infra-five-ubuntu
@ -42,3 +44,13 @@
- ^zuul.d/gate-utils.yaml
vars:
distro: "debian"
- job:
name: openstack-helm-images-gate-utils-suse_15
parent: openstack-helm-images-gate-utils
files:
- ^gate-utils/build.sh
- ^gate-utils/Dockerfile.suse_15$
- ^zuul.d/gate-utils.yaml
vars:
distro: "suse_15"