podman/pkg/util
Aditya Rajan 6011149cae
filter: use filepath.Match to maintain consistency with other pattern
matching in podman

Following commit ensures that we maintain consistency with how pattern
matching is being carried out everywhere else in podman.

Switch from `regexp` to `filepath.Match`

For example https://github.com/containers/common/blob/main/libimage/filters.go#L162

[NO NEW TESTS NEEDED]

Signed-off-by: Aditya Rajan <arajan@redhat.com>
2021-11-19 22:07:47 +05:30
..
camelcase Globally replace http:// with https:// 2021-08-27 06:14:46 -04:00
filters.go filter: use filepath.Match to maintain consistency with other pattern 2021-11-19 22:07:47 +05:30
filters_test.go Unification of until filter across list/prune endpoints 2021-03-24 00:56:00 +01:00
kube.go Add support for play/generate kube volumes 2021-04-09 14:01:13 -06:00
mountOpts.go volumes: add new option idmap 2021-11-18 17:01:06 +01:00
mountOpts_linux.go Turn off 'noexec' option by default for named volumes 2020-05-20 16:48:20 -04:00
mountOpts_other.go pkg/spec.InitFSMounts: optimize 2020-04-02 07:52:34 -07:00
utils.go Merge pull request #11218 from cdoern/untilBug 2021-08-26 10:12:09 -04:00
utils_darwin.go libpod removal from main (phase 2) 2019-06-27 07:56:24 -05:00
utils_linux.go podman: drop checking valid rootless UID 2020-12-11 15:43:33 +01:00
utils_linux_test.go Fix up errors found by codespell 2020-09-11 06:14:25 -04:00
utils_supported.go Spell "build linux darwin" as "build !windows". 2021-09-03 13:38:14 +03:00
utils_test.go Merge pull request #11218 from cdoern/untilBug 2021-08-26 10:12:09 -04:00
utils_unsupported.go podman: drop checking valid rootless UID 2020-12-11 15:43:33 +01:00
utils_windows.go Use Libpod tmpdir for pause path 2020-12-02 14:18:37 -05:00