Repo with VM images for popular clouds created by packer
Create image (in example - Debian Trixie):
cd ./debian/trixie/
packer init .
packer build -var "ssh_pubkey=$(cat "${SSH_PUBKEY_PATH}")" -only=debian13-gcp.qemu.base packer.pkr.hclLoad image with import:
IMAGE_DATE="$(date "+%Y-%m-%d")"
gsutil cp debian/trixie/dist/debian13-gcp.qcow2 gs://${GCP_BLOB_STORAGE}/debian/13/${IMAGE_DATE}.qcow2
gcloud migration vms image-imports create deb-13-golden-${IMAGE_DATE} --image-name=deb-13-golden-${IMAGE_DATE} --location=${GCP_REGION} --source-file=gs://${GCP_BLOB_STORAGE}/debian/13/${IMAGE_DATE}.qcow2 --skip-os-adaptation/doc/- Docs directory/debian/- Debian distros/LICENSE- License file/NOTICE- License file/README.md- Current file
It's helpful for maintain decisions about this repo
It's helpful for being stuff here structured and up-to-date
It's helpful for being stuff here versioned and up-to-date
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.