fix(deps): update module github.com/docker/docker to v28.5.0+incompatible
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
842bb6ed42
commit
8efc913856
2
go.mod
2
go.mod
|
@ -11,7 +11,7 @@ require (
|
||||||
github.com/containers/ocicrypt v1.2.1
|
github.com/containers/ocicrypt v1.2.1
|
||||||
github.com/cyphar/filepath-securejoin v0.4.1
|
github.com/cyphar/filepath-securejoin v0.4.1
|
||||||
github.com/docker/distribution v2.8.3+incompatible
|
github.com/docker/distribution v2.8.3+incompatible
|
||||||
github.com/docker/docker v28.4.0+incompatible
|
github.com/docker/docker v28.5.0+incompatible
|
||||||
github.com/docker/go-connections v0.6.0
|
github.com/docker/go-connections v0.6.0
|
||||||
github.com/docker/go-units v0.5.0
|
github.com/docker/go-units v0.5.0
|
||||||
github.com/fsouza/go-dockerclient v1.12.2
|
github.com/fsouza/go-dockerclient v1.12.2
|
||||||
|
|
4
go.sum
4
go.sum
|
@ -76,8 +76,8 @@ github.com/docker/cli v28.4.0+incompatible h1:RBcf3Kjw2pMtwui5V0DIMdyeab8glEw5QY
|
||||||
github.com/docker/cli v28.4.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
|
github.com/docker/cli v28.4.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
|
||||||
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
|
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
|
||||||
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
|
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
|
||||||
github.com/docker/docker v28.4.0+incompatible h1:KVC7bz5zJY/4AZe/78BIvCnPsLaC9T/zh72xnlrTTOk=
|
github.com/docker/docker v28.5.0+incompatible h1:ZdSQoRUE9XxhFI/B8YLvhnEFMmYN9Pp8Egd2qcaFk1E=
|
||||||
github.com/docker/docker v28.4.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
|
github.com/docker/docker v28.5.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
|
||||||
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
|
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
|
||||||
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
|
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
|
||||||
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
|
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
|
||||||
|
|
|
@ -81,7 +81,6 @@ info:
|
||||||
{
|
{
|
||||||
"username": "string",
|
"username": "string",
|
||||||
"password": "string",
|
"password": "string",
|
||||||
"email": "string",
|
|
||||||
"serveraddress": "string"
|
"serveraddress": "string"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -637,6 +636,9 @@ definitions:
|
||||||
by the default (runc) runtime.
|
by the default (runc) runtime.
|
||||||
|
|
||||||
This field is omitted when empty.
|
This field is omitted when empty.
|
||||||
|
|
||||||
|
**Deprecated**: This field is deprecated as kernel 6.12 has deprecated `memory.kmem.tcp.limit_in_bytes` field
|
||||||
|
for cgroups v1. This field will be removed in a future release.
|
||||||
type: "integer"
|
type: "integer"
|
||||||
format: "int64"
|
format: "int64"
|
||||||
MemoryReservation:
|
MemoryReservation:
|
||||||
|
@ -1531,37 +1533,6 @@ definitions:
|
||||||
items:
|
items:
|
||||||
type: "string"
|
type: "string"
|
||||||
example: ["/bin/sh", "-c"]
|
example: ["/bin/sh", "-c"]
|
||||||
# FIXME(thaJeztah): temporarily using a full example to remove some "omitempty" fields. Remove once the fields are removed.
|
|
||||||
example:
|
|
||||||
"User": "web:web"
|
|
||||||
"ExposedPorts": {
|
|
||||||
"80/tcp": {},
|
|
||||||
"443/tcp": {}
|
|
||||||
}
|
|
||||||
"Env": ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"]
|
|
||||||
"Cmd": ["/bin/sh"]
|
|
||||||
"Healthcheck": {
|
|
||||||
"Test": ["string"],
|
|
||||||
"Interval": 0,
|
|
||||||
"Timeout": 0,
|
|
||||||
"Retries": 0,
|
|
||||||
"StartPeriod": 0,
|
|
||||||
"StartInterval": 0
|
|
||||||
}
|
|
||||||
"ArgsEscaped": true
|
|
||||||
"Volumes": {
|
|
||||||
"/app/data": {},
|
|
||||||
"/app/config": {}
|
|
||||||
}
|
|
||||||
"WorkingDir": "/public/"
|
|
||||||
"Entrypoint": []
|
|
||||||
"OnBuild": []
|
|
||||||
"Labels": {
|
|
||||||
"com.example.some-label": "some-value",
|
|
||||||
"com.example.some-other-label": "some-other-value"
|
|
||||||
}
|
|
||||||
"StopSignal": "SIGTERM"
|
|
||||||
"Shell": ["/bin/sh", "-c"]
|
|
||||||
|
|
||||||
NetworkingConfig:
|
NetworkingConfig:
|
||||||
description: |
|
description: |
|
||||||
|
@ -2036,14 +2007,6 @@ definitions:
|
||||||
format: "int64"
|
format: "int64"
|
||||||
x-nullable: false
|
x-nullable: false
|
||||||
example: 1239828
|
example: 1239828
|
||||||
VirtualSize:
|
|
||||||
description: |
|
|
||||||
Total size of the image including all layers it is composed of.
|
|
||||||
|
|
||||||
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
|
|
||||||
type: "integer"
|
|
||||||
format: "int64"
|
|
||||||
example: 1239828
|
|
||||||
GraphDriver:
|
GraphDriver:
|
||||||
$ref: "#/definitions/DriverData"
|
$ref: "#/definitions/DriverData"
|
||||||
RootFS:
|
RootFS:
|
||||||
|
@ -2176,14 +2139,6 @@ definitions:
|
||||||
format: "int64"
|
format: "int64"
|
||||||
x-nullable: false
|
x-nullable: false
|
||||||
example: 1239828
|
example: 1239828
|
||||||
VirtualSize:
|
|
||||||
description: |-
|
|
||||||
Total size of the image including all layers it is composed of.
|
|
||||||
|
|
||||||
Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead.
|
|
||||||
type: "integer"
|
|
||||||
format: "int64"
|
|
||||||
example: 172064416
|
|
||||||
Labels:
|
Labels:
|
||||||
description: "User-defined key/value metadata."
|
description: "User-defined key/value metadata."
|
||||||
type: "object"
|
type: "object"
|
||||||
|
@ -6382,6 +6337,8 @@ definitions:
|
||||||
|
|
||||||
Kernel memory TCP limits are not supported when using cgroups v2, which
|
Kernel memory TCP limits are not supported when using cgroups v2, which
|
||||||
does not support the corresponding `memory.kmem.tcp.limit_in_bytes` cgroup.
|
does not support the corresponding `memory.kmem.tcp.limit_in_bytes` cgroup.
|
||||||
|
|
||||||
|
**Deprecated**: This field is deprecated as kernel 6.12 has deprecated kernel memory TCP accounting.
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
example: true
|
example: true
|
||||||
CpuCfsPeriod:
|
CpuCfsPeriod:
|
||||||
|
@ -6419,29 +6376,6 @@ definitions:
|
||||||
description: "Indicates IPv4 forwarding is enabled."
|
description: "Indicates IPv4 forwarding is enabled."
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
example: true
|
example: true
|
||||||
BridgeNfIptables:
|
|
||||||
description: |
|
|
||||||
Indicates if `bridge-nf-call-iptables` is available on the host when
|
|
||||||
the daemon was started.
|
|
||||||
|
|
||||||
<p><br /></p>
|
|
||||||
|
|
||||||
> **Deprecated**: netfilter module is now loaded on-demand and no longer
|
|
||||||
> during daemon startup, making this field obsolete. This field is always
|
|
||||||
> `false` and will be removed in a API v1.49.
|
|
||||||
type: "boolean"
|
|
||||||
example: false
|
|
||||||
BridgeNfIp6tables:
|
|
||||||
description: |
|
|
||||||
Indicates if `bridge-nf-call-ip6tables` is available on the host.
|
|
||||||
|
|
||||||
<p><br /></p>
|
|
||||||
|
|
||||||
> **Deprecated**: netfilter module is now loaded on-demand, and no longer
|
|
||||||
> during daemon startup, making this field obsolete. This field is always
|
|
||||||
> `false` and will be removed in a API v1.49.
|
|
||||||
type: "boolean"
|
|
||||||
example: false
|
|
||||||
Debug:
|
Debug:
|
||||||
description: |
|
description: |
|
||||||
Indicates if the daemon is running in debug-mode / with debug-level
|
Indicates if the daemon is running in debug-mode / with debug-level
|
||||||
|
|
|
@ -394,7 +394,12 @@ type Resources struct {
|
||||||
|
|
||||||
// KernelMemory specifies the kernel memory limit (in bytes) for the container.
|
// KernelMemory specifies the kernel memory limit (in bytes) for the container.
|
||||||
// Deprecated: kernel 5.4 deprecated kmem.limit_in_bytes.
|
// Deprecated: kernel 5.4 deprecated kmem.limit_in_bytes.
|
||||||
KernelMemory int64 `json:",omitempty"`
|
KernelMemory int64 `json:",omitempty"`
|
||||||
|
// Hard limit for kernel TCP buffer memory (in bytes).
|
||||||
|
//
|
||||||
|
// Deprecated: This field is deprecated and will be removed in the next release.
|
||||||
|
// Starting with 6.12, the kernel has deprecated kernel memory tcp accounting
|
||||||
|
// for cgroups v1.
|
||||||
KernelMemoryTCP int64 `json:",omitempty"` // Hard limit for kernel TCP buffer memory (in bytes)
|
KernelMemoryTCP int64 `json:",omitempty"` // Hard limit for kernel TCP buffer memory (in bytes)
|
||||||
MemoryReservation int64 // Memory soft limit (in bytes)
|
MemoryReservation int64 // Memory soft limit (in bytes)
|
||||||
MemorySwap int64 // Total memory usage (memory + swap); set `-1` to enable unlimited swap
|
MemorySwap int64 // Total memory usage (memory + swap); set `-1` to enable unlimited swap
|
||||||
|
|
|
@ -9,19 +9,23 @@ import (
|
||||||
// Info contains response of Engine API:
|
// Info contains response of Engine API:
|
||||||
// GET "/info"
|
// GET "/info"
|
||||||
type Info struct {
|
type Info struct {
|
||||||
ID string
|
ID string
|
||||||
Containers int
|
Containers int
|
||||||
ContainersRunning int
|
ContainersRunning int
|
||||||
ContainersPaused int
|
ContainersPaused int
|
||||||
ContainersStopped int
|
ContainersStopped int
|
||||||
Images int
|
Images int
|
||||||
Driver string
|
Driver string
|
||||||
DriverStatus [][2]string
|
DriverStatus [][2]string
|
||||||
SystemStatus [][2]string `json:",omitempty"` // SystemStatus is only propagated by the Swarm standalone API
|
SystemStatus [][2]string `json:",omitempty"` // SystemStatus is only propagated by the Swarm standalone API
|
||||||
Plugins PluginsInfo
|
Plugins PluginsInfo
|
||||||
MemoryLimit bool
|
MemoryLimit bool
|
||||||
SwapLimit bool
|
SwapLimit bool
|
||||||
KernelMemory bool `json:",omitempty"` // Deprecated: kernel 5.4 deprecated kmem.limit_in_bytes
|
KernelMemory bool `json:",omitempty"` // Deprecated: kernel 5.4 deprecated kmem.limit_in_bytes
|
||||||
|
// KernelMemoryLimit is not supported on cgroups v2.
|
||||||
|
//
|
||||||
|
// Deprecated: This field is deprecated and will be removed in the next release.
|
||||||
|
// Starting with kernel 6.12, the kernel has deprecated kernel memory tcp accounting
|
||||||
KernelMemoryTCP bool `json:",omitempty"` // KernelMemoryTCP is not supported on cgroups v2.
|
KernelMemoryTCP bool `json:",omitempty"` // KernelMemoryTCP is not supported on cgroups v2.
|
||||||
CPUCfsPeriod bool `json:"CpuCfsPeriod"`
|
CPUCfsPeriod bool `json:"CpuCfsPeriod"`
|
||||||
CPUCfsQuota bool `json:"CpuCfsQuota"`
|
CPUCfsQuota bool `json:"CpuCfsQuota"`
|
||||||
|
|
|
@ -109,7 +109,7 @@ github.com/distribution/reference
|
||||||
## explicit
|
## explicit
|
||||||
github.com/docker/distribution/registry/api/errcode
|
github.com/docker/distribution/registry/api/errcode
|
||||||
github.com/docker/distribution/registry/api/v2
|
github.com/docker/distribution/registry/api/v2
|
||||||
# github.com/docker/docker v28.4.0+incompatible
|
# github.com/docker/docker v28.5.0+incompatible
|
||||||
## explicit
|
## explicit
|
||||||
github.com/docker/docker/api
|
github.com/docker/docker/api
|
||||||
github.com/docker/docker/api/types
|
github.com/docker/docker/api/types
|
||||||
|
|
Loading…
Reference in New Issue