mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2025-12-30 02:10:53 +00:00
Merge "Add tempest bionic image"
This commit is contained in:
25
tempest/Dockerfile.ubuntu_bionic
Normal file
25
tempest/Dockerfile.ubuntu_bionic
Normal file
@@ -0,0 +1,25 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN set -ex ;\
|
||||
export DEBIAN_FRONTEND=noninteractive ;\
|
||||
apt-get update ;\
|
||||
apt-get upgrade -y ;\
|
||||
apt-get install netbase -y ;\
|
||||
apt-get install --no-install-recommends -y \
|
||||
python3-dev \
|
||||
build-essential \
|
||||
python3-pip \
|
||||
libssl-dev \
|
||||
git ;\
|
||||
git clone https://git.openstack.org/openstack/tempest ;\
|
||||
git clone https://git.openstack.org/openstack/cinder-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/heat-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/keystone-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/neutron-tempest-plugin ;\
|
||||
pip3 install -U setuptools ;\
|
||||
pip3 install wheel ;\
|
||||
pip3 install -e tempest/ \
|
||||
cinder-tempest-plugin/ \
|
||||
heat-tempest-plugin/ \
|
||||
keystone-tempest-plugin/ \
|
||||
neutron-tempest-plugin/ ;\
|
||||
@@ -40,6 +40,12 @@
|
||||
tags:
|
||||
- latest-ubuntu_xenial
|
||||
- "ubuntu_xenial-{{ currentdate }}"
|
||||
- context: tempest
|
||||
repository: openstackhelm/tempest
|
||||
dockerfile: Dockerfile.ubuntu_bionic
|
||||
tags:
|
||||
- latest-ubuntu_bionic
|
||||
- "ubuntu_bionic-{{ currentdate }}"
|
||||
- context: tempest
|
||||
repository: openstackhelm/tempest
|
||||
dockerfile: Dockerfile.opensuse_15
|
||||
|
||||
Reference in New Issue
Block a user