From e4faf0256ce96db2de3055c359975684500cd085 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 22 Sep 2021 14:32:00 +0200 Subject: [PATCH] Switch to using the Toolbox-specific UBI image by default Resolves: #2004563 --- toolbox.conf | 2 +- toolbox.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/toolbox.conf b/toolbox.conf index 8ef3b3a..f934f2b 100644 --- a/toolbox.conf +++ b/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.redhat.io/rhel8/support-tools:latest" +image = "registry.access.redhat.com/ubi8/toolbox:latest" diff --git a/toolbox.spec b/toolbox.spec index 68e55ee..4ef71e1 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.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 - 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 - 0.0.99.3-0.12.git660b6970e998 - Changed image for tests and tests parameters to fix gating Related: #2000051