Add Alpine package runtime tests
This commit is contained in:
@@ -52,6 +52,11 @@ run = "scripts/apk/test-shell.sh"
|
||||
description = "Test README installation instructions in a fresh Alpine container"
|
||||
run = "scripts/apk/test-install.sh"
|
||||
|
||||
[tasks."apk:runtime-test"]
|
||||
description = "Run package-local Docker runtime tests against the local Alpine repository"
|
||||
run = "scripts/apk/runtime-test.sh"
|
||||
env = { ALPINE_ARCH = "x86_64", ALPINE_REPO_NAME = "local", ALPINE_VERSION = "3.24" }
|
||||
|
||||
[tasks."apk:packages"]
|
||||
description = "List built Alpine packages and dependencies"
|
||||
run = "scripts/apk/list-packages.sh"
|
||||
|
||||
Reference in New Issue
Block a user