Move the container directory, containing the container definitions for all the test containers, to test/, where all the other test- related files are located (with the exception of `Schutzbot`). Use `test/build-container.sh` to build the container, instead of replicating that in `test-integration.sh`.
11 lines
314 B
Text
11 lines
314 B
Text
[RHEL-8-BaseOS]
|
|
name=baseos
|
|
baseurl=http://download.devel.redhat.com/rhel-8/rel-eng/RHEL-8/latest-RHEL-8/compose/BaseOS/x86_64/os/
|
|
enabled=1
|
|
gpgcheck=0
|
|
|
|
[RHEL-8-AppStream]
|
|
name=appstream
|
|
baseurl=http://download.devel.redhat.com/rhel-8/rel-eng/RHEL-8/latest-RHEL-8/compose/AppStream/x86_64/os/
|
|
enabled=1
|
|
gpgcheck=0
|