parent
fcacaff8de
commit
d5f960300f
@ -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"
|
||||
|
@ -4,7 +4,7 @@
|
||||
vars:
|
||||
- artifacts: ./artifacts
|
||||
roles:
|
||||
#- role: bats_installed
|
||||
- role: bats_installed
|
||||
- role: set_image
|
||||
- role: nonroot_user
|
||||
- role: run_bats_tests
|
||||
|
@ -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 <ogutierrez@redhat.com> - 0.0.99.3-0.9.git660b6970e998
|
||||
- Fixed test roles and changed default image path
|
||||
Related: #2000051
|
||||
|
||||
* Tue Sep 14 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.8.git660b6970e998
|
||||
- Added default container image configuration for tests
|
||||
Related: #2000051
|
||||
|
Loading…
Reference in New Issue
Block a user