Merge "Set DIB_RELEASE in ubuntu element"
This commit is contained in:
commit
5617264aab
@ -9,6 +9,7 @@ Overrides:
|
|||||||
* To use a non-default URL for downloading base Ubuntu cloud images,
|
* To use a non-default URL for downloading base Ubuntu cloud images,
|
||||||
use the environment variable DIB\_CLOUD\_IMAGES
|
use the environment variable DIB\_CLOUD\_IMAGES
|
||||||
* To download a non-default release of Ubuntu cloud images, use the
|
* To download a non-default release of Ubuntu cloud images, use the
|
||||||
environment variable DIB\_RELEASE
|
environment variable DIB\_RELEASE. This element will export the DIB_RELEASE
|
||||||
|
variable.
|
||||||
* To use different mirrors rather than the default of archive.ubuntu.com and
|
* To use different mirrors rather than the default of archive.ubuntu.com and
|
||||||
security.ubuntu.com, use the environment variable DIB\_DISTRIBUTION\_MIRROR
|
security.ubuntu.com, use the environment variable DIB\_DISTRIBUTION\_MIRROR
|
||||||
|
@ -1 +1,2 @@
|
|||||||
export DISTRO_NAME=ubuntu
|
export DISTRO_NAME=ubuntu
|
||||||
|
export DIB_RELEASE=${DIB_RELEASE:-trusty}
|
||||||
|
Loading…
Reference in New Issue
Block a user