public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] docker-loader: Add missing dependency for trixie
@ 2025-11-24 16:39 'Jan Kiszka' via isar-users
  2025-11-24 17:05 ` 'Jan Kiszka' via isar-users
  0 siblings, 1 reply; 2+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-11-24 16:39 UTC (permalink / raw)
  To: isar-users

From: Jan Kiszka <jan.kiszka@siemens.com>

The docker command comes with docker-cli from trixie onward.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/recipes-support/container-loader/docker-loader.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/container-loader/docker-loader.inc b/meta/recipes-support/container-loader/docker-loader.inc
index b864c854..bb33283d 100644
--- a/meta/recipes-support/container-loader/docker-loader.inc
+++ b/meta/recipes-support/container-loader/docker-loader.inc
@@ -7,4 +7,4 @@ require container-loader.inc
 
 CONTAINER_ENGINE = "docker"
 
-CONTAINER_ENGINE_PACKAGES ?= "docker.io, apparmor"
+CONTAINER_ENGINE_PACKAGES ?= "docker-cli | docker.io, apparmor"
-- 
2.51.0

-- 
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/e8f49780-ed6b-4d09-b1e9-96a099d0d524%40siemens.com.

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

* Re: [PATCH] docker-loader: Add missing dependency for trixie
  2025-11-24 16:39 [PATCH] docker-loader: Add missing dependency for trixie 'Jan Kiszka' via isar-users
@ 2025-11-24 17:05 ` 'Jan Kiszka' via isar-users
  0 siblings, 0 replies; 2+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-11-24 17:05 UTC (permalink / raw)
  To: isar-users

On 24.11.25 17:39, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> The docker command comes with docker-cli from trixie onward.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>  meta/recipes-support/container-loader/docker-loader.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-support/container-loader/docker-loader.inc b/meta/recipes-support/container-loader/docker-loader.inc
> index b864c854..bb33283d 100644
> --- a/meta/recipes-support/container-loader/docker-loader.inc
> +++ b/meta/recipes-support/container-loader/docker-loader.inc
> @@ -7,4 +7,4 @@ require container-loader.inc
>  
>  CONTAINER_ENGINE = "docker"
>  
> -CONTAINER_ENGINE_PACKAGES ?= "docker.io, apparmor"
> +CONTAINER_ENGINE_PACKAGES ?= "docker-cli | docker.io, apparmor"

Too fast: now we are missing the docker.io core. We need both, so we
need to adjust the dependencies at build time. v2 is on the way.

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/62405b4d-1980-420e-876e-4763a403cc00%40siemens.com.

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

end of thread, other threads:[~2025-11-24 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-24 16:39 [PATCH] docker-loader: Add missing dependency for trixie 'Jan Kiszka' via isar-users
2025-11-24 17:05 ` 'Jan Kiszka' via isar-users

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