All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frieder Schrempf <frieder@fris.de>
To: bitbake-devel@lists.openembedded.org
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Subject: [PATCH 2/2] contrib: hashserv: Dockerfile: Update base image
Date: Mon, 11 May 2026 17:36:32 +0200	[thread overview]
Message-ID: <20260511153632.299677-2-frieder@fris.de> (raw)
In-Reply-To: <20260511153632.299677-1-frieder@fris.de>

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/
-- 
2.54.0



  reply	other threads:[~2026-05-11 15:37 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 ` Frieder Schrempf [this message]
2026-05-14 10:18   ` [PATCH 2/2] contrib: hashserv: Dockerfile: Update base image Paul Barker

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=20260511153632.299677-2-frieder@fris.de \
    --to=frieder@fris.de \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=frieder.schrempf@kontron.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.