On this page you can access and launch Alpaquita cloud images for GCP. Select a LIBC, firmware and architecture to get your image.
Pick a LIBC, firmware, architecture and access the image.
Users can create an VM instance from the Alpaquita image on GCP using gcloud CLI tool:
gcloud compute instances create <instance_name> \
--machine-type=<machine_type> \
--zone=<zone> \
--image-project=alpaquita-cloud \
--image-family=<image_family>
--project=<your_project>Note: You can use --image-family=<image_family> instead of --image=<image> to create an instance from the latest image in a image family, without specifying the image name explicitly. This might be useful for scripting and programmatically creating an instance from the latest image of an image family.
Please see the documentations at GCP for more information: https://cloud.google.com/compute/docs/instances/create-start-instance#create-instance-methods