test/integration: make composer certificates

Use test/make-certs.sh to generate osbuild composer ssl/tls certs.
This commit is contained in:
Christian Kellner 2020-09-16 14:22:02 +02:00
parent 660713a39b
commit c782f7f350

View file

@ -40,6 +40,9 @@ sudo dnf -y \
download \
"koji-osbuild*"
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 .