Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(core): add empty _configure to DockerContainer #556

Merged
merged 2 commits into from
May 14, 2024

Conversation

christianaaronschroeder
Copy link
Contributor

@christianaaronschroeder christianaaronschroeder commented Apr 24, 2024

I've used DbContainer in the past as a parent to a class where I redefined _configure() and did not redefine start(). I'm now using DockerContainer and wanted to follow the same pattern but it doesn't have a _configure() function called in start(). I figure this gives the easy option without being invasive?

tests pass

@christianaaronschroeder christianaaronschroeder marked this pull request as ready for review April 24, 2024 15:18
@alexanderankin
Copy link
Member

ok, its in the java version - https://github.com/testcontainers/testcontainers-java/blob/18ea976a640e43e3fa1a1da7285c4630fd9cdbac/core/src/main/java/org/testcontainers/containers/GenericContainer.java#L701 - , i say why not

@alexanderankin alexanderankin changed the title add empty _configure to DockerContainer fix(core): add empty _configure to DockerContainer May 14, 2024
@alexanderankin alexanderankin merged commit 08916c8 into testcontainers:main May 14, 2024
7 of 8 checks passed
alexanderankin pushed a commit that referenced this pull request May 14, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.4.1](testcontainers-v4.4.0...testcontainers-v4.4.1)
(2024-05-14)


### Bug Fixes

* Add memcached container
([#322](#322))
([690b9b4](690b9b4))
* Add selenium video support
[#6](#6)
([#364](#364))
([3c8006c](3c8006c))
* **core:** add empty _configure to DockerContainer
([#556](#556))
([08916c8](08916c8))
* **core:** remove version from compose tests
([#571](#571))
([38946d4](38946d4))
* **keycloak:** add realm imports
([#565](#565))
([f761b98](f761b98))
* **mysql:** Add seed support in MySQL
([#552](#552))
([396079a](396079a))
* url quote passwords
([#549](#549))
([6c5d227](6c5d227))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants