adf39c52cf
-----BEGIN PGP SIGNATURE----- iQEcBAABAgAGBQJYW2GoAAoJEBty/58O8cX8uSAH/15dJsglP6Zie7jSSJcR6k+e PJembHn9qrqrCjmJ5EwakojySaaLhwEJKvlP54OU9v7pmUXL9gJtK2OzW54LQ41g xBHIu0Pg4z7juyHm9+1P2Sr7Mzs1pVSEbsIYpDYUU19eghI1EAeIj3I1woKgajN7 JlI61j3r67G6EAVtPOnmD1jvXS8CrtjiJ9wtWTH20pWfmksovg/GuXUCZrLkAAhO NcK35CdMii1Hkr7XOH424La/Ar+3qfUX18ZkbJY6yHzkq/ityTzzKOFjAaDl2Jg9 WNc+SLCVYpPhPwgt7miTywamUNj3ZviA5/Hd8fuLXmtHSLQ23WOtBiaQMLtwXHs= =8dIl -----END PGP SIGNATURE----- Merge tag '1.26.1' into merge-branch Release 1.21.1 Change-Id: Ib9eb3dd1d384fc5b6a9846608216e056c57a173a
37 lines
1.2 KiB
ReStructuredText
37 lines
1.2 KiB
ReStructuredText
========
|
|
opensuse
|
|
========
|
|
Use an openSUSE cloud image as the baseline for built disk images. The images are
|
|
located in distribution specific sub directories under
|
|
|
|
http://download.opensuse.org/repositories/Cloud:/Images:/
|
|
|
|
For example, the images of openSUSE 13.2 can be found here:
|
|
|
|
http://download.opensuse.org/repositories/Cloud:/Images:/openSUSE_13.2/images/
|
|
|
|
These images should be considered experimental. There are curently only x86_64
|
|
images.
|
|
|
|
Environment Variables
|
|
---------------------
|
|
|
|
DIB_RELEASE
|
|
:Required: No
|
|
:Default: 42.2
|
|
:Description: Set the desired openSUSE release.
|
|
|
|
DIB_CLOUD_IMAGES
|
|
:Required: No
|
|
:Default: http://download.opensuse.org/repositories/Cloud:/Images:/(openSUSE|Leap)_${DIB_RELEASE}
|
|
:Description: Set the desired URL to fetch the images from.
|
|
|
|
Notes:
|
|
|
|
* There are very frequently new automated builds that include changes that
|
|
happen during the product maintenance. The download directories contain an
|
|
unversioned name and a versioned name. The unversioned name will always
|
|
point to the latest image, but will frequently change its content. The versioned
|
|
one will never change content, but will frequently be deleted and replaced
|
|
by a newer build with a higher version-release number.
|