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
Is your feature request related to a problem? Please describe.
I have an image which is relatively slow to build. I would like to use docker cache for the many layers my image have.
TestContainers allows to set deleteOnExit to false, but i don't see a way to set it whith microshed-testcontainers.
The text was updated successfully, but these errors were encountered:
Where we should have a builder method like withDeleteOnExit(boolean delete)
And then set the deleteOnExit parameter of the ImageFromDockerfile instance.
I think this would be a great enhancement. If you are interested I would be happy to accept a pull request to add this enhancement. Otherwise, I can work on getting it added as I have time.
Is your feature request related to a problem? Please describe.
I have an image which is relatively slow to build. I would like to use docker cache for the many layers my image have.
TestContainers allows to set deleteOnExit to false, but i don't see a way to set it whith microshed-testcontainers.
The text was updated successfully, but these errors were encountered: