From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: patrick.vogelaar@belden.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] docker: make ca-certificates a packageconfig
Date: Wed, 3 Sep 2025 21:14:06 -0400 [thread overview]
Message-ID: <aLjn3mCCaI8wCYlR@gmail.com> (raw)
In-Reply-To: <20250824121414.293436-1-patrick.vogelaar@belden.com>
In message: [meta-virtualization][PATCH] docker: make ca-certificates a packageconfig
on 24/08/2025 Patrick Vogelaar via B4 Relay via lists.yoctoproject.org wrote:
> Moving ca-certificates into a packageconfig allows using docker without
> installing all the certificates.
I don't have (many) issues with the patch, but in my experience you
can't work with any registries or services with the certs being present.
Are you installing them some other way ? or using some alternative ?
Since the defaults aren't changed by this patch, I'll definitely merge
it. I'd just like to make sure that it won't create a hidden/non-working
configuration.
Bruce
>
> Signed-off-by: Patrick Vogelaar <patrick.vogelaar@belden.com>
> ---
> recipes-containers/docker/docker.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc
> index 94ee34db..c464bc3c 100644
> --- a/recipes-containers/docker/docker.inc
> +++ b/recipes-containers/docker/docker.inc
> @@ -10,7 +10,6 @@ RDEPENDS:${PN} = "util-linux util-linux-unshare iptables \
> ${@bb.utils.contains('DISTRO_FEATURES', 'aufs', 'aufs-util', '', d)} \
> ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'cgroup-lite', d)} \
> bridge-utils \
> - ca-certificates \
> "
> RDEPENDS:${PN} += "virtual-containerd ${VIRTUAL-RUNTIME_container_runtime}"
>
> @@ -37,10 +36,11 @@ RPROVIDES:${PN}-dev += "docker-dev"
> RPROVIDES:${PN}-contrip += "docker-dev"
>
> inherit pkgconfig
> -PACKAGECONFIG ??= "docker-init seccomp"
> +PACKAGECONFIG ??= "docker-init seccomp ca-certs"
> PACKAGECONFIG[seccomp] = "seccomp,,libseccomp"
> PACKAGECONFIG[docker-init] = ",,,docker-init"
> PACKAGECONFIG[transient-config] = "transient-config"
> +PACKAGECONFIG[ca-certs] = ",,,ca-certificates"
>
> GO_IMPORT = "import"
>
> --
> 2.34.1
>
>
> **********************************************************************
> DISCLAIMER:
> Privileged and/or Confidential information may be contained in this message. If you are not the addressee of this message, you may not copy, use or deliver this message to anyone. In such event, you should destroy the message and kindly notify the sender by reply e-mail. It is understood that opinions or conclusions that do not relate to the official business of the company are neither given nor endorsed by the company. Thank You.
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9357): https://lists.yoctoproject.org/g/meta-virtualization/message/9357
> Mute This Topic: https://lists.yoctoproject.org/mt/114864158/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2025-09-04 1:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-24 12:14 [meta-virtualization][PATCH] docker: make ca-certificates a packageconfig Patrick Vogelaar
2025-09-04 1:14 ` Bruce Ashfield [this message]
2025-09-05 8:42 ` [PATCH] " Patrick Vogelaar via B4 Relay
2025-09-19 2:20 ` [meta-virtualization] " Bruce Ashfield
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=aLjn3mCCaI8wCYlR@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=patrick.vogelaar@belden.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.