Michael Gerlach
b6bd3c7b12
Add description for mount_opts with examples
2016-12-10 16:42:52 +01:00
James Bromberger
0664bdd2ac
Get new SR IOV network driver. Update official manifest to generate tags on AMIs.
2016-12-01 15:03:22 +01:00
Marcin Kulisz
5267d95360
Added AMI tagging for AWS provider +
...
* minor syntax fixes
* added official Stretch manifest
2016-10-31 15:26:17 +00:00
Marcin Kulisz
d3b954cf82
Fixing andsens/bootstrap-vz#338
2016-09-23 09:30:41 +01:00
Zach Marano
1f747788c1
Fix missing source repo in GCE images. Add back baseline apt cache as
...
well. Add in additional GCE guest package into manifests (init files
were split into their own package to make the python package adhere to
pypi standards).
2016-07-21 14:14:42 -07:00
Anders Ingemann
70402229c5
docker: no need for date in reponame of example manifest
...
It's part of the docker image itself
2016-06-07 22:28:53 +02:00
Anders Ingemann
feea266210
docker: Add some more labeling to the example manifest
...
Also remove netbase as an explicit install.
It's only there because of the ping pkg
2016-06-07 22:02:39 +02:00
Anders Ingemann
07bc3ddd8d
docker: Add packages that are available in the official image (to the manifest)
2016-06-05 18:52:37 +02:00
Anders Ingemann
49ddd3879f
docker: Fix dockerfile creation
2016-06-05 17:19:27 +02:00
Anders Ingemann
4031fd6f84
ec2: Update official jessie 64-bit hvm manifest
...
Snatched from PR #256 by @JamesBromberger
2016-06-05 10:45:19 +02:00
Anders Ingemann
4cbeed5263
Add manifest, kernel and NIC config for stretch
2016-06-04 18:19:49 +02:00
Anders Ingemann
2d6a026160
Fix a slew of indentation & spacing issues
2016-06-04 11:38:16 +02:00
Zach Marano
40ec27ad16
Overhaul GCE image build.
2016-06-02 18:16:57 -07:00
Tiago Ilieve
bc1d5464f4
Add jessie-virtio.yml
KVM example manifest
2016-05-09 22:07:32 -03:00
Tiago Ilieve
5d4036d938
Remove GCE's 'jessie-backports.yml'
...
This file was duplicated, as there was never a GCE Jessie image with
backports.
This closes #310 .
2016-04-13 13:56:29 -03:00
The Fox in the Shell
4cc9ec0d1b
Add the 'apt.conf.d' manifest subsection
2016-03-15 18:01:41 +01:00
The Fox in the Shell
5dba70cf36
manifests: Fix documentation
...
The documentation for packages.sources didn't mention
that the key “main” is special.
2016-03-15 17:52:12 +01:00
Zach Marano
c34d7d11c8
Only include bare essential packages in the GCE provider task. Move
...
extras to the manifest files.
2016-02-29 10:38:34 -08:00
Tiago Ilieve
26d09d3776
Oracle Compute Cloud Service images are official
...
- Update main README
- Move manifest to the appropriate folder
2016-02-06 19:52:46 -02:00
Tiago Ilieve
992100d00a
oracle: remove custom gzipped kernel
...
Since Xen HVM is supported on Oracle Cloud, the default kernels
compressed with XZ can be booted with no problem.
2016-02-06 19:13:55 -02:00
Tiago Ilieve
c22247be81
oracle: remove cloud-init customization
...
It is working now out-of-the-box with "Ec2" metadata source.
2016-02-06 19:13:55 -02:00
Tiago Ilieve
7786b9362d
Add Oracle provider (Work-In-Progress)
2016-02-06 19:13:55 -02:00
Tiago Ilieve
72699d09c8
packages: fix sources section example
...
This closes #272 .
2016-01-26 19:54:01 -02:00
Clark Laughlin
46594b1ef0
enable support for creating kvm images for jessie on arm64
2016-01-08 13:06:57 -06:00
Anders Ingemann
51144f7456
Rename minimized-jessie.yml to jessie-minimized.yml
2015-12-13 23:32:26 +01:00
Anders Ingemann
daedb0e177
Add jessie-vagrant manifest example
2015-12-13 23:30:10 +01:00
Anders Ingemann
6cca4ae2e1
Allow manifest vars in docker image name
2015-12-13 19:42:15 +01:00
Anders Ingemann
d0bb9f75d3
The image name is now the repo + tag. Also:Improve labeling
2015-12-13 19:42:15 +01:00
Anders Ingemann
5dada603eb
Add dockerfile to image, support labels, add documentation
2015-12-13 19:41:18 +01:00
Anders Ingemann
cba496d761
Improve providers docs and add loads of manifest examples
2015-12-13 19:41:18 +01:00
Anders Ingemann
c880a6849a
Remove image section in manifest
...
All provider specific settings have been moved to the
provider section. The image name itself is now located
at the top level and called "name". It is required for all providers.
2015-12-13 19:41:18 +01:00
Anders Ingemann
52c05e5df6
Move docs about image description to gce & ec2 providers
2015-12-13 19:41:18 +01:00
Anders Ingemann
ff3582216f
Remove image.description from various manifests
...
Only ec2 and gce support image.description, adding it to
other providers is misleading.
2015-12-13 19:41:18 +01:00
Anders Ingemann
9d0356f4fa
Disable locale generation when no locales selected
2015-12-13 19:41:17 +01:00
Anders Ingemann
b95e71c4c8
Move dpkg specific settings to dpkg subsection
2015-12-13 19:41:17 +01:00
Anders Ingemann
1df2588b23
Add option to exclude /usr/share/doc
...
The bootstrap exclude script has also been generalize in the process
2015-12-13 19:41:17 +01:00
Anders Ingemann
6ae859f886
Implement locale filter in minimize_size plugin
...
This filter is rather aggressive, since it also hooks into the
bootstrapping process itself to prevent debootstrap from unpacking
specific locale files
2015-12-13 19:41:16 +01:00
Anders Ingemann
764f8f759d
Implement some apt minimization stuff from docker
...
See here for more: 1d775a54cc/contrib/mkimage/debootstrap
2015-12-13 19:41:16 +01:00
Anders Ingemann
4a509aba76
First stab at docker provider
...
Huh... That was easy.
2015-12-13 19:41:16 +01:00
Marcin Kulisz
6cbba0346c
Vbox guest additions iso location fix
2015-11-09 15:51:43 +00:00
Max Illfelder
5df43541e0
Remove support for the GCE Debian mirror.
2015-10-20 11:43:51 -07:00
Tiago Ilieve
b8d23c013c
Update backing
on Azure manifests
...
Since f572703
they are `vhd` instead of `raw`.
2015-10-15 09:47:13 -03:00
Anders Ingemann
0091afcfb4
Merge pull request #243 from szarkos/azure-debian
...
Updates for building Debian images for Azure
2015-08-25 08:42:23 +02:00
Tiago Ilieve
f5de2fbc0d
Changes default Debian mirror
...
Although it isn't yet deprecated by the wiki[1], the Debian mirrors HTTP
redirector names itself as `httpredir.debian.org`, even when accessed at
`http.debian.net`.
[1]: https://wiki.debian.org/DebianGeoMirror
2015-08-07 18:16:14 -03:00
Stephen A. Zarkos
0212db733d
Updates to Azure image creation.
...
- Wheezy images use wheezy-backports kernel by default
- Change Wheezy image to use single partition
- Update WALinuxAgent to use 2.0.14
2015-08-05 22:20:14 +00:00
Alex Adriaanse
4954f94790
Add EC2 Jessie HVM manifest
2015-06-30 01:39:11 +00:00
Thomas Conte
18a8cb3456
Use httpredir.debian.org
2015-06-26 07:49:15 -07:00
Thomas Conte
3907ad57a8
Azure Jessie example manifest
2015-06-26 06:56:07 -07:00
Anders Ingemann
1f419d9a6a
Add note about package installation order.
2015-06-19 22:41:55 +02:00
Anders Ingemann
b8b94c1fc7
Add some docs for the official manifests
2015-06-13 20:25:45 +02:00