tree: d4c5d61c628ec5e6623c506b799b1b7211b97ccc [path history] [tgz]
  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.