From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: xen-devel@lists.xenproject.org,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [PATCH v2 01/12] Add Alpine 3.22 containers
Date: Fri, 12 Dec 2025 22:32:27 +0100 [thread overview]
Message-ID: <aTyJ6yyR1U1C2PLI@mail-itl> (raw)
In-Reply-To: <dd3225bd-d416-4b61-8e5b-0a0637b0193e@citrix.com>
[-- Attachment #1: Type: text/plain, Size: 1848 bytes --]
On Fri, Dec 12, 2025 at 09:12:38PM +0000, Andrew Cooper wrote:
> On 04/12/2025 4:37 pm, Marek Marczykowski-Górecki wrote:
> > Add it in all variants:
> > - base container
> > - build container
> > - initramfs archive
> >
> > libdw used to be part of libelf in Alpine 3.18, but it's a separate
> > package in 3.22.
>
> I think this ...
>
> >
> > Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> > ---
> > .gitlab-ci.yml | 14 +++++++-
> > containerize | 4 ++-
> > images/alpine/3.22-arm64-base.dockerfile | 6 +++-
> > images/alpine/3.22-arm64-build.dockerfile | 31 +++++++++++++++++-
> > images/alpine/3.22-x86_64-base.dockerfile | 6 +++-
> > images/alpine/3.22-x86_64-build.dockerfile | 43 +++++++++++++++++++++++-
> > scripts/alpine-rootfs.sh | 4 ++-
> > 7 files changed, 108 insertions(+)
> > create mode 100644 images/alpine/3.22-arm64-base.dockerfile
> > create mode 100644 images/alpine/3.22-arm64-build.dockerfile
> > create mode 100644 images/alpine/3.22-x86_64-base.dockerfile
> > create mode 100644 images/alpine/3.22-x86_64-build.dockerfile
> >
> > diff --git a/scripts/alpine-rootfs.sh b/scripts/alpine-rootfs.sh
> > index 6fa1d56..c9c0d43 100755
> > --- a/scripts/alpine-rootfs.sh
> > +++ b/scripts/alpine-rootfs.sh
> > @@ -40,6 +40,10 @@ case $UNAME in
> > # QEMU
> > libelf
> > )
>
> ... wants to be a comment here too. I can fix on commit.
+1
> ~Andrew
>
> > + if ! grep -q VERSION_ID=3.18 /etc/os-release; then
> > + # QEMU
> > + PKGS+=( libdw )
> > + fi
> > ;;
> >
> > aarch64)
>
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2025-12-12 21:32 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-04 16:37 [PATCH v2 00/12] Changes for several CI improvements Marek Marczykowski-Górecki
2025-12-04 16:37 ` [PATCH v2 02/12] Switch Linux builds to use Alpine 3.22 container Marek Marczykowski-Górecki
2025-12-12 21:15 ` Andrew Cooper
2025-12-12 21:34 ` Marek Marczykowski-Górecki
2025-12-04 16:37 ` [PATCH v2 04/12] Add linux-6.12.60-x86_64 Marek Marczykowski-Górecki
2025-12-10 0:17 ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 05/12] Enable CONFIG_USB_RTL8152 in kernel for hw12 runner Marek Marczykowski-Górecki
2025-12-10 0:18 ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 06/12] Include git in the ARM64 build container too Marek Marczykowski-Górecki
2025-12-10 0:20 ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 07/12] Support building arbitrary Linux branch/tag/commit Marek Marczykowski-Górecki
2025-12-10 0:29 ` Stefano Stabellini
2025-12-10 2:03 ` Marek Marczykowski-Górecki
2025-12-10 20:33 ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 08/12] Save Linux config to artifacts too Marek Marczykowski-Górecki
2025-12-10 0:29 ` Stefano Stabellini
2025-12-04 16:37 ` [PATCH v2 09/12] Add linux-stubdom dependencies Marek Marczykowski-Górecki
2025-12-04 16:38 ` [PATCH v2 10/12] Prepare grub for booting x86_64 HVM domU from a disk Marek Marczykowski-Górecki
2025-12-10 0:41 ` Stefano Stabellini
2025-12-04 16:38 ` [PATCH v2 11/12] Prepare grub for booting x86_64 HVM domU from a cdrom Marek Marczykowski-Górecki
2025-12-04 16:38 ` [PATCH v2 12/12] Setup ssh access to test systems Marek Marczykowski-Górecki
2025-12-10 0:36 ` Stefano Stabellini
2025-12-05 7:34 ` [PATCH v2 00/12] Changes for several CI improvements Jan Beulich
2025-12-05 9:51 ` Marek Marczykowski-Górecki
2025-12-05 9:59 ` Jan Beulich
2025-12-05 10:44 ` Juergen Gross
[not found] ` <08274c26cc710d3bfa87a66431f441b5703df272.1764866136.git-series.marmarek@invisiblethingslab.com>
2025-12-12 21:12 ` [PATCH v2 01/12] Add Alpine 3.22 containers Andrew Cooper
2025-12-12 21:32 ` Marek Marczykowski-Górecki [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=aTyJ6yyR1U1C2PLI@mail-itl \
--to=marmarek@invisiblethingslab.com \
--cc=andrew.cooper3@citrix.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/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.