-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: docker/cli
base: v28.0.0
head repository: docker/cli
compare: v28.0.1
Commits on Jan 15, 2025
-
fix(dockerfiles): Update CMD instruction in 'Dockerfile.dev' to use e…
…xec form instead of shell form * https://docs.docker.com/reference/build-checks/json-args-recommended/ Signed-off-by: Mert Şişmanoğlu <mert190737fb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 48dbdc6 - Browse repository at this point
Copy the full SHA 48dbdc6View commit details
Commits on Feb 20, 2025
-
completion: use service names, and support DOCKER_COMPLETION_SHOW_SER…
…VICE_IDS Change completion for services to use names by default, and bring back support for the `DOCKER_COMPLETION_SHOW_SERVICE_IDS` env-var https://github.com/docker/cli/blob/f9ced58158d5e0b358052432244b483774a1983d/contrib/completion/bash/docker#L41-L43 Before this patch: docker service ps c9vrp2pwni9gx5ghat20rjpcy hmthf0tqws9xpmd87ok7diqly With this patch: docker service ps<TAB> databaseservice webservice export DOCKER_COMPLETION_SHOW_SERVICE_IDS=yes docker service ps<TAB> c9vrp2pwni9gx5ghat20rjpcy databaseservice hmthf0tqws9xpmd87ok7diqly webservice Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 762d593 - Browse repository at this point
Copy the full SHA 762d593View commit details -
cli/command/context: fix error-handling of skip-tls-verify
Before 2b9a4d5, this function would use "errors.Wrap" which returns nil if the original error was nil. fmt.Errorf does not do this, so without a nil check, it would unconditionally return an error; docker context create arm64 --docker host=ssh://172.17.101.26,skip-tls-verify=False unable to create docker endpoint config: name: %!w(<nil>) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 7e71782 - Browse repository at this point
Copy the full SHA 7e71782View commit details -
completion: add completion for node names
Change completion for nodes to use names by default, and bring back support for the `DOCKER_COMPLETION_SHOW_NODE_IDS` env-var https://github.com/docker/cli/blob/f9ced58158d5e0b358052432244b483774a1983d/contrib/completion/bash/docker#L38 With this patch: docker node ps <tab> docker-desktop self export DOCKER_COMPLETION_SHOW_NODE_IDS=yes docker node ps <TAB> docker-desktop qyeriqk20al6hy4y869d08ff5 self Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for d5e6e2e - Browse repository at this point
Copy the full SHA d5e6e2eView commit details -
completion: add completion for docker node flags
With this patch: docker node update --role manager worker docker node update --availability active drain pause Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 768d107 - Browse repository at this point
Copy the full SHA 768d107View commit details -
completion: add completion for docker service flags
Not all flags have completions yet, and for those that don't have completion, we disable completion to prevent it completing with filenames. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 8f55738 - Browse repository at this point
Copy the full SHA 8f55738View commit details -
Merge pull request #5850 from thaJeztah/fix_context_err
cli/command/context: fix error-handling of skip-tls-verify
Configuration menu - View commit details
-
Copy full SHA for 2493a96 - Browse repository at this point
Copy the full SHA 2493a96View commit details -
Merge pull request #5848 from thaJeztah/improve_swarm_completion
completion: fix / add completion for service names and node-names
Configuration menu - View commit details
-
Copy full SHA for eb48cad - Browse repository at this point
Copy the full SHA eb48cadView commit details
Commits on Feb 21, 2025
-
cmd/docker: do not print error status on exec/run
Co-authored-by: Fabio Pugliese Ornellas <fabio.ornellas@gmail.com> Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0cff340 - Browse repository at this point
Copy the full SHA 0cff340View commit details -
Merge pull request #5854 from Benehiko/fix-exec-msg
cmd/docker: do not print error status on exec/run
Configuration menu - View commit details
-
Copy full SHA for 77a8a8c - Browse repository at this point
Copy the full SHA 77a8a8cView commit details -
docs: fix broken anchor-link in "container restart" reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for c99d331 - Browse repository at this point
Copy the full SHA c99d331View commit details -
docs: fix missing anchors in swarm reference pages
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 8a1b096 - Browse repository at this point
Copy the full SHA 8a1b096View commit details -
docs: network ls add heading and anchor for "--no-trunc"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for aad2ae5 - Browse repository at this point
Copy the full SHA aad2ae5View commit details
Commits on Feb 24, 2025
-
Merge pull request #5859 from thaJeztah/fix_docs
docs: minor fixes and touch-ups for anchor links
Configuration menu - View commit details
-
Copy full SHA for 656523e - Browse repository at this point
Copy the full SHA 656523eView commit details -
gha: add docker 28 to test matrix
- set default to 28 - remove minor version from matrix; docker:dind images also provide a "docker:28-dind" which point to the latest minor version. - remove TODO for 19.03, which is really out of scope now. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 427c136 - Browse repository at this point
Copy the full SHA 427c136View commit details -
Merge pull request #5864 from thaJeztah/gha_bump_docker
gha: add docker 28 to test matrix
Configuration menu - View commit details
-
Copy full SHA for 111468c - Browse repository at this point
Copy the full SHA 111468cView commit details -
Update dockerd command line ref, changes in 28.0
Signed-off-by: Rob Murray <rob.murray@docker.com>
Configuration menu - View commit details
-
Copy full SHA for be66909 - Browse repository at this point
Copy the full SHA be66909View commit details -
Update dockerd command line ref, default bridge opts
Signed-off-by: Rob Murray <rob.murray@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 4e7497e - Browse repository at this point
Copy the full SHA 4e7497eView commit details -
Merge pull request #5865 from robmry/doc_default_bridge
Update dockerd command line ref
Configuration menu - View commit details
-
Copy full SHA for 41277f5 - Browse repository at this point
Copy the full SHA 41277f5View commit details
Commits on Feb 25, 2025
-
vendor: github.com/go-jose/go-jose/v4 v4.0.5
- Don't allow unbounded amounts of splits. Fixes GHSA-c6gw-w398-hv78 / CVE-2025-27144 - Various other dependency updates, small fixes, and documentation updates in the full changelog full diff: go-jose/go-jose@v4.0.4...v4.0.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 7559583 - Browse repository at this point
Copy the full SHA 7559583View commit details -
Merge pull request #5867 from thaJeztah/bump_go_jose
vendor: github.com/go-jose/go-jose/v4 v4.0.5
Configuration menu - View commit details
-
Copy full SHA for 6bd9908 - Browse repository at this point
Copy the full SHA 6bd9908View commit details -
Merge pull request #5742 from mertssmnoglu/fix-dockerfile-exec-form
fix/dockerfiles: Update CMD instruction in 'Dockerfile.dev' to use exec form
Configuration menu - View commit details
-
Copy full SHA for ffdfc5f - Browse repository at this point
Copy the full SHA ffdfc5fView commit details -
Add detailed descriptions for --ulimit options in docker run document…
…ation Signed-off-by: MHM0098 <mhm98035@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for d75f8d8 - Browse repository at this point
Copy the full SHA d75f8d8View commit details -
Merge pull request #5870 from thaJeztah/carry_5855
Add detailed descriptions for --ulimit options in docker run documentation
Configuration menu - View commit details
-
Copy full SHA for 068a01e - Browse repository at this point
Copy the full SHA 068a01eView commit details
There are no files selected for viewing