Skip to content

pdabel/packer_gcp_bedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Setup GCP image for running Minecraft Bedrock edition on Ubuntu

packer validate bedrock.json
  • run build, this will overwrite any existing ami with this name
packer build \
    -var 'gcp_credentials_file=<path_to_credentials_file>.json' \
    -var 'gcp_project_id=<GCP_PROJECT_ID>' \
    -var 'bedrock_zip_file=bedrock-server-1.16.40.02.zip' \
    bedrock.json

Optional parameters to packer are:

  • gcp_image_name=minecraft-bedrock-1-16-40-02 , defaults to minecraft-bedrock
  • gcp_image_base_image_name=ubuntu-1804-bionic-v20191211, defaults to ubuntu-1804-bionic-v20191211

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published