Skip to content

Commit 0dde6bc

Browse files
authored
Deprecate ListImagesCmd#withImageNameFilter (#2595)
Fixes #2557
1 parent 36e5c0f commit 0dde6bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-java-api/src/main/java/com/github/dockerjava/api/command/ListImagesCmd.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public interface ListImagesCmd extends SyncDockerCmd<List<Image>> {
2626
*/
2727
ListImagesCmd withShowAll(Boolean showAll);
2828

29+
/**
30+
* Filter images by name
31+
* @deprecated use {@link #withFilter(String, Collection)}
32+
*/
33+
@Deprecated
2934
ListImagesCmd withImageNameFilter(String imageName);
3035

3136
/**

0 commit comments

Comments
 (0)