summaryrefslogtreecommitdiff
path: root/test/e2e/build
Commit message (Collapse)AuthorAge
* fix podman cp can create an extra directory levelzhangguanzhang2020-06-15
| | | | Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>
* Fix environment handling from containers.confDaniel J Walsh2020-04-02
| | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
* Add new test suite for buildTomSweeneyRedHat2019-11-16
Most build testing should be done in Buildah's test suites, but we should have a minimal amount of tests, especially testing the parts that are different like layers and squash. Also the CLI argument handling of things like the context directory that we've had issues reported. This first chunk does a basic test and then checks for context directory being a file and squash iterations. More to be added as time goes by. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>