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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ A re-implementation of [Testcontainers Image-Builder](https://java.testcontainer
12
12
* uses ``.gitignore`` if available
13
13
* Allows adding custom ignores
14
14
* This way the build-context can be fine tuned in a way that the build cache works very efficiently (e.g. only re-built when actual code that matters changes)
15
+
* Do not pull images that are declared inside the Dockerfile
15
16
* Makes logger non generic and therefore controllable
0 commit comments