Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 71bc8ab Merge pull request #6186 from thaJeztah/remove_more_aliases by Sebastiaan van Stijn · 2 days ago master
  2. 6cf2c02 Merge pull request #6187 from thaJeztah/container_unexport by Sebastiaan van Stijn · 2 days ago
  3. 73604b8 Merge pull request #6192 from thaJeztah/trust_no_api_const by Sebastiaan van Stijn · 2 days ago
  4. e2cab2c cli/command/image: remove use of api.NoBaseImageSpecifier by Sebastiaan van Stijn · 2 days ago
  5. 74042f5 Merge pull request #6191 from robmry/info_firewall_backend by Sebastiaan van Stijn · 2 days ago
  6. 8c317ad Merge pull request #6190 from thaJeztah/fork_remotecontext by Sebastiaan van Stijn · 3 days ago
  7. 64f33cd TestCloneArgsSmartHttp: fix unhandled error by Sebastiaan van Stijn · 3 days ago
  8. a3bea24 Include FirewallBackend in docker info output by Rob Murray · 3 days ago
  9. b05aa46 Dockerfile: install git-daemon for use in tests by Sebastiaan van Stijn · 3 days ago
  10. e346165 fix linting issues by Sebastiaan van Stijn · 3 days ago
  11. 8d2ccc1 add local fork of github.com/docker/docker/builder/remotecontext by Sebastiaan van Stijn · 3 days ago
  12. b5a9392 Merge pull request #6189 from thaJeztah/cleanup_build_context by Sebastiaan van Stijn · 3 days ago
  13. 260f1db cli/command/image: move build-context detection to build by Sebastiaan van Stijn · 3 days ago
  14. e95d133 remove some redundant import aliases by Sebastiaan van Stijn · 3 days ago
  15. 3dec387 opts: minor cleanup in tests by Sebastiaan van Stijn · 3 days ago
  16. fdc90ca cli/command/container: deprecate DiffFormatWrite by Sebastiaan van Stijn · 3 days ago
  17. 0db7b9f cli/command/container: newDiffContext: use struct-literal by Sebastiaan van Stijn · 3 days ago
  18. 239b727 cli/command/container: DiffFormatWrite: remove intermediate var by Sebastiaan van Stijn · 3 days ago
  19. 907507e cli/command/container: deprecate NewDiffFormat by Sebastiaan van Stijn · 3 days ago
  20. d8089e7 Merge pull request #6184 from Benehiko/deprecate-prompt-privilege-func by Sebastiaan van Stijn · 3 days ago
  21. 29263e8 cli/command: remove usages of RegistryAuthenticationPrivilegedFunc by Alano Terblanche · 3 days ago
  22. 6bcc9ce Merge pull request #6174 from Benehiko/remove-prompt-privilege-func by Sebastiaan van Stijn · 3 days ago
  23. 46b8679 Merge pull request #6155 from thaJeztah/bump_alpine by Sebastiaan van Stijn · 3 days ago
  24. 980b856 Merge pull request #6183 from thaJeztah/diff_simplify by Sebastiaan van Stijn · 3 days ago
  25. ea4c161 Dockerfile: update to alpine 3.22 by Sebastiaan van Stijn · 3 days ago
  26. 9c25614 Merge pull request #6181 from thaJeztah/fork_readCloserWrapper by Sebastiaan van Stijn · 3 days ago
  27. bc01f84 Merge pull request #6182 from thaJeztah/fork_longpath by Sebastiaan van Stijn · 3 days ago
  28. ea2a0c3 Merge pull request #6177 from thaJeztah/rm_aliases by Sebastiaan van Stijn · 3 days ago
  29. 3d98579 cli/command: remove some redundant import-aliases by Sebastiaan van Stijn · 3 days ago
  30. f5f3b02 Merge pull request #6178 from thaJeztah/bump_dev_tools by Sebastiaan van Stijn · 3 days ago
  31. 143f361 Merge pull request #6179 from thaJeztah/bump_gotestsum by Sebastiaan van Stijn · 3 days ago
  32. d7181e4 Merge pull request #6185 from thaJeztah/alpine_doc by Sebastiaan van Stijn · 3 days ago
  33. 8b6436e Dockerfile: document ALPINE_VERSION build-arg by Sebastiaan van Stijn · 3 days ago
  34. 2b56b66 cli/command: remove interactive login prompt from docker push/pull by Alano Terblanche · 3 days ago
  35. 7d574b8 Merge pull request #6180 from thaJeztah/truncate_id by Sebastiaan van Stijn · 4 days ago
  36. 0f2b709 cli/command/container: diff: remove redundant validation and cleanup by Sebastiaan van Stijn · 5 days ago
  37. 7668b68 Merge pull request #6176 from thaJeztah/rm_use_AllowOverwriteDirWithFile by Sebastiaan van Stijn · 5 days ago
  38. 53d02ec remove use of github.com/docker/docker/pkg/longpath by Sebastiaan van Stijn · 5 days ago
  39. 3600ebc remove uses of github.com/docker/docker/pkg/ioutils ReadCloserWrapper by Sebastiaan van Stijn · 5 days ago
  40. 9b047a5 remove uses of pkg/stringid.GenerateRandomID() by Sebastiaan van Stijn · 5 days ago
  41. e0f4bc6 cli/command/formatter: add TrunateID utility by Sebastiaan van Stijn · 5 days ago
  42. 1264a59 Dockerfile: bump gotest.tools/gotestsum v1.12.3 (for go1.25) by Sebastiaan van Stijn · 6 days ago
  43. e6b8cc1 Dockerfile: update buildx to v0.25.0 by Sebastiaan van Stijn · 6 days ago
  44. 50fa436 Dockerfile: update compose to v2.38.2 by Sebastiaan van Stijn · 6 days ago
  45. 0be687a cli/command/container: don't set CopyToContainerOptions.AllowOverwriteDirWithFile by Sebastiaan van Stijn · 6 days ago
  46. c69d8bd Merge pull request #6173 from vvoland/fix-anchor-cdi by Sebastiaan van Stijn · 8 days ago 28.x
  47. 8eac03d docs: fix CDI device configuration anchor by Paweł Gronowski · 8 days ago
  48. 578ccf6 Merge pull request #6170 from thaJeztah/e2e_newline_check by Paweł Gronowski · 10 days ago v28.3.2
  49. 0c5e258 e2e/global: TestPromptExitCode: check for trailing newline by Sebastiaan van Stijn · 10 days ago
  50. 30cad38 Merge pull request #6167 from vvoland/update-go by Paweł Gronowski · 11 days ago
  51. 9bcc886 update to go1.24.5 by Paweł Gronowski · 11 days ago
  52. 3302212 Merge pull request #6163 from Benehiko/env-credential-warn by Sebastiaan van Stijn · 11 days ago
  53. ccd5bd8 registry: warn of DOCKER_AUTH_CONFIG usage in login and logout by Alano Terblanche · 11 days ago
  54. dec07e6 tui/note: add warning note type by Alano Terblanche · 11 days ago
  55. 28f19a9 Merge pull request #6162 from ArthurFlag/ENGDOCS-2807-cdi-docs-update by Sebastiaan van Stijn · 12 days ago
  56. 219e5ca Merge pull request #6165 from thaJeztah/bump_engine_28.3.1 by Sebastiaan van Stijn · 12 days ago
  57. 7e040d9 docs: cdi is not experimental anymore by ArthurFlag · 12 days ago
  58. 76524e7 vendor: github.com/docker/docker v28.3.1 by Sebastiaan van Stijn · 12 days ago
  59. 3262107 cli/config: export const dockerEnvConfig by Alano Terblanche · 2 weeks ago
  60. 8403869 Merge pull request #6158 from thaJeztah/reduce_strslice by Sebastiaan van Stijn · 2 weeks ago
  61. 1fc7194 Merge pull request #6159 from thaJeztah/hide_codecov by Sebastiaan van Stijn · 2 weeks ago
  62. fa2a7f1 Merge pull request #6154 from thaJeztah/bump_engine by Sebastiaan van Stijn · 2 weeks ago
  63. 350b3a6 Merge pull request #6160 from thaJeztah/fix_otel_debug_logs by Sebastiaan van Stijn · 2 weeks ago
  64. 4ea6fbf cli/debug: fix OTELErrorHandler logging messages if there's no error by Sebastiaan van Stijn · 2 weeks ago
  65. 74a896f Merge pull request #6157 from ndeloof/use_api_socket by Sebastiaan van Stijn · 3 weeks ago
  66. 94f097d rename codecov.yml to .codecov.yml by Sebastiaan van Stijn · 3 weeks ago
  67. e7e238e cli/command/container: remove redundant uses of strslice.StrSlice by Sebastiaan van Stijn · 3 weeks ago
  68. 2ba7cb8 mount /var/run/docker.sock for --use-api-socket by Nicolas De Loof · 3 weeks ago
  69. 52e1e4f vendor: github.com/docker/docker v28.3.0 by Sebastiaan van Stijn · 3 weeks ago
  70. 7cbee73 Merge pull request #6147 from thaJeztah/connhelper_quote by Sebastiaan van Stijn · 3 weeks ago
  71. ae6f8d0 Merge pull request #6149 from vvoland/gha-tags by Paweł Gronowski · 3 weeks ago
  72. 70867e7 gha/bin-image: add major and minor version image tags by Paweł Gronowski · 4 weeks ago
  73. 38b7060 Merge pull request #6148 from thaJeztah/vendor_rc2 by Paweł Gronowski · 4 weeks ago v28.3.0 v28.3.1
  74. 2d46d16 vendor: github.com/docker/docker v28.3.0-rc.2 by Sebastiaan van Stijn · 4 weeks ago
  75. 88d1133 cli/connhelper: quote ssh arguments to prevent shell injection by Sebastiaan van Stijn · 4 weeks ago
  76. 82eda48 cli/connhelper/internal/syntax: fix linting issues by Sebastiaan van Stijn · 4 weeks ago
  77. 52d2a9b cli/connhelper/internal/syntax: remove unused code from fork by Sebastiaan van Stijn · 4 weeks ago
  78. 64a9a6d cli/connhelper: add fork of mvdan.cc/sh/v3/syntax v3.10.0 by Sebastiaan van Stijn · 4 weeks ago
  79. f03fb6c Merge pull request #6146 from thaJeztah/bump_docker by Sebastiaan van Stijn · 4 weeks ago v28.3.0-rc.2
  80. 5bb0d7f vendor: github.com/docker/docker 265f70964794 (v28.3.0-rc.2) by Sebastiaan van Stijn · 4 weeks ago
  81. 575d4af vendor: github.com/docker/docker v28.3.0-rc.1 by Sebastiaan van Stijn · 4 weeks ago
  82. 4b202b9 Merge pull request #6141 from thaJeztah/login_no_tty by Sebastiaan van Stijn · 4 weeks ago
  83. 80d1959 Merge pull request #6144 from thaJeztah/rm_top_level_remove by Akihiro Suda · 4 weeks ago
  84. 19a5c5c remove undocumented top-level "docker remove" command by Sebastiaan van Stijn · 4 weeks ago
  85. c882686 prevent login prompt on registry operations with no TTY attached by Sebastiaan van Stijn · 4 weeks ago
  86. 747cb44 Merge pull request #6140 from vvoland/image-tree-used by Paweł Gronowski · 4 weeks ago
  87. 23fe9ec image/tree: Fix top image chip detection by Paweł Gronowski · 4 weeks ago
  88. 51025e1 Merge pull request #6008 from Benehiko/env-credentials-store by Paweł Gronowski · 4 weeks ago
  89. 9b83d5b Use `DOCKER_AUTH_CONFIG` env as credential store by Alano Terblanche · 4 weeks ago
  90. ab2d683 Merge pull request #6137 from thaJeztah/execconfig_detach by Sebastiaan van Stijn · 5 weeks ago
  91. 3664c08 Merge pull request #6138 from thaJeztah/bump_swarmkit by Sebastiaan van Stijn · 5 weeks ago
  92. cccf6d8 vendor: github.com/moby/swarmkit/v2 v2.0.0 by Sebastiaan van Stijn · 5 weeks ago
  93. 50da0ad cli/command/container: remove use of ExecOptions.Detach as intermediate by Sebastiaan van Stijn · 5 weeks ago
  94. dbb5872 Merge pull request #6135 from thaJeztah/fix_login_message by Sebastiaan van Stijn · 5 weeks ago
  95. e2632c5 cli/command: RegistryAuthenticationPrivilegedFunc: fix hints for login by Sebastiaan van Stijn · 5 weeks ago
  96. f53bb88 Merge pull request #6131 from vvoland/vendor-docker by Paweł Gronowski · 5 weeks ago v28.3.0-rc.1
  97. 4cb0695 vendor: github.com/docker/docker v28.3.0-dev (6a1fb46d4805) by Paweł Gronowski · 5 weeks ago
  98. 3ce5130 Merge pull request #6132 from thaJeztah/replace_evt by Paweł Gronowski · 5 weeks ago
  99. 99d4d1f cli/command/container: replace uses of deprecated event.Status field by Sebastiaan van Stijn · 5 weeks ago
  100. 398fa5a Merge pull request #6130 from thaJeztah/bump_version by Paweł Gronowski · 5 weeks ago