Switch up testing to allow separation of image creation and building
authorJonathan Dieter <jdieter@gmail.com>
Wed, 14 Nov 2018 22:16:33 +0000 (22:16 +0000)
committerJonathan Dieter <jdieter@gmail.com>
Wed, 14 Nov 2018 22:16:33 +0000 (22:16 +0000)
commit90453bd925c9691cdedf404f3e54b0ee00fe3444
tree77eeaae13357de7996a76f2137b8728fad3b30af
parent20f15d4d6833a7724b32ce04135566a67ba10f80
Switch up testing to allow separation of image creation and building

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>:
37 files changed:
.gitignore
DOCKER_TESTING.md
autotest/centos-latest/Dockerfile [deleted file]
autotest/centos-latest/build.sh [new file with mode: 0755]
autotest/centos-latest/build/Dockerfile [new file with mode: 0644]
autotest/centos-latest/docker-compose.yml [deleted file]
autotest/centos-latest/prep.sh [new file with mode: 0755]
autotest/centos-latest/prep/Dockerfile [new file with mode: 0644]
autotest/centos-latest/test.sh [new file with mode: 0755]
autotest/debian-latest/Dockerfile [deleted file]
autotest/debian-latest/build.sh [new file with mode: 0755]
autotest/debian-latest/build/Dockerfile [new file with mode: 0644]
autotest/debian-latest/docker-compose.yml [deleted file]
autotest/debian-latest/prep.sh [new file with mode: 0755]
autotest/debian-latest/prep/Dockerfile [new file with mode: 0644]
autotest/debian-latest/test.sh [new file with mode: 0755]
autotest/fedora-latest/Dockerfile [deleted file]
autotest/fedora-latest/build.sh [new file with mode: 0755]
autotest/fedora-latest/build/Dockerfile [new file with mode: 0644]
autotest/fedora-latest/docker-compose.yml [deleted file]
autotest/fedora-latest/prep.sh [new file with mode: 0755]
autotest/fedora-latest/prep/Dockerfile [new file with mode: 0644]
autotest/fedora-latest/test.sh [new file with mode: 0755]
autotest/opensuse-leap/Dockerfile [deleted file]
autotest/opensuse-leap/build.sh [new file with mode: 0755]
autotest/opensuse-leap/build/Dockerfile [new file with mode: 0644]
autotest/opensuse-leap/docker-compose.yml [deleted file]
autotest/opensuse-leap/prep.sh [new file with mode: 0755]
autotest/opensuse-leap/prep/Dockerfile [new file with mode: 0644]
autotest/opensuse-leap/test.sh [new file with mode: 0755]
autotest/ubuntu-rolling/Dockerfile [deleted file]
autotest/ubuntu-rolling/build.sh [new file with mode: 0755]
autotest/ubuntu-rolling/build/Dockerfile [new file with mode: 0644]
autotest/ubuntu-rolling/docker-compose.yml [deleted file]
autotest/ubuntu-rolling/prep.sh [new file with mode: 0755]
autotest/ubuntu-rolling/prep/Dockerfile [new file with mode: 0644]
autotest/ubuntu-rolling/test.sh [new file with mode: 0755]