From ee9b462474685ce5e4c191665d8f1a0d6ed6ecbc Mon Sep 17 00:00:00 2001 From: Huang Xiao Date: Thu, 13 Nov 2025 14:32:28 +0800 Subject: [PATCH 1/2] Mark Java SDKs as inactive in documentation Except for "docker-java" which remains in an active state, all others are "inactive". --- content/reference/api/engine/sdk/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/reference/api/engine/sdk/_index.md b/content/reference/api/engine/sdk/_index.md index 902d8447aee5..b3374f82246e 100644 --- a/content/reference/api/engine/sdk/_index.md +++ b/content/reference/api/engine/sdk/_index.md @@ -196,10 +196,10 @@ file them with the library maintainers. | Gradle | [gradle-docker-plugin](https://github.com/gesellix/gradle-docker-plugin) | | Groovy | [docker-client](https://github.com/gesellix/docker-client) | | Haskell | [docker-hs](https://github.com/denibertovic/docker-hs) | -| Java | [docker-client](https://github.com/spotify/docker-client) | | Java | [docker-java](https://github.com/docker-java/docker-java) | -| Java | [docker-java-api](https://github.com/amihaiemil/docker-java-api) | -| Java | [jocker](https://github.com/ndeloof/jocker) | +| Java | [docker-client(INACTIVE)](https://github.com/spotify/docker-client) | +| Java | [docker-java-api(INACTIVE)](https://github.com/amihaiemil/docker-java-api) | +| Java | [jocker(INACTIVE)](https://github.com/ndeloof/jocker) | | NodeJS | [dockerode](https://github.com/apocas/dockerode) | | NodeJS | [harbor-master](https://github.com/arhea/harbor-master) | | NodeJS | [the-moby-effect](https://github.com/leonitousconforti/the-moby-effect) | From 1e462611e7025f792095460eaa0d49bad9253bf2 Mon Sep 17 00:00:00 2001 From: Huang Xiao Date: Fri, 12 Dec 2025 11:10:39 +0800 Subject: [PATCH 2/2] Update status of various Docker client libraries --- content/reference/api/engine/sdk/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/reference/api/engine/sdk/_index.md b/content/reference/api/engine/sdk/_index.md index 9b8886de9a0d..10d570929fc9 100644 --- a/content/reference/api/engine/sdk/_index.md +++ b/content/reference/api/engine/sdk/_index.md @@ -188,26 +188,26 @@ file them with the library maintainers. | C | [libdocker(INACTIVE)](https://github.com/danielsuo/libdocker) | | C# | [Docker.DotNet](https://github.com/ahmetalpbalkan/Docker.DotNet) | | C++ | [lasote/docker_client(INACTIVE)](https://github.com/lasote/docker_client) | -| Clojure | [clj-docker-client(INACTIVE)](https://github.com/into-docker/clj-docker-client) | +| Clojure | [clj-docker-client(ARCHIVED)](https://github.com/into-docker/clj-docker-client) | | Clojure | [contajners](https://github.com/lispyclouds/contajners) | -| Dart | [bwu_docker(INACTIVE)](https://github.com/bwu-dart/bwu_docker) | +| Dart | [bwu_docker(ARCHIVED)](https://github.com/bwu-dart/bwu_docker) | | Erlang | [erldocker(INACTIVE)](https://github.com/proger/erldocker) | | Gradle | [gradle-docker-plugin](https://github.com/gesellix/gradle-docker-plugin) | | Groovy | [docker-client](https://github.com/gesellix/docker-client) | | Haskell | [docker-hs(INACTIVE)](https://github.com/denibertovic/docker-hs) | | Java | [docker-java](https://github.com/docker-java/docker-java) | -| Java | [docker-client(INACTIVE)](https://github.com/spotify/docker-client) | +| Java | [docker-client(ARCHIVED)](https://github.com/spotify/docker-client) | | Java | [docker-java-api(INACTIVE)](https://github.com/amihaiemil/docker-java-api) | | Java | [jocker(INACTIVE)](https://github.com/ndeloof/jocker) | | NodeJS | [dockerode](https://github.com/apocas/dockerode) | | NodeJS | [harbor-master(INACTIVE)](https://github.com/arhea/harbor-master) | | NodeJS | [the-moby-effect](https://github.com/leonitousconforti/the-moby-effect) | | Perl | [Eixo::Docker(INACTIVE)](https://github.com/alambike/eixo-docker) | -| PHP | [Docker-PHP(INACTIVE)](https://github.com/docker-php/docker-php) | +| PHP | [Docker-PHP(ARCHIVED)](https://github.com/docker-php/docker-php) | | Ruby | [docker-api](https://github.com/swipely/docker-api) | | Rust | [bollard](https://github.com/fussybeaver/bollard) | -| Rust | [docker-rust(INACTIVE)](https://github.com/abh1nav/docker-rust) | +| Rust | [docker-rust(ARCHIVED)](https://github.com/abh1nav/docker-rust) | | Rust | [shiplift(INACTIVE)](https://github.com/softprops/shiplift) | | Scala | [tugboat(INACTIVE)](https://github.com/softprops/tugboat) | | Scala | [reactive-docker(INACTIVE)](https://github.com/almoehi/reactive-docker) | -| Swift | [docker-client-swift(INACTIVE)](https://github.com/valeriomazzeo/docker-client-swift) | +| Swift | [docker-client-swift(ARCHIVED)](https://github.com/valeriomazzeo/docker-client-swift) |