add compose test descriptions

adding compose test descriptions and validations.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-12-11 09:17:45 -06:00
parent f3e69d7300
commit cb91bf96e0
21 changed files with 68 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
FROM podman_python
FROM quay.io/libpod/podman_python
WORKDIR /app
COPY . /app
ENTRYPOINT ["python3"]