public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] CI: Update kas version to include bwrap for GitLab CI
@ 2025-12-08 16:46 Zhihang Wei
  2025-12-08 23:13 ` 'Jan Kiszka' via isar-users
  2025-12-11 16:16 ` Zhihang Wei
  0 siblings, 2 replies; 6+ messages in thread
From: Zhihang Wei @ 2025-12-08 16:46 UTC (permalink / raw)
  To: isar-users; +Cc: wzh

Signed-off-by: Zhihang Wei <wzh@ilbers.de>
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5faa11a..1a7abcb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 default:
-  image: ghcr.io/siemens/kas/kas-isar:4.4
+  image: ghcr.io/siemens/kas/kas-isar:4.8
 
 variables:
   GIT_STRATEGY: clone
@@ -26,7 +26,7 @@ variables:
 
 
 .docker-isar: &docker-isar
-  image: ghcr.io/ilbers/docker-isar:4.4
+  image: ghcr.io/ilbers/docker-isar:4.8
 
 
 .use-default-image:
-- 
2.39.5

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251208164620.2001871-1-wzh%40ilbers.de.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update kas version to include bwrap for GitLab CI
  2025-12-08 16:46 [PATCH] CI: Update kas version to include bwrap for GitLab CI Zhihang Wei
@ 2025-12-08 23:13 ` 'Jan Kiszka' via isar-users
  2025-12-09  9:44   ` Zhihang Wei
  2025-12-11 16:16 ` Zhihang Wei
  1 sibling, 1 reply; 6+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-12-08 23:13 UTC (permalink / raw)
  To: Zhihang Wei, isar-users

On 08.12.25 17:46, Zhihang Wei wrote:
> Signed-off-by: Zhihang Wei <wzh@ilbers.de>
> ---
>  .gitlab-ci.yml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index b5faa11a..1a7abcb8 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,5 +1,5 @@
>  default:
> -  image: ghcr.io/siemens/kas/kas-isar:4.4
> +  image: ghcr.io/siemens/kas/kas-isar:4.8
>  
>  variables:
>    GIT_STRATEGY: clone
> @@ -26,7 +26,7 @@ variables:
>  
>  
>  .docker-isar: &docker-isar
> -  image: ghcr.io/ilbers/docker-isar:4.4
> +  image: ghcr.io/ilbers/docker-isar:4.8
>  
>  
>  .use-default-image:

Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out
and should be fine.

Jan

-- 
Siemens AG, Foundational Technologies
Linux Expert Center

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/fad72edf-d9d8-45d6-ae0b-bc01fc862a30%40siemens.com.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update kas version to include bwrap for GitLab CI
  2025-12-08 23:13 ` 'Jan Kiszka' via isar-users
@ 2025-12-09  9:44   ` Zhihang Wei
  2025-12-11 16:14     ` Zhihang Wei
  0 siblings, 1 reply; 6+ messages in thread
From: Zhihang Wei @ 2025-12-09  9:44 UTC (permalink / raw)
  To: Jan Kiszka, isar-users


On 12/9/25 00:13, Jan Kiszka wrote:
> On 08.12.25 17:46, Zhihang Wei wrote:
>> Signed-off-by: Zhihang Wei<wzh@ilbers.de>
>> ---
>>   .gitlab-ci.yml | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>> index b5faa11a..1a7abcb8 100644
>> --- a/.gitlab-ci.yml
>> +++ b/.gitlab-ci.yml
>> @@ -1,5 +1,5 @@
>>   default:
>> -  image: ghcr.io/siemens/kas/kas-isar:4.4
>> +  image: ghcr.io/siemens/kas/kas-isar:4.8
>>   
>>   variables:
>>     GIT_STRATEGY: clone
>> @@ -26,7 +26,7 @@ variables:
>>   
>>   
>>   .docker-isar: &docker-isar
>> -  image: ghcr.io/ilbers/docker-isar:4.4
>> +  image: ghcr.io/ilbers/docker-isar:4.8
>>   
>>   
>>   .use-default-image:
> Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out
> and should be fine.
>
> Jan
>
Let me try 5.1 as well.

