/compute-image-tools

Tools and scripts for Google Compute Engine images.

Primary LanguageGoApache License 2.0Apache-2.0

Compute Image Tools

Tools for building, testing, releasing, and upgrading Google Compute Engine images.

GCE Export

Streams an attached Google Compute Engine disk to an image file in a Google Cloud Storage bucket.

Docker

  • Latest: gcr.io/compute-image-tools/gce_export:latest
  • Release: gcr.io/compute-image-tools/gce_export:release

Linux x64

Windows x64

Windows Upgrade

Performs in-place OS upgrades. The tool can be invoked with gcloud beta compute os-config os-upgrade.

Docker

  • Latest: gcr.io/compute-image-tools/gce_windows_upgrade:latest
  • Release: gcr.io/compute-image-tools/gce_windows_upgrade:release

Linux x64

Image Publish

Creates Google Compute Engine images from raw disk files.

Docker

  • Latest: gcr.io/compute-image-tools/gce_image_publish:latest
  • Release: gcr.io/compute-image-tools/gce_image_publish:release

Linux x64

Windows x64

OSX x64

Contributing

Have a patch that will benefit this project? Awesome! Follow these steps to have it accepted.

  1. Please sign our Contributor License Agreement.
  2. Fork this Git repository and make your changes.
  3. Create a Pull Request.
  4. Incorporate review feedback to your changes.
  5. Accepted!

License

All files in this repository are under the Apache License, Version 2.0 unless noted otherwise.