podman/pkg/specgen
Matthew Heon 333d9af77a Ensure WORKDIR from images is created
A recent crun change stopped the creation of the container's
working directory if it does not exist. This is arguably correct
for user-specified directories, to protect against typos; it is
definitely not correct for image WORKDIR, where the image author
definitely intended for the directory to be used.

This makes Podman create the working directory and chown it to
container root, if it does not already exist, and only if it was
specified by an image, not the user.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-08-03 14:44:52 -04:00
..
generate Ensure WORKDIR from images is created 2020-08-03 14:44:52 -04:00
config_unsupported.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
container_validate.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
namespaces.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pod_validate.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
podspecgen.go Fix container and pod create commands for remote create 2020-07-10 11:22:23 -04:00
specgen.go Add --umask flag for create, run 2020-07-21 14:22:30 -04:00