File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
qa/packaging/src/test/java/org/elasticsearch/packaging/test Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -386,6 +386,9 @@ public void test040JavaUsesTheOsProvidedKeystore() {
386386 if (distribution .packaging == Packaging .DOCKER_UBI || distribution .packaging == Packaging .DOCKER_IRON_BANK ) {
387387 // In these images, the `cacerts` file ought to be a symlink here
388388 assertThat (path , equalTo ("/etc/pki/ca-trust/extracted/java/cacerts" ));
389+ } else if (distribution .packaging == Packaging .DOCKER_WOLFI ) {
390+ // In these images, the `cacerts` file ought to be a symlink here
391+ assertThat (path , equalTo ("/etc/ssl/certs/java/cacerts" ));
389392 } else {
390393 // Whereas on other images, it's a real file so the real path is the same
391394 assertThat (path , equalTo ("/usr/share/elasticsearch/jdk/lib/security/cacerts" ));
You can’t perform that action at this time.
0 commit comments