go.mod: update images to 0.11
Mainly to include: - distro/rhel9: Make /boot 600 MiB big on RHEL 9.3+ - fedora: exclude sdubby - Minimal image builds Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
edc45fde72
commit
19edaca01a
213 changed files with 4113 additions and 3823 deletions
3
vendor/github.com/vmware/govmomi/guest/toolbox/client.go
generated
vendored
3
vendor/github.com/vmware/govmomi/guest/toolbox/client.go
generated
vendored
|
|
@ -284,6 +284,7 @@ func (c *Client) Download(ctx context.Context, src string) (io.ReadCloser, int64
|
|||
}
|
||||
|
||||
p := soap.DefaultDownload
|
||||
p.Close = true // disable Keep-Alive connection to ESX
|
||||
|
||||
if internal.UsingEnvoySidecar(c.ProcessManager.Client()) {
|
||||
vc = internal.ClientWithEnvoyHostGateway(vc)
|
||||
|
|
@ -346,6 +347,8 @@ func (c *Client) Upload(ctx context.Context, src io.Reader, dst string, p soap.U
|
|||
return err
|
||||
}
|
||||
|
||||
p.Close = true // disable Keep-Alive connection to ESX
|
||||
|
||||
if internal.UsingEnvoySidecar(c.ProcessManager.Client()) {
|
||||
vc = internal.ClientWithEnvoyHostGateway(vc)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue