diskimage-builder/elements/centos/environment.d/10-centos6-distro-name.bash
Abel Lopez b2a2368844 Change to latest CentOS-6 image
cloud.centos.org appears to have changed their naming for images.
This latest iteration drops the YYYYMMDD in favor for YYMM, but
also has a 'latest' available without the date stamp.

This change will mean we no longer have to submit new code reviews
whenever centos changes.

Change-Id: I5a6a0de822561c1d0681abb9487993acf55918f1
2016-04-20 10:44:09 -07:00

3 lines
74 B
Bash

export DISTRO_NAME=centos
export DIB_RELEASE=${DIB_RELEASE:-GenericCloud}