MicroShed / MicroShed/microshed-testing

Allow to use ImageFromDockerfile with deleteOnExit=false

Open
#739 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

is:enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.