diff options
author | baude <bbaude@redhat.com> | 2018-09-25 13:38:34 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-25 21:44:51 +0000 |
commit | f4e2810fcbc5c602c8d1ffeb4330e224c2ecc0a9 (patch) | |
tree | c21a186b1eab06464015491bb65006a4f2d77b4f /test/install/README.md | |
parent | e1f10c6094c7aefd1081e9d73c43d25116184ae4 (diff) | |
download | podman-f4e2810fcbc5c602c8d1ffeb4330e224c2ecc0a9.tar.gz podman-f4e2810fcbc5c602c8d1ffeb4330e224c2ecc0a9.tar.bz2 podman-f4e2810fcbc5c602c8d1ffeb4330e224c2ecc0a9.zip |
Put openshift dockerfiles in test/install
Move the location of the openshift dockerfiles and delete the old one.
Signed-off-by: baude <bbaude@redhat.com>
Closes: #1542
Approved by: mheon
Diffstat (limited to 'test/install/README.md')
-rw-r--r-- | test/install/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/install/README.md b/test/install/README.md new file mode 100644 index 000000000..21e5ab26d --- /dev/null +++ b/test/install/README.md @@ -0,0 +1,11 @@ +# Installation Tests + +The Dockerfiles in this directory attempt to install the RPMs built from this +repo into the target OS. Make the RPMs first with: + +``` +make -f .copr/Makefile srpm outdir=test/install/rpms +make -f .copr/Makefile build_binary outdir=test/install/rpms +``` + +Then, run a container image build using the Dockerfiles in this directory.
\ No newline at end of file |