diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-05 16:28:47 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-10 12:46:05 -0400 |
commit | afa823e4e71c5bf7a00f048c3c7b86746877dbf2 (patch) | |
tree | d05c666b4b18d180ba7a60e6b0f85c51f1b365e7 /nix/nixpkgs.json | |
parent | 162625f2e74c8ad9bf9a7337baaa2621bbf0a26e (diff) | |
download | podman-afa823e4e71c5bf7a00f048c3c7b86746877dbf2.tar.gz podman-afa823e4e71c5bf7a00f048c3c7b86746877dbf2.tar.bz2 podman-afa823e4e71c5bf7a00f048c3c7b86746877dbf2.zip |
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>
Diffstat (limited to 'nix/nixpkgs.json')
0 files changed, 0 insertions, 0 deletions