packer-boxes
packer-boxes copied to clipboard
Add Rocky Linux 10.1 box
Based on rockylinux8
- [x] remove depreciated kickstart settings
- [x] update
boot_command(based on bento) - [x] https://github.com/geerlingguy/ansible-role-packer_rhel/pull/25
- [x] Updated geerlingguy.packer_rhel role published to ansible galaxy
- [x] Final build validations
Confirmed functionality in my rockylinux10-lethe branch
Validations complete with vagrant-cloud removed.
diff --git a/rockylinux10/box-config.json b/rockylinux10/box-config.json
index cb4b0ef..270483a 100755
--- a/rockylinux10/box-config.json
+++ b/rockylinux10/box-config.json
@@ -70,11 +70,6 @@
{
"output": "builds/{{.Provider}}-rockylinux10.box",
"type": "vagrant"
- },
- {
- "type": "vagrant-cloud",
- "box_tag": "geerlingguy/rockylinux10",
- "version": "{{user `version`}}"
}
]
]