Skip to content

feat: [#560] facades.Testing().Docker() supports lanuching any image#47

Merged
hwbrzzl merged 2 commits intomasterfrom
bowen/#560
Jun 9, 2025
Merged

feat: [#560] facades.Testing().Docker() supports lanuching any image#47
hwbrzzl merged 2 commits intomasterfrom
bowen/#560

Conversation

@hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented Jun 9, 2025

📑 Description

Closes goravel/goravel#560

This pull request refactors the Docker class in docker.go to improve code maintainability and updates dependencies in go.mod. The refactor centralizes configuration into a DatabaseConfig struct and delegates image management to a new ImageDriver. Additionally, related test cases in docker_test.go were updated to align with the refactored implementation.

✅ Checks

  • Added test cases for my code

@hwbrzzl hwbrzzl merged commit 01a1833 into master Jun 9, 2025
5 checks passed
@hwbrzzl hwbrzzl deleted the bowen/#560 branch September 6, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

facades.Testing().Docker() supports lanuching any image

1 participant