Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben 6180b35aae feat: build artifactapi container
Build / build (pull_request) Successful in 32s
- build artifactapi container
2026-01-07 00:00:27 +11:00
6 changed files with 2 additions and 24 deletions
@@ -1,8 +0,0 @@
#!/usr/bin/bash
set -e
mkdir /app
git clone --branch ${BRANCH} ${REPOSITORY} /app/repo
cd /app/repo
make run
+1 -1
View File
@@ -1 +1 @@
20260110
20260106
-1
View File
@@ -1 +0,0 @@
docker
@@ -1,12 +0,0 @@
# almalinux/9.6/makerun
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"sudo"
]
scripts_final = [
"dnf clean all",
"rm -rf /var/cache/dnf"
]
docker_changes = [
"CMD /usr/local/bin/run.sh"
]
-1
View File
@@ -1 +0,0 @@
20260110_2
+1 -1
View File
@@ -6,7 +6,7 @@ packer {
}
incus = {
source = "github.com/bketelsen/incus"
version = "1.2.0"
version = "~> 1"
}
}
}