# Functions
BoolPtrIsNilOrFalse returns true if bool pointer is nil or false, otherwise this returns false.
BoolPtrIsTrue returns true if bool pointer is true.
GetIndexFromSlice returns the index of a specific string in a slice or -1 if the value is not present.
IntsToStrings converts an integer slice into a string slice.
MergeStringMaps merges the src map into the dst.
ParseImageDefinition generates a fully-qualified image reference to an OCI image.
RemoveFromSlice removes index i from slice s.