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: testcontainers-advanced-imagebuilder/src/main/java/software/xdev/testcontainers/imagebuilder/AdvancedImageFromDockerFile.java
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -149,12 +149,6 @@ protected String resolve()
149
149
150
150
try
151
151
{
152
-
if(this.deleteOnExit)
153
-
{
154
-
this.log().info("Registering image for cleanup when tests are finished");
0 commit comments