packer-boxes icon indicating copy to clipboard operation
packer-boxes copied to clipboard

Add Rocky Linux 10.1 box

Open lethedata opened this issue 3 weeks ago • 2 comments

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

lethedata avatar Dec 03 '25 15:12 lethedata

Confirmed functionality in my rockylinux10-lethe branch

lethedata avatar Dec 03 '25 15:12 lethedata

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`}}"
       }
     ]
   ]

lethedata avatar Dec 03 '25 16:12 lethedata