Zhihang

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/1dfd802c-e3e3-4e82-b6ea-913e7448b249%40ilbers.de.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update kas version to include bwrap for GitLab CI
  2025-12-09  9:44   ` Zhihang Wei
@ 2025-12-11 16:14     ` Zhihang Wei
  2025-12-11 16:38       ` 'Jan Kiszka' via isar-users
  0 siblings, 1 reply; 6+ messages in thread
From: Zhihang Wei @ 2025-12-11 16:14 UTC (permalink / raw)
  To: Jan Kiszka, isar-users



On 12/9/25 10:44, Zhihang Wei wrote:
>
> On 12/9/25 00:13, Jan Kiszka wrote:
>> On 08.12.25 17:46, Zhihang Wei wrote:
>>> Signed-off-by: Zhihang Wei<wzh@ilbers.de>
>>> ---
>>>   .gitlab-ci.yml | 4 ++--
>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>>> index b5faa11a..1a7abcb8 100644
>>> --- a/.gitlab-ci.yml
>>> +++ b/.gitlab-ci.yml
>>> @@ -1,5 +1,5 @@
>>>   default:
>>> -  image: ghcr.io/siemens/kas/kas-isar:4.4
>>> +  image: ghcr.io/siemens/kas/kas-isar:4.8
>>>     variables:
>>>     GIT_STRATEGY: clone
>>> @@ -26,7 +26,7 @@ variables:
>>>       .docker-isar: &docker-isar
>>> -  image: ghcr.io/ilbers/docker-isar:4.4
>>> +  image: ghcr.io/ilbers/docker-isar:4.8
>>>       .use-default-image:
>> Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out
>> and should be fine.
>>
>> Jan
>>
> Let me try 5.1 as well.
>
> Zhihang
>
With 5.1 it is complaining "|E: Unable to locate package 
sbuild-build-depends-main-dummy|". I don't have time to analyze this but 
would like to have 4.8 first so we can share the failure log on GitLab 
directly.

Zhihang

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/6dcdbb73-841f-49e5-9e28-8f283483d315%40ilbers.de.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update kas version to include bwrap for GitLab CI
  2025-12-08 16:46 [PATCH] CI: Update kas version to include bwrap for GitLab CI Zhihang Wei
  2025-12-08 23:13 ` 'Jan Kiszka' via isar-users
@ 2025-12-11 16:16 ` Zhihang Wei
  1 sibling, 0 replies; 6+ messages in thread
From: Zhihang Wei @ 2025-12-11 16:16 UTC (permalink / raw)
  To: isar-users

Applied to next.

Zhihang

On 12/8/25 17:46, Zhihang Wei wrote:
> Signed-off-by: Zhihang Wei <wzh@ilbers.de>
> ---
>   .gitlab-ci.yml | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index b5faa11a..1a7abcb8 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,5 +1,5 @@
>   default:
> -  image: ghcr.io/siemens/kas/kas-isar:4.4
> +  image: ghcr.io/siemens/kas/kas-isar:4.8
>   
>   variables:
>     GIT_STRATEGY: clone
> @@ -26,7 +26,7 @@ variables:
>   
>   
>   .docker-isar: &docker-isar
> -  image: ghcr.io/ilbers/docker-isar:4.4
> +  image: ghcr.io/ilbers/docker-isar:4.8
>   
>   
>   .use-default-image:

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/ce74fd60-1aff-4711-a307-4262449fdeae%40ilbers.de.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] CI: Update kas version to include bwrap for GitLab CI
  2025-12-11 16:14     ` Zhihang Wei
@ 2025-12-11 16:38       ` 'Jan Kiszka' via isar-users
  0 siblings, 0 replies; 6+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-12-11 16:38 UTC (permalink / raw)
  To: Zhihang Wei, isar-users

On 11.12.25 17:14, Zhihang Wei wrote:
> 
> 
> On 12/9/25 10:44, Zhihang Wei wrote:
>>
>> On 12/9/25 00:13, Jan Kiszka wrote:
>>> On 08.12.25 17:46, Zhihang Wei wrote:
>>>> Signed-off-by: Zhihang Wei<wzh@ilbers.de>
>>>> ---
>>>>   .gitlab-ci.yml | 4 ++--
>>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>>>> index b5faa11a..1a7abcb8 100644
>>>> --- a/.gitlab-ci.yml
>>>> +++ b/.gitlab-ci.yml
>>>> @@ -1,5 +1,5 @@
>>>>   default:
>>>> -  image: ghcr.io/siemens/kas/kas-isar:4.4
>>>> +  image: ghcr.io/siemens/kas/kas-isar:4.8
>>>>     variables:
>>>>     GIT_STRATEGY: clone
>>>> @@ -26,7 +26,7 @@ variables:
>>>>       .docker-isar: &docker-isar
>>>> -  image: ghcr.io/ilbers/docker-isar:4.4
>>>> +  image: ghcr.io/ilbers/docker-isar:4.8
>>>>       .use-default-image:
>>> Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out
>>> and should be fine.
>>>
>>> Jan
>>>
>> Let me try 5.1 as well.
>>
>> Zhihang
>>
> With 5.1 it is complaining "|E: Unable to locate package sbuild-build-
> depends-main-dummy|". I don't have time to analyze this but would like
> to have 4.8 first so we can share the failure log on GitLab directly.
> 

That's the sbuild bug that was recently fixed, backported, but not yet
released to the container in 5.1. You need to use the bookworm based
container in the meantime. Adjust kas-container accordingly.

Jan

-- 
Siemens AG, Foundational Technologies
Linux Expert Center

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/222ff01e-5bd6-4473-86d2-b766a7b719a2%40siemens.com.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-12-11 16:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-08 16:46 [PATCH] CI: Update kas version to include bwrap for GitLab CI Zhihang Wei
2025-12-08 23:13 ` 'Jan Kiszka' via isar-users
2025-12-09  9:44   ` Zhihang Wei
2025-12-11 16:14     ` Zhihang Wei
2025-12-11 16:38       ` 'Jan Kiszka' via isar-users
2025-12-11 16:16 ` Zhihang Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox