mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
name
This commit is contained in:
parent
7b84f3b14f
commit
f828404f99
1 changed files with 3 additions and 4 deletions
|
|
@ -2,19 +2,18 @@
|
|||
"builders": [
|
||||
{
|
||||
"type": "googlecompute",
|
||||
"account_file": "/stemn/credentials/development-environment.json",
|
||||
"source_image_family": "ubuntu-minimal-1810",
|
||||
"project_id": "stemnapp",
|
||||
"zone": "australia-southeast1-a",
|
||||
"instance_name": "packer-development-environment-{{timestamp}}",
|
||||
"image_name": "development-environment",
|
||||
"instance_name": "packer-desktop-environment-{{timestamp}}",
|
||||
"image_name": "desktop-environment",
|
||||
"ssh_username": "root"
|
||||
}
|
||||
],
|
||||
"provisioners": [
|
||||
{
|
||||
"type": "file",
|
||||
"source": "../docker/scripts/bootstrap.sh",
|
||||
"source": "../host/bootstrap.sh",
|
||||
"destination": "/bootstrap.sh"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue