container+test: match container base to host

On Fedora use containers based on Fedora, on RHEL use containers
based on RHEL, so we test the correct integration of the plugins
into the corresponding distribution.
This commit is contained in:
Christian Kellner 2020-09-16 23:34:29 +02:00
parent 2aae1242f8
commit 5ab3acd7b1
3 changed files with 2 additions and 2 deletions

View file

@ -44,8 +44,8 @@ greenprint "Creating composer SSL certificates"
sudo test/make-certs.sh
greenprint "Building containers"
sudo podman build -t koji.hub -f container/hub/Dockerfile .
sudo podman build -t koji.builder -f container/builder/Dockerfile .
sudo podman build -t koji.hub -f container/hub/Dockerfile.${ID} .
sudo podman build -t koji.builder -f container/builder/Dockerfile.${ID} .
greenprint "Starting containers"
sudo ./run-koji-container.sh start