You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
You should be able to do something similar for your app.
The feature is indeed missing but I don't have a need for it nor the time to implement it unfortunately.
You are welcome to submit a design proposal in line with our design principles (see document in repository root). We can then discuss including it in the library :)
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.
The text was updated successfully, but these errors were encountered: