Files
podman/pkg
Daniel J Walsh afa823e4e7 Fix handling of working dir
Buildah and podman build can create images without a working dir.

FROM fedora
WORKDIR /test

If you build this image with caching twice, the second time the image
will not have a working dir.

Similarly if you execute

podman run --workdir /foobar fedora

It blows up since the workingdir is not created automatically.

Finally there was duplicated code for getting the workingdir
out of an image, that this PR removes.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-08-10 12:46:05 -04:00
..
2019-07-23 15:43:40 -04:00
2020-06-02 08:28:08 -05:00
2018-03-27 21:55:33 +00:00
2020-06-15 07:05:56 -04:00
2020-08-04 15:09:17 -04:00
2020-06-15 07:05:56 -04:00
2020-08-10 12:46:05 -04:00
2020-06-29 09:17:55 -05:00
2020-01-13 14:27:02 +01:00
2020-01-14 09:54:48 +01:00
2020-08-04 15:10:47 -04:00