mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This field was deprecated API v1.48 in [moby@ff191c5], and removed in API v1.49 in [moby@564abf9]. This patch: - Removes the field from the API Go types. - Reimplements the `/info` endpoint with the `compat` package to replace the local `infoResponse` implementation. - Removes the `ServiceConfig.ExtraFields` field in api/types/registry introduced in [moby@7d9c50d] to backfill the `AllowNondistributableArtifactsCIDRs` and `AllowNondistributableArtifactsHostnames` fields for API < v1.47. We should also consider deprecating the `ContainerdCommit`, `RuncCommit` and `InitCommit` fields on the `/info` response (as we also include this information as part of the components returned in `/version`), but those can still be useful currently for situations where a user only provides `docker info` output. [moby@ff191c5]:ff191c58f7[moby@564abf9]:564abf9157[moby@7d9c50d]:7d9c50db2bSigned-off-by: Sebastiaan van Stijn <github@gone.nl>