Google Cloud Platform (GCP)

On this page you can access and launch Alpaquita cloud images for GCP. Select a LIBC, firmware and architecture to get your image.

Alpaquita
AlpaquitaCloud Images for GCP

Pick a LIBC, firmware, architecture and access the image.

LIBC
Any
Firmware
Any
Architecture
Any
Choose all required filters to continue.

Create an instance with CLI using gcloud command

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

List available Alpaquita images

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

Thank you for choosing Alpaquita Linux!

View our support 
options

View our support options

Learn more
Get acquainted with services

Get acquainted with services

Learn more
Check out frequently updated blog

Check out frequently updated blog

Learn more