Skip to content

Commit

Permalink
Merge pull request #25060 from mheon/fix_db_case_incompat
Browse files Browse the repository at this point in the history
Remove JSON tag from UseImageHosts in ContainerConfig
  • Loading branch information
openshift-merge-bot[bot] authored Jan 21, 2025
2 parents c586d36 + cfeefb3 commit dbed858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/container_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit dbed858

Please sign in to comment.