Set CentOS amphora image size back to default value

DIB reduced the size of CentOS minimal images to the point CentOS-based
amphora images fit back in the default 2 GB disk.

Change-Id: Icd3ff0162def1820940d49e36308fc976bfde364
This commit is contained in:
Carlos Goncalves 2020-08-21 09:49:23 +02:00
parent bf3d5372b9
commit 17c856dbcb
2 changed files with 2 additions and 3 deletions

View File

@ -255,8 +255,8 @@ AMP_ENABLE_FULL_MAC_SECURITY=${AMP_ENABLE_FULL_MAC_SECURITY:-0}
AMP_DISABLE_TMP_FS=${AMP_DISABLE_TMP_FS:-""}
if [[ "$AMP_BASEOS" =~ ^(rhel|centos-minimal|fedora)$ ]] && [[ "$AMP_IMAGESIZE" -lt 3 ]]; then
echo "RHEL/CentOS based amphora requires an image size of at least 3GB"
if [[ "$AMP_BASEOS" =~ ^(rhel|fedora)$ ]] && [[ "$AMP_IMAGESIZE" -lt 3 ]]; then
echo "RHEL/Fedora based amphora requires an image size of at least 3GB"
exit 1
fi

View File

@ -24,7 +24,6 @@
Publish CentOS 8 based amphora image to tarballs.o.o.
vars:
amphora_os: centos
amphora_image_size: 3
amphora_os_release: 8
- job: