Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Allow to create a container file from a Transferable #3814

Closed
thomasdarimont opened this issue Feb 20, 2021 · 1 comment
Closed

Allow to create a container file from a Transferable #3814

thomasdarimont opened this issue Feb 20, 2021 · 1 comment

Comments

@thomasdarimont
Copy link
Contributor

thomasdarimont commented Feb 20, 2021

var contents = Transferable.of(...);
var containerLocation = "/path/to/file";
withCopyFileToContainer(contents, containerLocation)
thomasdarimont added a commit to thomasdarimont/testcontainers-java that referenced this issue Feb 20, 2021
thomasdarimont added a commit to thomasdarimont/testcontainers-java that referenced this issue Apr 20, 2021
kiview added a commit to thomasdarimont/testcontainers-java that referenced this issue Mar 24, 2022
kiview added a commit that referenced this issue Apr 8, 2022
Co-authored-by: Alex Stockinger <alex@atomicjar.com>
Co-authored-by: Sergei Egorov <bsideup@gmail.com>
Co-authored-by: Kevin Wittek <kevin@wittek.dev>
@kiview
Copy link
Member

kiview commented Apr 8, 2022

Fixed in #3815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants