From 5cbb0b8a665eb28b5b47212d35a6204d2be202fb Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 8 May 2020 08:37:14 -0400 Subject: Fix handling of overridden paths from database If the first time you run podman in a user account you do a su - USER, and the second time, you run as the logged in USER podman fails, because it is not handling the tmpdir definition in the database. This PR fixes this problem. vendor containers/common v0.11.1 This should fix a couple of issues we have seen in podman 1.9.1 with handling of libpod.conf. Signed-off-by: Daniel J Walsh --- vendor/github.com/onsi/gomega/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/onsi/gomega/.travis.yml') diff --git a/vendor/github.com/onsi/gomega/.travis.yml b/vendor/github.com/onsi/gomega/.travis.yml index c6391855a..072fdd2db 100644 --- a/vendor/github.com/onsi/gomega/.travis.yml +++ b/vendor/github.com/onsi/gomega/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.12.x - 1.13.x + - 1.14.x - gotip env: -- cgit v1.2.3-54-g00ecf