feat: add trixie docker build

Ensure the current debian12 scripts are going to run on trixie
This commit is contained in:
damien cavagnini
2025-09-02 14:09:16 +02:00
parent 11bcd1b93b
commit 9f159985a4
13 changed files with 63 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ test_audit() {
tests_is_ipv6_enabled
tests_get_debian_major_version
if [ "$CURRENT_IPV6_ENABLED" -eq 0 ] && [ "$DEB_MAJ_VER" -gt 11 ]; then
if [ "$CURRENT_IPV6_ENABLED" -eq 0 ] && [ "$DEB_MAJ_VER" -eq 12 ]; then
describe Prepare test
# shellcheck disable=2216
@@ -24,7 +24,7 @@ test_audit() {
fi
if [ "$DEB_MAJ_VER" -gt 11 ]; then
if [ "$DEB_MAJ_VER" -eq 12 ]; then
describe Running success
register_test retvalshouldbe 0