Sebastiaan van Stijn
b131482f5c
Merge pull request #4288 from buck/no-trunc-example
...
Correct "ps --no-trunc" example output
2023-05-19 14:34:13 +02:00
Sebastiaan van Stijn
38bcee4984
Merge pull request #4300 from thaJeztah/docs_cleanup_glossary
...
docs: remove deprecated things from glossary
2023-05-19 10:39:03 +02:00
Sebastiaan van Stijn
b222900520
docs: remove AuFS from glossary
...
The AuFS storage driver was deprecated and now removed.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 10:17:37 +02:00
Sebastiaan van Stijn
e4211c91ed
docs: remove Docker Toolbox from glossary
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 10:16:03 +02:00
Sebastiaan van Stijn
c246ea8517
docs: remove boot2docker and docker-machine from glossary
...
boot2docker is deprecated, and so is docker-machine
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 10:16:03 +02:00
Sebastiaan van Stijn
4c11f73dcb
man: remove devicemapper from examples
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 10:15:48 +02:00
Sebastiaan van Stijn
1ba91e3e56
Merge pull request #4301 from thaJeztah/completion_remove_aufs_overlay
...
contrib/completion: remove aufs, legacy overlay
2023-05-19 10:06:46 +02:00
Sebastiaan van Stijn
a79ccec70a
Merge pull request #4303 from thaJeztah/remove_aufs_from_fixtures
...
cli/command/system: remove aufs from fixtures
2023-05-19 09:58:03 +02:00
Sebastiaan van Stijn
1262a45795
Merge pull request #4304 from thaJeztah/daemon_remove_deprecated_drivers
...
docs: remove uses of deprecated AuFS, legacy overlay storage drivers
2023-05-19 09:50:09 +02:00
Sebastiaan van Stijn
c61b565183
docs/deprecated: remove "disabled by default" for AuFS, overlay
...
These drivers have been removed in docker 24.0, so it's no longer
possible to enable them.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 01:21:35 +02:00
Sebastiaan van Stijn
9f537a756e
docs: remove aufs and legacy overlay
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 01:21:24 +02:00
Sebastiaan van Stijn
73fbcdea05
contrib/completion: remove aufs, legacy overlay
...
The AuFS and (legacy) overlay storage drivers have been deprecated and
removed, so remove them from the completion scripts.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 00:59:25 +02:00
Sebastiaan van Stijn
1ec68fabe4
cli/command/system: remove aufs from fixtures
...
The AuFS storage driver was deprecated and has been removed, so let's
update the test-fixtures accordingly.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 00:55:31 +02:00
Bjorn Neergaard
78efc987bb
Merge pull request #4298 from thaJeztah/drop_the_dot
...
docs/deprecated: remove .patch release from deprecation status
2023-05-18 22:47:44 +01:00
Sebastiaan van Stijn
6460eea54d
docs/deprecated: remove .patch release from deprecation status
...
commit de8b696ed6
removed the patch
releases from the deprecation doc, but when we switched to the
SemVer(ish) format for v23.0, we accidentally added them back.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-18 22:40:45 +02:00
Sebastiaan van Stijn
8794455dc3
Merge pull request #4250 from thaJeztah/tininits
...
tini nits
2023-05-16 18:13:24 +01:00
Sebastiaan van Stijn
10bade23e1
Merge pull request #4261 from thaJeztah/remove_old_buildtags
...
remove pre-go1.17 build-tags
2023-05-16 18:12:50 +01:00
Sebastiaan van Stijn
97795bb75f
Merge pull request #4281 from thaJeztah/remove_deprecated_config_warning
...
cli/config: remove warning for deprecated ~/.dockercfg file
2023-05-16 18:12:26 +01:00
Sebastiaan van Stijn
0f78de7ab0
Merge pull request #4280 from thaJeztah/remove_deprecated_EncodeAuthToBase64
...
cli/command: remove deprecated EncodeAuthToBase64
2023-05-16 18:12:02 +01:00
Sebastiaan van Stijn
3d9905f3d6
Merge pull request #4279 from thaJeztah/remove_deprecated_stack_stubs
...
cli/command/stack: remove deprecated RunDeploy, RunPS, RunRemove, GetServices
2023-05-16 18:11:41 +01:00
Sebastiaan van Stijn
fecb1b2a46
Merge pull request #4282 from thaJeztah/remove_uses_of_client_IsErrNotFound
...
replace uses of client.IsErrNotFound for errdefs.IsNotFound
2023-05-16 18:11:14 +01:00
Sebastiaan van Stijn
761d973656
Merge pull request #4262 from thaJeztah/no_lookpath
...
cli/config/credentials: skip unneeded exec.LookPath()
2023-05-16 18:10:50 +01:00
A. Lester Buck III
988e37956d
Correct "ps --no-trunc" example output
...
Signed-off-by: A. Lester Buck III <github-reg@nbolt.com>
2023-05-11 17:28:20 -05:00
Sebastiaan van Stijn
935df5a59f
Merge pull request #4257 from thaJeztah/context_rename_receiver
...
cli/context/docker: rename receiver for Endpoint
2023-05-12 00:06:23 +02:00
Sebastiaan van Stijn
2fc30fd456
replace uses of client.IsErrNotFound for errdefs.IsNotFound
...
None of the client will return the old error-types, so there's no need
to keep the compatibility code. We can consider deprecating this function
in favor of the errdefs equivalent this.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-11 23:09:29 +02:00
Sebastiaan van Stijn
537b88dab9
cli/command: don't use legacy "notfound" error-type in tests
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-11 23:09:12 +02:00
Sebastiaan van Stijn
af83d8f5f2
Merge pull request #4284 from thaJeztah/vendor_distribution_v2.8.2
...
vendor: github.com/docker/distribution v2.8.2
2023-05-11 19:49:35 +02:00
Sebastiaan van Stijn
353e0a942d
vendor: github.com/docker/distribution v2.8.2
...
CI
- Dockerfile: fix filenames of artifacts
Bugfixes
- Fix panic in inmemory driver
- Add code to handle pagination of parts. Fixes max layer size of 10GB bug
- Parse http forbidden as denied
- Revert "registry/client: set Accept: identity header when getting layers
Runtime
- Update to go1.19.9
- Dockerfile: update xx to v1.2.1 ([#3907 ](https://github.com/distribution/distribution/pull/3907 ))
Security
- Fix [CVE-2022-28391](https://www.cve.org/CVERecord?id=CVE-2022-28391 ) by bumping alpine from 3.14 to 3.16
- Fix [CVE-2023-2253](https://www.cve.org/CVERecord?id=CVE-2023-2253 ) runaway allocation on /v2/_catalog [`521ea3d9`](521ea3d973
)
full diff: https://github.com/docker/distribution/compare/v2.8.1...v2.8.2-beta.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-11 19:13:41 +02:00
Sebastiaan van Stijn
185ac35553
Merge pull request #4276 from thaJeztah/fix_cli_plugins_metadata_experimental_deprecation
...
cli-plugins/manager: fix deprecation comment of Metadata.Experimental
2023-05-11 16:41:24 +02:00
Sebastiaan van Stijn
379122b033
cli/config: remove warning for deprecated ~/.dockercfg file
...
The `~/.dockercfg` file was replaced by `~/.docker/config.json` in 2015
(github.com/docker/docker/commit/18c9b6c6455f116ae59cde8544413b3d7d294a5e).
Commit b83bc67136
(v23.0.0, but backported to
v20.10) added a warning if no "current" config file was found but a legacy
file was, and if the CLI would fall back to using the deprecated file.
Commit ee218fa89e
removed support for the
legacy file, but kept a warning in place if a legacy file was in place,
and now ignored.
This patch removes the warning as well, fully deprecating the legacy
`~/.dockercfg` file.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-10 10:58:10 +02:00
Sebastiaan van Stijn
9b791b4fe9
cli/config: Load: remove outdated FIXME
...
This FIXME was added in 2013 in c72ff318d3
and it's both unclear which "internal golang config parser" is referred to
here. Given that 10 Years have passed, this will unlikely happen, and doesn't
warrant a FIXME here.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-10 10:33:50 +02:00
Sebastiaan van Stijn
ff7111ae21
cli/command: remove deprecated EncodeAuthToBase64
...
This function was deprecated in b87ed34351
,
which is part of the v24.0 release, so we can remove it from master.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-09 22:39:22 +02:00
Sebastiaan van Stijn
d3ac801275
cli/command/stack: remove deprecated RunDeploy, RunPS, RunRemove, GetServices
...
These were deprecated in f08252c10a
, which
is part of the v24.0 release, so we can remove these on master.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-09 22:32:21 +02:00
Sebastiaan van Stijn
72e3813ab9
cli-plugins/manager: fix deprecation comment of Metadata.Experimental
...
This field was marked deprecated in 977d3ae046
,
which is part of v20.10 and up, but the comment was missing a newline before
the deprecation message, which may be picked up by IDEs, but is not matching
the correct format, so may not be picked up by linters.
This patch fixes the format, to make sure linters pick up that the field is
deprecated.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-09 22:17:27 +02:00
Sebastiaan van Stijn
bc3f905a2a
Merge pull request #4223 from craig-osterhout/update-tag-documentation
...
docs: update tag docs to clarify name format
2023-05-09 17:26:42 +02:00
Craig Osterhout
4119d268e7
Update tag docs to clarify name
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-05-08 10:10:51 -07:00
Sebastiaan van Stijn
25dd1ecc75
Merge pull request #4266 from thaJeztah/start_25.0.0-dev
...
Update version to v25.0.0-dev, update to API v1.44
2023-05-08 15:32:11 +02:00
Sebastiaan van Stijn
03752a6ba6
Merge pull request #4260 from dvdksn/docs/host-flag
...
docs: add description and examples for docker -H
2023-05-08 14:06:35 +02:00
Sebastiaan van Stijn
28bc90f3b4
vendor: update docker/docker to v25.0.0-dev, API v1.44
...
full diff: https://github.com/docker/docker/compare/v24.0.0-rc.2...88f4bf4ae4bace73608b73df9fb974081d2bed1a
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-08 08:57:22 +02:00
Sebastiaan van Stijn
60b4cdf04e
Update version to v25.0.0-dev
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-08 08:57:19 +02:00
Sebastiaan van Stijn
8a8b600eed
Merge pull request #4263 from thaJeztah/vendor_docker_24.0.0-rc.2
...
vendor: github.com/docker/docker v24.0.0-rc.2
2023-05-08 08:56:05 +02:00
David Karlsson
759fa585cf
docs: update description for docker -H flag
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-07 21:45:55 +02:00
Sebastiaan van Stijn
1d8e2b6525
vendor: github.com/docker/docker v24.0.0-rc.2
...
no diff, because it's the same as the previous commit, but now tagged;
8d9a40a820
...v24.0.0-rc.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-06 13:52:37 +02:00
Sebastiaan van Stijn
8fc956ce77
Merge pull request #4244 from thaJeztah/update_engine_next
...
vendor: github.com/docker/docker github.com/docker/docker v24.0.0-rc.1.0.20230505222407-8d9a40a82034 (v24.0.0-rc.2)
2023-05-06 01:32:38 +02:00
Brian Goff
f4201b9302
Merge pull request #4073 from panekj/feat/ssh-socket-path
...
connhelper: Allow socket path when using SSH
2023-05-05 15:50:18 -07:00
Sebastiaan van Stijn
9f15ba0d13
Merge pull request #4156 from AkihiroSuda/docker-run-annotation
...
cli/command/container: implement `docker run --annotation`
2023-05-06 00:49:15 +02:00
Sebastiaan van Stijn
4f97f55999
vendor: github.com/docker/docker v24.0.0-rc.1.0.20230505222407-8d9a40a82034
...
This will be v24.0.0-rc.2
full diff: https://github.com/docker/docker/compare/v24.0.0-rc.1...8d9a40a820349860405e142249c55215aa4da8e3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-06 00:34:34 +02:00
Sebastiaan van Stijn
0428418d6b
vendor: github.com/containerd/containerd v1.6.21
...
no changes in vendored files
full diff: https://github.com/containerd/containerd/compare/v1.6.20...v1.6.21
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-06 00:30:50 +02:00
Sebastiaan van Stijn
05bf6fff2e
vendor: github.com/opencontainers/runc v1.1.7
...
full diff: https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-06 00:27:51 +02:00
Sebastiaan van Stijn
ce11b28d83
cli/config/credentials: skip unneeded exec.LookPath()
...
defaultCredentialsStore() on Linux does an exec.LookPath() for "pass", but
if a custom credential-store is passed to DetectDefaultStore, the result
of that won't be used.
This patch changes the logic to return early if a custom credential-store
is passed.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-05 21:10:18 +02:00