Sebastiaan van Stijn
171a9b70b2
Merge pull request #6564 from vvoland/container-go123
...
cli/command/container: add go1.23 build constraint for range-over-func
2025-10-14 15:00:57 +02:00
Paweł Gronowski
5ba4c17d78
cli/command/container: Simplify with slices.Contains
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-10-14 14:47:59 +02:00
Paweł Gronowski
d252afa6b0
cli/command/container: add go1.23 build constraint for range-over-func
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-10-14 14:43:54 +02:00
Paweł Gronowski
bc2aa4eed1
Merge pull request #6563 from thaJeztah/bump_modules
...
build / prepare (push) Has been cancelled
build / build (push) Has been cancelled
build / bin-image (push) Has been cancelled
build / prepare-plugins (push) Has been cancelled
build / plugins (push) Has been cancelled
codeql / codeql (push) Has been cancelled
e2e / tests (alpine, 25, connhelper-ssh) (push) Has been cancelled
e2e / tests (alpine, 25, local) (push) Has been cancelled
e2e / tests (alpine, 27, connhelper-ssh) (push) Has been cancelled
e2e / tests (alpine, 27, local) (push) Has been cancelled
e2e / tests (alpine, 28, connhelper-ssh) (push) Has been cancelled
e2e / tests (alpine, 28, local) (push) Has been cancelled
e2e / tests (debian, 25, connhelper-ssh) (push) Has been cancelled
e2e / tests (debian, 25, local) (push) Has been cancelled
e2e / tests (debian, 27, connhelper-ssh) (push) Has been cancelled
e2e / tests (debian, 27, local) (push) Has been cancelled
e2e / tests (debian, 28, connhelper-ssh) (push) Has been cancelled
e2e / tests (debian, 28, local) (push) Has been cancelled
test / ctn (push) Has been cancelled
test / host (macos-14) (push) Has been cancelled
test / host (macos-15) (push) Has been cancelled
test / host (macos-15-intel) (push) Has been cancelled
validate / validate (lint) (push) Has been cancelled
validate / validate (shellcheck) (push) Has been cancelled
validate / validate (update-authors) (push) Has been cancelled
validate / validate (validate-vendor) (push) Has been cancelled
validate / validate-md (push) Has been cancelled
validate / validate-make (manpages) (push) Has been cancelled
validate / validate-make (yamldocs) (push) Has been cancelled
vendor: github.com/moby/moby/api v1.52.0-beta.2, moby/client v0.1.0-beta.2
v29.0.0-rc.1
2025-10-14 11:35:31 +02:00
Sebastiaan van Stijn
24e95b8682
vendor: github.com/moby/moby/api v1.52.0-beta.2, moby/client v0.1.0-beta.2
...
full diff:
- https://github.com/moby/moby/compare/0769fe708773...api/v1.52.0-beta.2
- https://github.com/moby/moby/compare/0769fe708773...client/v0.1.0-beta.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-14 10:43:33 +02:00
Sebastiaan van Stijn
c844f92b58
Merge pull request #6562 from vvoland/update-go
...
update to go1.25.3
2025-10-14 10:28:33 +02:00
Sebastiaan van Stijn
07a79d68a6
Merge pull request #6561 from thaJeztah/deprecate_builder_utils
...
cli/command/image/build: deprecate `DefaultDockerfileName`, `DetectArchiveReader`, `WriteTempDockerfile`, `ResolveAndValidateContextPath`
2025-10-14 10:27:52 +02:00
Paweł Gronowski
2bcf047f90
update to go1.25.3
...
This release addresses breakage caused by a security patch included in
Go 1.25.2 and 1.24.8, which enforced overly restrictive validation on
the parsing of X.509 certificates. We've removed those restrictions
while maintaining the security fix that the initial release addressed.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2025-10-14 09:11:31 +02:00
Sebastiaan van Stijn
0f2f9e9c41
cli/command/image/build: deprecate ResolveAndValidateContextPath util
...
This utility was used internally and will be removed in the next release.
Use `DetectContextType` to detect the context-type, and use `GetContextFromLocalDir`,
`GetContextFromLocalDir`, `GetContextFromGitURL`, or `GetContextFromURL`
instead.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 15:42:03 +02:00
Sebastiaan van Stijn
6e1ff0bec1
cli/command/image/build: deprecate WriteTempDockerfile util
...
It was only used internal in the package.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 15:29:08 +02:00
Sebastiaan van Stijn
c52fa073cd
cli/command/image/build: deprecate DetectArchiveReader util
...
It was only used internal in the package.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 15:28:55 +02:00
Sebastiaan van Stijn
f24bb4bc76
cli/command/image/build: deprecate DefaultDockerfileName const
...
It was only used internal in the package.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 15:20:32 +02:00
Paweł Gronowski
c599e9064e
Merge pull request #6556 from thaJeztah/update_go1.25
...
update to go1.25.2
2025-10-13 12:52:23 +02:00
Paweł Gronowski
68ec5bfe20
Merge pull request #6559 from thaJeztah/fix_filteropts_default
...
opts: FilterOpt: show empty string if no values are set
2025-10-13 12:31:45 +02:00
Sebastiaan van Stijn
130a3f5f87
update to go1.25.2
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 12:12:25 +02:00
Sebastiaan van Stijn
e6d150be16
opts: FilterOpt: show empty string if no values are set
...
follow-up to f81816ef88
We could decide to not initialize a default, and do this only when
setting a value, but this may require more changes, so doing this
as a starting-point.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 12:09:26 +02:00
Paweł Gronowski
ecea0c01b3
Merge pull request #6557 from thaJeztah/bump_golangci_lint
...
Dockerfile: update golangci-lint to v2.5.0 (for go1.25)
2025-10-13 12:02:34 +02:00
Paweł Gronowski
2027349052
Merge pull request #6555 from thaJeztah/remove_ResolveDefaultContext
...
cli/command: remove deprecated ResolveDefaultContext
2025-10-13 12:02:01 +02:00
Paweł Gronowski
bb31a8006e
Merge pull request #6554 from thaJeztah/bump_goversioninfo
...
Dockerfile: bump github.com/josephspurrier/goversioninfo to v1.5.0
2025-10-13 12:00:35 +02:00
Paweł Gronowski
8ecdfed2af
Merge pull request #6552 from thaJeztah/update_gotestsum
...
Dockerfile: bump gotest.tools/gotestsum v1.13.0
2025-10-13 12:00:02 +02:00
Paweł Gronowski
714c82a014
Merge pull request #6558 from thaJeztah/opts_deprecate_delete
...
opts: deprecate ListOpts.Delete()
2025-10-13 11:59:30 +02:00
Paweł Gronowski
aec24ba92c
Merge pull request #6553 from thaJeztah/update_utils
...
Dockerfile: update buildx to v0.29.1, compose v2.40.0
2025-10-13 11:52:47 +02:00
Sebastiaan van Stijn
193db8ec41
opts: deprecate ListOpts.Delete()
...
This method was added as part of a refactor in [moby@1ba1138], at which
time it was used to delete original values for "--host" and "--volume"
after normalizing. This beccame redundant in [moby@6200002], which added
specialized options that used a validate function, which both validated
and normalized inputs.
It's no longer used, so let's mark it deprecated so that we can remove it.
[moby@1ba1138]: https://github.com/moby/moby/commit/1ba11384bf82f824b0efbab31aaca439cfba1b4f
[moby@6200002]: https://github.com/moby/moby/commit/6200002669874f3314856527fecd0c004060913c
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 11:47:39 +02:00
Sebastiaan van Stijn
5ad9fbdef7
Dockerfile: update golangci-lint to v2.5.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-13 10:16:14 +02:00
Sebastiaan van Stijn
7abc65bc06
cli/command: remove deprecated ResolveDefaultContext
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-11 00:40:22 +02:00
Sebastiaan van Stijn
c2817e2d59
Dockerfile: bump github.com/josephspurrier/goversioninfo to v1.5.0
...
- Upgrade to Go 1.18 minimum version and remove ioutil references
- Move from Travis to GitHub Actions for CI
- Support multiple icons
- Add options to parse version string
full diff: https://github.com/josephspurrier/goversioninfo/compare/v1.4.1...v1.5.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-11 00:11:08 +02:00
Sebastiaan van Stijn
f68d8f1f24
scripts/build/mkversioninfo: use permalink in comment
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-11 00:03:50 +02:00
Sebastiaan van Stijn
830e1d60ab
Dockerfile: update compose to v2.40.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 23:59:38 +02:00
Sebastiaan van Stijn
9def7748a5
Dockerfile: update buildx to v0.29.1
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 23:58:35 +02:00
Sebastiaan van Stijn
f8b1b8d165
Dockerfile: bump gotest.tools/gotestsum v1.13.0
...
full diff: https://github.com/gotestyourself/gotestsum/compare/v1.12.3...v1.13.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 23:55:52 +02:00
Sebastiaan van Stijn
01febbc3bb
Merge pull request #6551 from thaJeztah/remove_legacy_api_versions
...
remove API-version compatibility for API < v1.44
2025-10-10 22:53:01 +02:00
Sebastiaan van Stijn
59d228cd98
Merge pull request #6550 from thaJeztah/deprecate_builder_utils
...
cli/command/image/build: deprecate IsArchive utility
2025-10-10 22:46:27 +02:00
Sebastiaan van Stijn
5ad91456c7
docs: update some versions in examples
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 21:23:30 +02:00
Sebastiaan van Stijn
4c73cefc15
cli/command/container, image: remove addPlatformFlag utility
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 21:23:30 +02:00
Sebastiaan van Stijn
b8f2b7c678
cli/command/service: remove AppendServiceStatus (API <v1.41)
...
This function was added in 7405ac5c2d as
a fallback for API < v1.41, which did not include the service status
in the response. Current API versions return this information, so there's
no need to fetch it manually.
It was not gated by API version for some tests (which didn't set API
version), but should not be needed for non-test situations.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 21:23:29 +02:00
Sebastiaan van Stijn
f046bd371a
cli/command/container: rm use of deprecated MacAddress field
...
This field is no longer in use since API v1.44.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 21:23:29 +02:00
Sebastiaan van Stijn
d36f16e224
remove API-version compatibility for API < v1.44
...
Support for API versions < v1.44 was removed in the client in [moby@96b29f5]
and [moby@7652f38], so we can remove fallback-code from the CLI as well,
as it won't be able to use those versions.
[moby@96b29f5]: https://github.com/moby/moby/commit/96b29f5a1f7fc5e5d8b2b4dbd130e215bbb92ae9
[moby@7652f38]: https://github.com/moby/moby/commit/7652f38c289909bc61b1113c0570b9de345bbed9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 21:23:25 +02:00
Sebastiaan van Stijn
a3e954551d
Merge pull request #6545 from thaJeztah/bump_engine_take2
...
vendor: github.com/moby/moby/api, client 0769fe708773 (master)
2025-10-10 19:45:23 +02:00
Sebastiaan van Stijn
f81816ef88
vendor: github.com/moby/moby/api, client 0769fe708773 (master)
...
full diff: https://github.com/moby/moby/compare/4ca8aedf929f...0769fe708773892d6ac399ee137e71a777b35de7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 19:35:00 +02:00
Sebastiaan van Stijn
9e646f6d92
cli/command/image: runBuild: inline vars and minor cleanups
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 17:25:04 +02:00
Sebastiaan van Stijn
64be664e85
cli/command/image/build: deprecate IsArchive utility
...
It was only used internally.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 17:23:57 +02:00
Sebastiaan van Stijn
2c539a6530
cli/command/image/build: fix linting, add sub-tests
...
- fix minor linting issues (unhandled errors)
- rename vars to prevent shadowing
- use sub-tests for tests that already prepared for it
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-10 17:21:57 +02:00
Austin Vazquez
6ddff81bee
Merge pull request #6548 from thaJeztah/improve_TestRemove
...
e2e/stack: don't run stack deploy "detached"
2025-10-09 14:57:55 -05:00
Sebastiaan van Stijn
85ac71a3fe
e2e/stack: don't run stack deploy "detached"
...
Run stack deploy in "attached" mode, so that progress and errors
can be printed on failure.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-09 17:19:41 +02:00
Austin Vazquez
41432adc36
Merge pull request #6547 from thaJeztah/deprecate_ValidateMACAddress
...
opts: deprecate ValidateMACAddress
2025-10-09 09:13:34 -05:00
Sebastiaan van Stijn
17d6a92954
opts: deprecate ValidateMACAddress
...
It was a wrapper around net.ParseMAC from stdlib, so users should
use that directly.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-09 13:46:33 +02:00
Sebastiaan van Stijn
94788a3b63
Merge pull request #6546 from thaJeztah/test_improvements
...
assorted test-improvements
2025-10-09 12:46:00 +02:00
Sebastiaan van Stijn
af34b8471a
cli/command/network: TestNetworkCreateWithFlags: fix unhandled errs
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-09 12:29:56 +02:00
Sebastiaan van Stijn
c8014ec509
cli/command/network: TestNetworkCreateErrors: use sub-tests
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-09 12:22:08 +02:00
Sebastiaan van Stijn
413ee120de
cli/command/container: TestParseWithExpose: use sub-tests
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-10-09 12:13:25 +02:00