We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cc3df commit 63511d6Copy full SHA for 63511d6
api-client/src/test/java/de/gesellix/docker/remote/api/testutil/TestImage.java
@@ -16,7 +16,7 @@ public TestImage(EngineApiClient engineApiClient) {
16
17
this.useWindowsContainer = Objects.requireNonNull(engineApiClient.getSystemApi().systemVersion().getOs()).equalsIgnoreCase("windows");
18
this.repository = "gesellix/echo-server";
19
- this.tag = useWindowsContainer ? "os-windows" : "os-linux";
+ this.tag = "2022-04-08T22-27-00";
20
21
// TODO consider NOT calling prepare inside the constructor
22
prepare();
0 commit comments