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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ A re-implementation of [Testcontainers Image-Builder](https://java.testcontainer
10
10
* Brings a custom [build-context](https://docs.docker.com/build/building/context/) processor
11
11
* Works more efficient and reliable than the default implementation (however likely still not perfect)
12
12
* uses ``.gitignore`` if available
13
-
* Allows to adding custom ignores
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
15
* Makes logger non generic and therefore controllable
16
-
*Cleaned up some code
16
+
*Did some general code cleanup
17
17
18
18
A common use case - that can also be seen [inside the demo](./testcontainers-advanced-imagebuilder-demo/src/main/java/software/xdev/Application.java) - is for creating an image - used in e.g. Integration tests - for an application that is also inside the same repo.
0 commit comments