Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben 5402cfa6b2 feat: build artifactapi container
Build / build (pull_request) Successful in 28s
- build artifactapi container
2026-01-06 23:59:11 +11:00
7 changed files with 3 additions and 25 deletions
@@ -1,8 +0,0 @@
#!/usr/bin/bash
set -e
mkdir /app
git clone --branch ${BRANCH} ${REPOSITORY} /app/repo
cd /app/repo
make run
@@ -5,7 +5,7 @@ packages = [
]
scripts_post_packages = [
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
"useradd -m -r -s /bin/sh appuser && chown -R appuser:appuser /app",
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app",
"sudo -u appuser uv tool install --from /app/artifactapi/dist/*.whl artifactapi",
]
scripts_final = [
+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"
}
}
}