tree: 9a7e2c94ac22d48d2f596fbe88fd17cace45eca2
  1. README.md
  2. setup-script.sh
  3. vm_config.sh
  4. vm_create_instance.sh
  5. vm_delete_instance.sh
compute_engine_scripts/pushable-systemd-snapshot/README.md

Pushable Base Snapshot Generator

Run:

$ ./vm_create_instance.sh

to set up a GCE instance and have it configured how pushable base images should be configured, via the startup-script.sh. Once the startup-script finishes you can take a new snapshot of the image using the Cloud Console web page. The snapshot name should be:

skia-systemd-pushable-base

Once the snapshot is taken you can close down the instance by running:

$ ./vm_delete_instance.sh

See /push/DESIGN.md for more details.