From: Zhihang Wei <wzh@ilbers.de>
To: Jan Kiszka <jan.kiszka@siemens.com>,
isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH v2] docker-loader: Add missing dependency for trixie
Date: Thu, 27 Nov 2025 15:56:15 +0100 [thread overview]
Message-ID: <5715b869-264b-44e9-94ec-6b2e6fc379f1@ilbers.de> (raw)
In-Reply-To: <6852bbd1-a57f-4358-85f3-c4eed593278c@siemens.com>
Applied to next, thanks.
Best regards,
Zhihang
On 11/24/25 18:28, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> The docker command comes with docker-cli from trixie onward. We still
> need to list docker.io explicitly as it is no dependency of docker-cli.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
> Changes in v2:
> - we still need the core docker.io, not only the cli
>
> meta/recipes-support/container-loader/docker-loader.inc | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/container-loader/docker-loader.inc b/meta/recipes-support/container-loader/docker-loader.inc
> index b864c854..18604565 100644
> --- a/meta/recipes-support/container-loader/docker-loader.inc
> +++ b/meta/recipes-support/container-loader/docker-loader.inc
> @@ -7,4 +7,9 @@ require container-loader.inc
>
> CONTAINER_ENGINE = "docker"
>
> -CONTAINER_ENGINE_PACKAGES ?= "docker.io, apparmor"
> +DOCKER_PKGS = "docker-cli, docker.io"
> +DOCKER_PKGS:buster = "docker.io"
> +DOCKER_PKGS:bullseye = "docker.io"
> +DOCKER_PKGS:bookworm = "docker.io"
> +
> +CONTAINER_ENGINE_PACKAGES ?= "${DOCKER_PKGS}, apparmor"
--
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/5715b869-264b-44e9-94ec-6b2e6fc379f1%40ilbers.de.
prev parent reply other threads:[~2025-11-27 14:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 17:28 'Jan Kiszka' via isar-users
2025-11-27 14:56 ` Zhihang Wei [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5715b869-264b-44e9-94ec-6b2e6fc379f1@ilbers.de \
--to=wzh@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox