feat: add gobuilder image (#44)
Deploy / build (push) Successful in 2m34s

- add gobuilder image for go related tasks
- bump base image

Reviewed-on: #44
This commit was merged in pull request #44.
This commit is contained in:
2026-03-25 17:34:09 +11:00
parent 14682ceb9f
commit 3dde927ed7
4 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
20260317
20260325
+1
View File
@@ -0,0 +1 @@
docker
@@ -0,0 +1,10 @@
# almalinux/9.7/gobuilder
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"go",
"nfpm"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]
+1
View File
@@ -0,0 +1 @@
20260325