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: 9 months ago
JSON representation
Debian sid image for Google Compute Engine
- Host: GitHub
- URL: https://github.com/minimum2scp/gce-debian-sid-image
- Owner: minimum2scp
- License: mit
- Created: 2016-11-05T18:43:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T15:29:01.000Z (9 months ago)
- Last Synced: 2025-06-25T16:44:25.159Z (9 months ago)
- Topics: debian, google-cloud
- Language: HCL
- Size: 3.2 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```