automation-tests/common/pkg/config
Ashley Cui c92b4705d1 Add to default machine volumes for MacOS
On MacOS, mount /Users, /private/, /var/folders by default for better docker compat. The homedir on MacOS is /Users/<username>, so that will be mounted automatically anyway with this change.

Docker also mounts /Volumes and /tmp, /Volumes fails with a Too many levels of symbolic links, as Volumes on Mac is just a symlink to / which seems like a bad idea to mount anyway.
/tmp fails because the Podman machine uses the tmp directory inside the machine and writes content to it on boot, causing the mount to fail. However, on Mac, /tmp is symlinked to /private/tmp anyway, so those files are accessible from there.

Signed-off-by: Ashley Cui <acui@redhat.com>
2022-12-09 15:36:20 -05:00
..
testdata Add ReadOnly flag to run containers in readonly mode 2022-12-05 06:05:56 -05:00
config.go Add ReadOnly flag to run containers in readonly mode 2022-12-05 06:05:56 -05:00
config_darwin.go pkg/config: Fix DefaultSignaturePath on FreeBSD 2022-11-09 16:50:45 +00:00
config_freebsd.go pkg/config: Fix DefaultSignaturePath on FreeBSD 2022-11-09 16:50:45 +00:00
config_linux.go pkg/config: Fix DefaultSignaturePath on FreeBSD 2022-11-09 16:50:45 +00:00
config_local.go validate: ignore validation of CDI devices 2022-11-21 22:40:48 +01:00
config_local_test.go bump to golangci-lint v1.50.0 2022-10-17 15:03:07 +02:00
config_remote.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
config_remote_test.go bump to golangci-lint v1.50.0 2022-10-17 15:03:07 +02:00
config_suite_test.go Gofumpt the code 2022-04-09 16:50:11 -07:00
config_test.go Add ReadOnly flag to run containers in readonly mode 2022-12-05 06:05:56 -05:00
config_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
config_windows.go pkg/config: Fix DefaultSignaturePath on FreeBSD 2022-11-09 16:50:45 +00:00
containers.conf Merge pull request #1252 from rhatdan/caps 2022-12-06 09:17:16 -05:00
containers.conf-freebsd Deprecate UserNSSize, since we don't use it 2022-11-21 13:06:10 -05:00
default.go Revert "Revert "Rework default list of capabilities to minimal"" 2022-12-04 16:12:04 -05:00
default_darwin.go Add to default machine volumes for MacOS 2022-12-09 15:36:20 -05:00
default_freebsd.go bump to golangci-lint v1.50.0 2022-10-17 15:03:07 +02:00
default_linux.go bump to golangci-lint v1.50.0 2022-10-17 15:03:07 +02:00
default_test.go Remove conmon probe 2022-11-27 07:16:29 -05:00
default_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
default_windows.go Adjust default volumes for windows compatibility 2022-08-19 17:09:25 +03:00
nosystemd.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00
pod_exit_policy.go containers.conf: add pod_exit_policy 2022-04-29 12:17:16 +02:00
pod_exit_policy_test.go containers.conf: add pod_exit_policy 2022-04-29 12:17:16 +02:00
pull_policy.go [CI:DOCS] improve pull-policy documentation 2022-07-07 14:08:32 +02:00
systemd.go bump to golangci-lint v1.50.0 2022-10-17 15:03:07 +02:00