https://github.com/chaddyc/packer-proxmox-template
Packer Image Build Template Code For Proxmox - Ubuntu Server
https://github.com/chaddyc/packer-proxmox-template
docker linux packer packer-template proxmox terraform ubuntu-server
Last synced: 3 months ago
JSON representation
Packer Image Build Template Code For Proxmox - Ubuntu Server
- Host: GitHub
- URL: https://github.com/chaddyc/packer-proxmox-template
- Owner: chaddyc
- Created: 2022-09-27T18:47:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T20:08:23.000Z (over 2 years ago)
- Last Synced: 2024-12-18T07:12:22.559Z (5 months ago)
- Topics: docker, linux, packer, packer-template, proxmox, terraform, ubuntu-server
- Language: HCL
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# packer-proxmox-template
Packer Image Build Template Code For Proxmox### Validate code & Run Packer Build
```
packer validate -var-file=credentials.pkr.hcl ubuntu-server-focal-docker.pkr.hcl
```
```
packer build -var-file=credentials.pkr.hcl ubuntu-server-focal-docker.pkr.hcl
```