Compare commits

..

2 Commits

Author SHA1 Message Date
28c2e81fa4 feat: build artifactapi container
All checks were successful
Build / build (pull_request) Successful in 33s
- update base/rpmbuilder/actionsdind containers
- build artifactapi container
- fix actionsdind list formatting
2026-01-06 23:33:45 +11:00
a1bd95caec chore: bump images 20260106 (#26)
All checks were successful
Deploy / build (push) Successful in 12m2s
- rebuild all base images
- rebuild rpmbuilder/actionsdind

Reviewed-on: #26
2026-01-06 23:32:22 +11:00
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
20250608
20260106

View File

@ -1 +1 @@
20250712
20260106

View File

@ -1 +1 @@
20250608
20260106

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 uvx --from /app/artifactapi/dist/*.whl artifactapi",
"uv tool install --from /app/artifactapi/dist/*.whl artifactapi",
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app"
]
scripts_final = [