[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH test-artifacts v3 01/13] Add Alpine 3.22 containers


  • To: "Marek Marczykowski-Górecki" <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
  • From: "Anthony PERARD" <anthony.perard@xxxxxxxxxx>
  • Date: Mon, 13 Apr 2026 14:57:27 +0000
  • Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=mte1 header.d=mandrillapp.com header.i="@mandrillapp.com" header.h="From:Subject:To:Cc:Message-Id:In-Reply-To:Feedback-ID:Date:MIME-Version:Content-Type:Content-Transfer-Encoding"; dkim=pass header.s=mte1 header.d=vates.tech header.i="anthony.perard@xxxxxxxxxx" header.h="From:Subject:To:Cc:Message-Id:In-Reply-To:Feedback-ID:Date:MIME-Version:Content-Type:Content-Transfer-Encoding"
  • Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, "Andrew Cooper" <andrew.cooper3@xxxxxxxxxx>, "Stefano Stabellini" <sstabellini@xxxxxxxxxx>, "Roger Pau Monné" <roger.pau@xxxxxxxxxx>
  • Delivery-date: Mon, 13 Apr 2026 14:57:37 +0000
  • Feedback-id: 30504962:30504962.20260413:md
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

I'm commenting on changes I found in the branch used by the pipeline
linked in the cover leter, since there's no copy on the mailing list of
the patch :-( (overzealous spam filter).

> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c698612d5acd..17d25ce0f921 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -40,6 +40,13 @@ alpine-3.18-arm64-rootfs:
>    variables:
>      CONTAINER: alpine:3.18-arm64-base
> 
> +alpine-3.22-arm64-rootfs:
> +  extends: .arm64-artifacts
> +  script:
> +    - ./scripts/alpine-rootfs.sh
> +  variables:
> +    CONTAINER: alpine:3.18-arm64-base
> +

Shouldn't this use the 3.22 converner version?


> diff --git a/containerize b/containerize
> index 38a434ab7075..b3722b465e01 100755
> --- a/containerize
> +++ b/containerize
> @@ -28,6 +28,10 @@ case "_${CONTAINER}" in
>      _alpine-3.18-arm64-build) CONTAINER="${BASE}/alpine:3.18-arm64-build" ;;
>      _alpine-3.18-x86_64-base) CONTAINER="${BASE}/alpine:3.18-x86_64-base" ;;
>      _alpine-3.18-x86_64-build|_) 
> CONTAINER="${BASE}/alpine:3.18-x86_64-build" ;;
> +    _alpine-3.22-arm64-base) CONTAINER="${BASE}/alpine:3.22-arm64-base" ;;
> +    _alpine-3.22-arm64-build) CONTAINER="${BASE}/alpine:3.22-arm64-build" ;;
> +    _alpine-3.22-x86_64-base) CONTAINER="${BASE}/alpine:3.22-x86_64-base" ;;
> +    _alpine-3.22-x86_64-build|_) 
> CONTAINER="${BASE}/alpine:3.22-x86_64-build" ;;

If you intend to make the x86 3.22 build container the new default, you
are going to need to change the 3.18 x86 build container line above.

Thanks,


--
 | Vates

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.