Merge pull request #25060 from mheon/fix_db_case_incompat

Remove JSON tag from UseImageHosts in ContainerConfig
This commit is contained in:
openshift-merge-bot[bot]
2025-01-21 14:22:34 +00:00
committed by GitHub

View File

@ -292,7 +292,7 @@ type ContainerNetworkConfig struct {
// UseImageHosts indicates that /etc/hosts should not be
// bind-mounted inside the container.
// Conflicts with HostAdd.
UseImageHosts bool `json:"useImageHosts"`
UseImageHosts bool
// BaseHostsFile is the base file to create the `/etc/hosts` file inside the container.
// This must either be an absolute path to a file on the host system, or one of the
// special flags `image` or `none`.