Changed default image for tests

Related: #2000051
This commit is contained in:
Oliver Gutierrez 2021-09-16 11:45:05 +01:00
parent d037151cc0
commit 573971252e
No known key found for this signature in database
GPG Key ID: C4D0A809DC608C15
3 changed files with 11 additions and 3 deletions

View File

@ -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/ubi8:latest"
image = "registry.access.redhat.com/ubi8:latest"

View File

@ -1,4 +1,8 @@
---
# Copy the toolbox.conf file
# Copy the toolbox.conf file to /etc/containers/
- name: Check containers directory exists
file:
path: /etc/containers
state: directory
- name: Copy toolbox.conf file to set default image
copy: src={{ role_path }}/files/toolbox.conf dest=/etc/containers/toolbox.conf force=yes mode=0666

View File

@ -9,7 +9,7 @@ Version: 0.0.99.3
%global goipath github.com/containers/%{name}
%gometa
Release: 0.10.git660b6970e998%{?dist}
Release: 0.11.git660b6970e998%{?dist}
Summary: Unprivileged development environment
License: ASL 2.0
@ -115,6 +115,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Thu Sep 16 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.11.git660b6970e998
- Changed image for tests and added /etc/containers dir check
Related: #2000051
* Tue Sep 14 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.10.git660b6970e998
- Added ability to force test system id and version id
Related: #2000051