fix(docker): require explicit root credentials (#4278)

This commit is contained in:
Zhengchao An
2026-07-05 10:31:28 +08:00
committed by GitHub
parent 26d6c06e03
commit 6b0fcb1180
4 changed files with 223 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@ TEST_THREADS ?= 1
script-tests: ## Run shell script tests
@echo "Running script tests..."
./scripts/test_build_rustfs_options.sh
./scripts/test_entrypoint_credentials.sh
.PHONY: test
test: core-deps test-deps script-tests ## Run all tests