diff --git a/tests/roles/set_image/files/toolbox.conf b/tests/roles/set_image/files/toolbox.conf index 05f8268..4598d20 100644 --- a/tests/roles/set_image/files/toolbox.conf +++ b/tests/roles/set_image/files/toolbox.conf @@ -14,4 +14,4 @@ # If the name does not contain a registry, the local image storage will be # consulted, and if it's not present there then it will be pulled from a # suitable remote registry. -image = "registry.stage.redhat.io/ubi9/toolbox:latest" +image = "registry.stage.redhat.io/ubi8:latest" diff --git a/tests/tests.yml b/tests/tests.yml index 3d0a659..39bd1a2 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -4,7 +4,7 @@ vars: - artifacts: ./artifacts roles: - #- role: bats_installed + - role: bats_installed - role: set_image - role: nonroot_user - role: run_bats_tests diff --git a/toolbox.spec b/toolbox.spec index 58424e4..08f463c 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -9,7 +9,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 0.8.git660b6970e998%{?dist} +Release: 0.9.git660b6970e998%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -115,6 +115,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Tue Sep 14 2021 Oliver GutiƩrrez - 0.0.99.3-0.9.git660b6970e998 +- Fixed test roles and changed default image path + Related: #2000051 + * Tue Sep 14 2021 Oliver GutiƩrrez - 0.0.99.3-0.8.git660b6970e998 - Added default container image configuration for tests Related: #2000051