Compare commits

..

1 Commits

Author SHA1 Message Date
5402cfa6b2 feat: build artifactapi container
All checks were successful
Build / build (pull_request) Successful in 28s
- build artifactapi container
2026-01-06 23:59:11 +11:00

View File

@ -1,5 +1,8 @@
# almalinux/9.6/rpmbuilder
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
packages = [
"sudo"
]
scripts_post_packages = [
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app",