Plain Ubuntu image are still based on Xenial

Even if we are not really testing plain images much, let's make clear
that we didn't test any hadoop stuff on bionic yet.

Change-Id: I684a98338945d4449e37d9f652bddddf827838bf
This commit is contained in:
Luigi Toscano 2018-12-03 11:57:58 +01:00
parent 578cb4824b
commit 29c817d217
1 changed files with 2 additions and 0 deletions

View File

@ -843,7 +843,9 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "plain" ]; then
if [ -z "$BASE_IMAGE_OS" -o "$BASE_IMAGE_OS" = "ubuntu" ]; then
plain_image_name=${plain_ubuntu_image_name:-ubuntu_plain}
export DIB_RELEASE=${DIB_RELEASE:-xenial}
image_create ubuntu $plain_image_name $ubuntu_elements_sequence
unset DIB_RELEASE
fi
if [ -z "$BASE_IMAGE_OS" -o "$BASE_IMAGE_OS" = "fedora" ]; then