File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ build: hooks ## Build the Docker image
6868
6969.PHONY : test
7070test : pre-commit # # Run tests
71- $(MAKE ) -C image test
7271
7372.PHONY : publish
7473publish : hooks # # Publish image to registry
Original file line number Diff line number Diff line change @@ -88,25 +88,6 @@ dev-build: $(DOCKER) $(DOCKER_DAEMON) ## Build without cache for development
8888 $(DOCKER ) build --no-cache -t $(IMAGE_NAME ) :dev .
8989 echo " ✓ Development build complete"
9090
91- # ============================================================================
92- # Test Targets
93- # ============================================================================
94-
95- .PHONY : test
96- test : validate # # Run tests
97- echo " ✓ All tests passed"
98-
99- .PHONY : validate
100- validate : $(DOCKER ) # # Validate Dockerfile and shell scripts
101- echo " Validating Dockerfile..."
102- $(DOCKER ) build --check . || echo " Note: --check flag not supported, skipping"
103- echo " ✓ Dockerfile is valid"
104- echo " "
105- echo " Validating shell scripts..."
106- bash -n docker-entrypoint.sh
107- bash -n init-repo.sh
108- echo " ✓ Shell scripts are valid"
109-
11091# ============================================================================
11192# Publish Targets
11293# ============================================================================
You can’t perform that action at this time.
0 commit comments