All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Barker <paul@pbarker.dev>
To: Frieder Schrempf <frieder@fris.de>, bitbake-devel@lists.openembedded.org
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Subject: Re: [PATCH 2/2] contrib: hashserv: Dockerfile: Update base image
Date: Thu, 14 May 2026 11:18:50 +0100	[thread overview]
Message-ID: <3ef9bff03e994480804e680034b0cc4e721e7a88.camel@pbarker.dev> (raw)
In-Reply-To: <20260511153632.299677-2-frieder@fris.de>

[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]

On Mon, 2026-05-11 at 17:36 +0200, Frieder Schrempf wrote:
> From: Frieder Schrempf <frieder.schrempf@kontron.de>
> 
> Alpine 3.13 is out-of-date and doesn't provide a Python version that
> is comaptible with the current version of bitbake master. Fix this
> by upgrading the alpine base image and installing the missing
> websockets module.
> 
> Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
> ---
>  contrib/hashserv/Dockerfile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/contrib/hashserv/Dockerfile b/contrib/hashserv/Dockerfile
> index fe7e091ec..5c8b8dd11 100644
> --- a/contrib/hashserv/Dockerfile
> +++ b/contrib/hashserv/Dockerfile
> @@ -9,9 +9,9 @@
>  #   docker build -f contrib/hashserv/Dockerfile .
>  #
>  
> -FROM alpine:3.13.1
> +FROM alpine:3.23
>  
> -RUN apk add --no-cache python3 libgcc
> +RUN apk add --no-cache python3 py3-websockets libgcc
>  
>  COPY bin/bitbake-hashserv /opt/bbhashserv/bin/
>  COPY lib/hashserv /opt/bbhashserv/lib/hashserv/

Thanks for sending this! Alpine 3.13 was end-of-life 3.5 years
ago [1]...

We also need to update the Dockerfile for prserv. I wonder if we should
just use alpine:latest in both of them.

[1]: https://endoflife.date/alpine-linux

Best regards,

-- 
Paul Barker


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

      reply	other threads:[~2026-05-14 10:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-11 15:36 [PATCH 1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py Frieder Schrempf
2026-05-11 15:36 ` [PATCH 2/2] contrib: hashserv: Dockerfile: Update base image Frieder Schrempf
2026-05-14 10:18   ` Paul Barker [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=3ef9bff03e994480804e680034b0cc4e721e7a88.camel@pbarker.dev \
    --to=paul@pbarker.dev \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=frieder.schrempf@kontron.de \
    --cc=frieder@fris.de \
    /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.