This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 86f36e95b0 ARTEMIS-4960 Ubuntu package name change preventing Docker 
image build
86f36e95b0 is described below

commit 86f36e95b09c709fb7e4af33f4a535f9a80d7221
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Jul 29 16:26:39 2024 -0500

    ARTEMIS-4960 Ubuntu package name change preventing Docker image build
---
 artemis-docker/Dockerfile-ubuntu-21     | 2 +-
 artemis-docker/Dockerfile-ubuntu-21-jre | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/artemis-docker/Dockerfile-ubuntu-21 
b/artemis-docker/Dockerfile-ubuntu-21
index 53e6c26913..f8d600d8d4 100644
--- a/artemis-docker/Dockerfile-ubuntu-21
+++ b/artemis-docker/Dockerfile-ubuntu-21
@@ -31,7 +31,7 @@ ENV EXTRA_ARGS --http-host 0.0.0.0 --relax-jolokia
 # add user and group for artemis
 RUN groupadd -g 1001 -r artemis && useradd -r -u 1001 -g artemis artemis \
  && apt-get -qq -o=Dpkg::Use-Pty=0 update && \
-    apt-get -qq -o=Dpkg::Use-Pty=0 install -y libaio1 && \
+    apt-get -qq -o=Dpkg::Use-Pty=0 install -y libaio1t64 && \
     rm -rf /var/lib/apt/lists/*
 
 USER artemis
diff --git a/artemis-docker/Dockerfile-ubuntu-21-jre 
b/artemis-docker/Dockerfile-ubuntu-21-jre
index d4a6f95ed2..6a5b011476 100644
--- a/artemis-docker/Dockerfile-ubuntu-21-jre
+++ b/artemis-docker/Dockerfile-ubuntu-21-jre
@@ -31,7 +31,7 @@ ENV EXTRA_ARGS --http-host 0.0.0.0 --relax-jolokia
 # add user and group for artemis
 RUN groupadd -g 1001 -r artemis && useradd -r -u 1001 -g artemis artemis \
  && apt-get -qq -o=Dpkg::Use-Pty=0 update && \
-    apt-get -qq -o=Dpkg::Use-Pty=0 install -y libaio1 && \
+    apt-get -qq -o=Dpkg::Use-Pty=0 install -y libaio1t64 && \
     rm -rf /var/lib/apt/lists/*
 
 USER artemis


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to