-
Notifications
You must be signed in to change notification settings - Fork 159
Description
Not sure if I'm resurrecting a zombie here, as #165 asked for this probably too, but as the testcontainers documentation at https://www.testcontainers.org/features/creating_images/ describes this as a feature, it feels weird that this feature is missing in the rust implementation. (I understand that this project is "work in progress", but this is a really important feature for me.)
As some time has passed now, do you see it possible to implement this feature somehow? Or at least prepare some documentation with some example project containing the proposed cargo buildscript approach?
For my scenario I want to make sure that my rust application is compatible to something like a generic Spring Boot application, where I am required to have a "sample project" nested inside my rust project, but only for testing-purposes. Therefor I have a separate Dockerfile
which builds the custom Java application.
Right now I do not see a nice way to have the same testcontainers-feature like it exists in Java.