diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-12 06:50:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 06:50:25 -0500 |
commit | a226e6ed318ae7b7af16081b787cc80718e73e2d (patch) | |
tree | 10844987dfb718524235b497add7bcdaa09e4ece /test/compose/images/README.md | |
parent | 36bec385f33ebc8f0aeb52547f79bd2663521f8f (diff) | |
parent | cb91bf96e02de8a6a7e50f83b4b69b9c47b84cc5 (diff) | |
download | podman-a226e6ed318ae7b7af16081b787cc80718e73e2d.tar.gz podman-a226e6ed318ae7b7af16081b787cc80718e73e2d.tar.bz2 podman-a226e6ed318ae7b7af16081b787cc80718e73e2d.zip |
Merge pull request #8553 from baude/composeci
add compose regression to ci
Diffstat (limited to 'test/compose/images/README.md')
-rw-r--r-- | test/compose/images/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/compose/images/README.md b/test/compose/images/README.md new file mode 100644 index 000000000..f25fbdc24 --- /dev/null +++ b/test/compose/images/README.md @@ -0,0 +1,5 @@ +images +====== + +Use these directories for images that are needed for the compose testing. These +images should be then pushed to `quay.io/libpod` for consumption. |