diff options
author | Sascha Grunert <sgrunert@suse.com> | 2020-02-04 14:30:59 +0100 |
---|---|---|
committer | Sascha Grunert <sgrunert@suse.com> | 2020-02-04 14:47:33 +0100 |
commit | 59328a22dbb2fd4bc5a02e08b7845e1044e56693 (patch) | |
tree | 35a7029a7bf4b168045d51194ac73c78f9f5f65a /troubleshooting.md | |
parent | 28eb296653f78f462c07e3fe6b156bc093ff44c6 (diff) | |
download | podman-59328a22dbb2fd4bc5a02e08b7845e1044e56693.tar.gz podman-59328a22dbb2fd4bc5a02e08b7845e1044e56693.tar.bz2 podman-59328a22dbb2fd4bc5a02e08b7845e1044e56693.zip |
Fix wrong Containerfile location on build
Podman does select the wrong Containerfile if the current working
directory contains a Containerfile but we specify one from a different
location.
Reproducer:
```
> mkdir 1
> echo FROM scratch > Containerfile
> echo FROM golang > 1/Containerfile
> podman build -f 1/Containerfile -t test
STEP 1: FROM scratch
```
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
Diffstat (limited to 'troubleshooting.md')
0 files changed, 0 insertions, 0 deletions