bootstrap-vz/manifests/official/gce
2017-01-26 10:18:04 -08:00
..
deprecated Overhaul GCE image build. 2016-06-02 18:16:57 -07:00
jessie-minimal.yml Fix missing source repo in GCE images. Add back baseline apt cache as 2016-07-21 14:14:42 -07:00
jessie.yml Create a plugin for expand_root to replace the internal common task. 2017-01-26 10:18:04 -08:00
README.rst Fixes to create stretch images. Add stretch manifest for GCE. 2017-01-10 13:30:31 -08:00
stretch-minimal.yml Fixes to create stretch images. Add stretch manifest for GCE. 2017-01-10 13:30:31 -08:00
stretch.yml Create a plugin for expand_root to replace the internal common task. 2017-01-26 10:18:04 -08:00

Official GCE manifests
======================

These are the official manifests used to build [Google Compute Engine (GCE) Debian images](https://cloud.google.com/compute/docs/images).

The included packages and configuration changes are necessary for Debian to run on GCE as a first class citizen of the platform.
Included GCE software is published on github: [Google Compute Engine guest environment](https://github.com/GoogleCloudPlatform/compute-image-packages)

Debian 8 Jessie Package Notes:

* python-crcmod is pulled in from backports as it provides a compiled crcmod required for the Google Cloud Storage CLI (gsutil).
* cloud-utils and cloud-guest-utils are pulled in from backports as they provide a fixed version of growpart to safely grow the root partition on disks >2TB.
* google-cloud-sdk is pulled from a Google Cloud repository.
* google-compute-engine is pulled from a Google Cloud repository.
* google-compute-engine-init is pulled from a Google Cloud repository.
* google-config is pulled from a Google Cloud repository.

jessie-minimal:

The only additions are the necessary google-compute-engine, google-compute-engine-init, and google-config packages. This image is not published on GCE however the manifest is provided here for those wishing a minimal GCE Debian image.

stretch and stretch-minimal:

These manifests are provided for testing. Debian 9 Stretch is not yet stable.

Deprecated manifests:

Debian 7 Wheezy and Backports Debian 7 Wheezy are deprecated images on GCE and are no longer supported.
These manifests are provided here for historic purposes.