feat: update docker containers

- change to rpmbuilder and actionsdind managed by packer
- update makefile to ignore `resources` folder
This commit is contained in:
2025-01-26 14:49:15 +11:00
parent 0a0260c1fc
commit 80d648ee95
13 changed files with 19 additions and 16 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
deploy-8:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
image: git.query.consul/unkin/almalinux8-actionsdind:latest
options: --privileged
steps:
@@ -39,7 +39,7 @@ jobs:
deploy-9:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux9-runnerdnd:latest
image: git.query.consul/unkin/almalinux9-actionsdind:latest
options: --privileged
steps: