diskimage-builder/diskimage_builder/elements/debian-minimal
Ian Wienand 9eb71a1fe0 Switch debian to deb.debian.org
Per [1] this is the "official" CDN mirror, which I think is the most
appropriate for the default.  I think this addresses the concerns
httpredir service, which I don't think ever quite got out of beta.

[1] https://wiki.debian.org/DebianGeoMirror

Change-Id: I55f2a00b8bbb0f0a20d3be229e4c2c32a7b69057
2017-05-19 20:10:40 +00:00
..
environment.d Switch debian to deb.debian.org 2017-05-19 20:10:40 +00:00
root.d Release 1.25.2 2017-02-02 11:20:00 +11:00
test-elements Add a test to validate we can build debian vms 2017-05-05 19:17:39 +02:00
README.rst Unify and fix doc of several Debian and Ubuntu elements 2017-04-07 05:56:50 +00:00
element-deps Release 1.25.2 2017-02-02 11:20:00 +11:00
element-provides Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
package-installs.yaml Release 1.24.0 2017-01-31 14:14:19 +11:00
pkg-map Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00

README.rst

debian-minimal

The debian-minimal element uses debootstrap for generating a minimal image. In contrast the debian element uses the cloud-image as the initial base.

By default this element creates the latest stable release. The exact setting can be found in the element's environment.d directory in the variable DIB_RELEASE. If a different release of Debian should be created, the variable DIB_RELEASE can be set appropriately.