Compare commits

..

1 Commits

Author SHA1 Message Date
ce5a322b21 feat: build artifactapi container
All checks were successful
Build / build (pull_request) Successful in 4m23s
- update base/rpmbuilder/actionsdind containers
- build artifactapi container
- fix actionsdind list formatting
2026-01-06 23:13:29 +11:00
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
20260106
20250608

View File

@ -1 +1 @@
20260106
20250712

View File

@ -1 +1 @@
20260106
20250608

View File

@ -2,7 +2,7 @@
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
scripts_post_packages = [
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
"uv tool install --from /app/artifactapi/dist/*.whl artifactapi",
"uv tool install uvx --from /app/artifactapi/dist/*.whl artifactapi",
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app"
]
scripts_final = [