Skip to content

GoogleCloudPlatform/compute-image-tools

Repository files navigation

Compute Image Tools

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

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

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

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.