--- podman-git-e7d822674.old/libpod/boltdb_state_internal.go +++ podman-git-e7d822674/libpod/boltdb_state_internal.go @@ -263,8 +263,7 @@ return true, nil } - return true, fmt.Errorf("database %s %q does not match our %s %q: %w", - toCheck.name, dbValue, toCheck.name, ourValue, define.ErrDBBadConfig) + return true, nil } return true, nil --- podman-git-e7d822674.old/libpod/sqlite_state.go +++ podman-git-e7d822674/libpod/sqlite_state.go @@ -433,10 +433,6 @@ } } - if dbVal != ourVal { - return fmt.Errorf("database %s %q does not match our %s %q: %w", fieldName, dbVal, fieldName, ourVal, define.ErrDBBadConfig) - } - return nil } --- podman-git-e7d822674.old/vendor/github.com/containers/common/pkg/config/containers.conf +++ podman-git-e7d822674/vendor/github.com/containers/common/pkg/config/containers.conf @@ -571,12 +571,14 @@ # A is a list of directories which are used to search for helper binaries. # -#helper_binaries_dir = [ +helper_binaries_dir = [ + "__META_PRODTREE__/podman/libexec/podman", + "/usr/bin" # "/usr/local/libexec/podman", # "/usr/local/lib/podman", # "/usr/libexec/podman", # "/usr/lib/podman", -#] +] # Path to OCI hooks directories for automatically executed hooks. #