This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new dc0cc1d20bf3 CAMEL-23794 - revert fedora base image version to stable 
version 43 for SMB Tests
dc0cc1d20bf3 is described below

commit dc0cc1d20bf3f3dedb7e1e80b7f070ab1cc6525a
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Sep 2 10:11:38 2026 +0200

    CAMEL-23794 - revert fedora base image version to stable version 43 for
    SMB Tests
    
    it was upgraded, at one place but not everywhere, to fedora:45 which is
    not a stable version. On some s390x machine, it is causing this error:
    
    ```
    >>> Running sysusers scriptlet: systemd-udev-0:261.2-1.fc45.s390x
    >>> Error in sysusers scriptlet: systemd-udev-0:261.2-1.fc45.s390x
    >>> Scriptlet output:
    >>> Failed to chase '/usr/lib/sysusers.d': Protocol driver not attached
    ```
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../org/apache/camel/test/infra/smb/services/container.properties       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-smb/src/main/resources/org/apache/camel/test/infra/smb/services/container.properties
 
b/test-infra/camel-test-infra-smb/src/main/resources/org/apache/camel/test/infra/smb/services/container.properties
index 1a1aa7b4060c..0a047dd4efcf 100644
--- 
a/test-infra/camel-test-infra-smb/src/main/resources/org/apache/camel/test/infra/smb/services/container.properties
+++ 
b/test-infra/camel-test-infra-smb/src/main/resources/org/apache/camel/test/infra/smb/services/container.properties
@@ -14,5 +14,5 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-smb.service.from.image=mirror.gcr.io/fedora:45
+smb.service.from.image=mirror.gcr.io/fedora:43
 

Reply via email to