Switch to using the Toolbox-specific UBI image by default

Resolves: #2004563
This commit is contained in:
Debarshi Ray 2021-09-22 14:32:00 +02:00
parent b43ce464c3
commit e4faf0256c
2 changed files with 6 additions and 2 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.redhat.io/rhel8/support-tools:latest"
image = "registry.access.redhat.com/ubi8/toolbox:latest"

View File

@ -9,7 +9,7 @@ Version: 0.0.99.3
%global goipath github.com/containers/%{name}
%gometa
Release: 0.12.git660b6970e998%{?dist}
Release: 0.13.git660b6970e998%{?dist}
Summary: Unprivileged development environment
License: ASL 2.0
@ -115,6 +115,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Wed Sep 22 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.3-0.13.git660b6970e998
- Switch to using the Toolbox-specific UBI image by default
Resolves: #2004563
* Thu Sep 16 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.12.git660b6970e998
- Changed image for tests and tests parameters to fix gating
Related: #2000051