Skip to content

hostbee/hostbee-cloud-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hostbee cloud images

This repository contains the packer templates for the hostbee cloud images.

Usage

To build the images, you need to have packer installed on your system. Once you have it installed, you can run the following command from the root directory of this repository:

Init

packer init .

Build

Image Command
Debian 12 packer build debian/12.pkr.hcl
Ubuntu 24 packer build ubuntu/24.pkr.hcl
CentOS 7 packer build centos/7.pkr.hcl

Additionally, you can build the images for mainland China by setting the cn_flag to true. For example:

packer build -var cn_flag=true debian/12.pkr.hcl

This will build the Debian 12 image with the mainland China mirrors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published