Add Alpine package test shell

This commit is contained in:
Joachim Schlöffel
2026-06-07 22:29:58 +02:00
parent 6ef5cae2b2
commit 772eba1e20
3 changed files with 70 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ run = "scripts/apk/build.sh lint"
description = "Install-test built packages from the local repository in Docker"
run = "scripts/apk/smoke.sh"
[tasks."apk:test-shell"]
description = "Open an Alpine shell with the current local package build installed"
run = "scripts/apk/test-shell.sh"
[tasks."apk:packages"]
description = "List built Alpine packages and dependencies"
run = "scripts/apk/list-packages.sh"