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

adoroszlai pushed a commit to branch slim
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git


The following commit(s) were added to refs/heads/slim by this push:
     new 235bc3d  HDDS-14523. Update Linux packages in ozone-runner (#53)
235bc3d is described below

commit 235bc3d8f8c9cd8ed6e63b66d5fe1bdecb3758e1
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Feb 5 18:39:45 2026 +0100

    HDDS-14523. Update Linux packages in ozone-runner (#53)
---
 Dockerfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 1c359e2..c209723 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,9 +14,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Security update RHSA-2026:0067 breaks tar on arm64.
+# Remove exclusion if package newer than tar-1.34-9.el9_7 is available (and 
works OK)
 FROM rockylinux/rockylinux:9
 RUN set -eux ; \
-    dnf install -y \
+    dnf upgrade -y \
+      --exclude tar \
+    && dnf install -y \
       bzip2 \
       findutils \
       java-21-openjdk-headless \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to