declare -x DIB_ARGS="-a amd64 -t qcow2 -o /opt/build-images/centos7.9.v1.3.0.qcow2 cloud-init centos epel cloud-init-datasources enable-serial-console vm openssh-server ows-init growroot block-device-gpt install-static clean-all-interfaces init-sshd"
declare -x DIB_AVOID_PACKAGES_UPDATE="1"
declare -x DIB_BLOCK_DEVICE_CONFIG="file:///opt/image/centos/..//build-element//block-device-gpt.yaml"
declare -x DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH="yes"
declare -x DIB_CLOUD_INIT_DATASOURCES="ConfigDrive"
declare -x DIB_DISTRIBUTION_MIRROR="https://vault.centos.org/7.9.2009/"
declare -x DIB_LOCAL_IMAGE="/root/.cache/image-create/CentOS-7-x86_64-GenericCloud-2009.qcow2"
declare -x DIB_PYTHON_EXEC="/usr/bin/python3"
declare -x DIB_RELEASE="7"
