Skip to content

Feature "creating images on-the-fly" missing #478

@FibreFoX

Description

@FibreFoX

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions