Skip to content

ctrliq/gcp-public-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Compute Image Tools for Rocky Optimized and Accelerated images on GCP

This repository contains the scripts and configuration necessary to build Rocky Linux optimized and accelerated images for Google Cloud Platform (GCP).

Prerequisites

  • A Google Cloud Platform account with billing enabled.
  • Podman (or Docker) installed on your local machine.

Building the Image

  1. Clone the repository:

    git clone https://github.com/ctrliq/gcp-public-images.git
  2. Navigate to the directory:

    cd gcp-public-images
  3. Run the daisy script, which will build the image and run it with your commands:

    ./automation/run_daisy.sh --host-gauth-json ~/.config/gcloud/application_default_credentials.json \
        -project <project> \
        -zone <zone (i.e. us-central1-b)> \
        -var:installer_iso=<bucket with installer image> \
        rocky/8/rocky_linux_8_optimized_gcp_nvidia_latest.wf.json

About

Tools to deploy public images for GCP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published