Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minimum2scp/gce-debian-sid-image

Debian sid image for Google Compute Engine
https://github.com/minimum2scp/gce-debian-sid-image

debian google-cloud

Last synced: 2 months ago
JSON representation

Debian sid image for Google Compute Engine

Awesome Lists containing this project

README

        

# gce-debian-sid-image
Debian sid image for Google Compute Engine

## Prerequisites

* [Packer](https://www.packer.io/)
* [Google Cloud SDK](https://cloud.google.com/sdk/)
* [jq](https://stedolan.github.io/jq/)

## Build image

```shell
cp packer-template.auto.pkrvars.hcl.example packer-template.auto.pkrvars.hcl
editor packer-template.auto.pkrvars.hcl
./image.sh build
```