https://github.com/minimum2scp/gce-debian-desktop-image
https://github.com/minimum2scp/gce-debian-desktop-image
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minimum2scp/gce-debian-desktop-image
- Owner: minimum2scp
- License: mit
- Created: 2017-09-26T13:30:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T16:46:33.000Z (over 7 years ago)
- Last Synced: 2025-01-07T04:42:01.760Z (5 months ago)
- Language: Python
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gce-debian-desktop-image
## How to build image
### Prerequisites
* [Google Cloud SDK](https://cloud.google.com/sdk/)
* [packer](https://www.packer.io/)
* [jq](https://stedolan.github.io/jq/)### Credentials
* https://www.packer.io/docs/builders/googlecompute.html#authentication
* https://developers.google.com/identity/protocols/application-default-credentials### Setup `packer-vars.json`
```shell
cp packer-vars.json.example packer-vars.json
editor packer-vars.json
```### Build image
```shell
./image.sh build
```