Environnement Logiciel¶
Fabrication d'images de référence¶
Info
Le logiciel packer, développé par la société Hashicorp, permet de créer des images de machines virtuelles et de conteneurs.
Documentation¶
Mise-à-disposition¶
Ajoutons notre dépendance au logiciel packer.
Activons le dans notre environement de projet
La commande packer est maintenant disponible dans notre environnement
~/tp/ $ packer
Usage: packer [--version] [--help] <command> [<args>]
Available commands are:
build build image(s) from template
console creates a console for testing variable interpolation
fix fixes templates from old versions of packer
fmt Rewrites HCL2 config files to canonical format
hcl2_upgrade transform a JSON template into an HCL2 configuration
init Install missing plugins or upgrade plugins
inspect see components of a template
plugins Interact with Packer plugins and catalog
validate check that a template is valid
version Prints the Packer version