Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minimum2scp/gce-debian-sid-image
- Owner: minimum2scp
- License: mit
- Created: 2016-11-05T18:43:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T15:48:43.000Z (2 months ago)
- Last Synced: 2024-11-06T16:45:17.721Z (2 months ago)
- Topics: debian, google-cloud
- Language: HCL
- Size: 2.88 MB
- Stars: 0
- Watchers: 3
- 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
```