Compare commits

..

1 Commits

Author SHA1 Message Date
8ed9d1ab47 feat: build artifactapi container
All checks were successful
Build / build (pull_request) Successful in 27s
- build artifactapi container
2026-01-06 23:56:48 +11:00

View File

@ -1,8 +1,5 @@
# 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",