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
Users can create an VM instance from the Alpaquita image on GCP using gcloud CLI tool:
gcloud compute images list --no-standard-images --project=alpaquita-cloud
Example output:
$ gcloud compute images list --no-standard-images --project=alpaquita-cloud
NAME PROJECT FAMILY DEPRECATED STATUS
alpaquita-glibc-aarch64-2025-03-14-16-16 alpaquita-cloud alpaquita-glibc-aarch64 READY
alpaquita-glibc-x86-64-bios-2025-03-14-16-29 alpaquita-cloud alpaquita-glibc-x86-64-bios READY
alpaquita-glibc-x86-64-uefi-2025-03-14-16-16 alpaquita-cloud alpaquita-glibc-x86-64-uefi READY
alpaquita-musl-aarch64-2025-03-14-16-24 alpaquita-cloud alpaquita-musl-aarch64 READY
alpaquita-musl-x86-64-bios-2025-03-14-16-36 alpaquita-cloud alpaquita-musl-x86-64-bios READY
alpaquita-musl-x86-64-uefi-2025-03-14-16-22 alpaquita-cloud alpaquita-musl-x86-64-uefi READY