On Mon, 15 Dec 2025 05:29:16 GMT, David Holmes <[email protected]> wrote:
>> test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java line 255:
>>
>>> 253: if(!DockerTestUtils.RETAIN_IMAGE_AFTER_TEST) {
>>> 254: execute(Container.ENGINE_COMMAND, "rmi", "--force",
>>> imageNameAndTag);
>>> 255: }
>>
>> Pre-existing but indent is too big
>
> You also need to document the fact the property is used to make this a no-op.
> Pre-existing but indent is too big
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28208#discussion_r2618130670