Skip to content

Commit ed66cdd

Browse files
committed
Improve docs
1 parent 72a66ca commit ed66cdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 1.0.2
2-
* Do not pull images declared inside the same Dockerfile (Multi-Stage build)
2+
* Do not pull images that are declared inside the Dockerfile (Multi-Stage build)
33

44
# 1.0.1
55
* Minor improvements in cleanup behavior (backported from upstream)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A re-implementation of [Testcontainers Image-Builder](https://java.testcontainer
1212
* uses ``.gitignore`` if available
1313
* Allows adding custom ignores
1414
* 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
1516
* Makes logger non generic and therefore controllable
1617
* Did some general code cleanup
1718

0 commit comments

Comments
 (0)