MicroShed / MicroShed/microshed-testing
Allow to use ImageFromDockerfile with deleteOnExit=false
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 68
- Forks
- 25
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 6
Description
**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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at microshed-testcontainers usage of ImageFromDockerfile and compare how TestContainers exposes deleteOnExit. Trace the existing image-building configuration, then add a way to request deleteOnExit=false and verify that the setting is honored so Docker build layers can be reused.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100