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:
parent
2aae1242f8
commit
5ab3acd7b1
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue