From 793fcd90fe0a276be49c19c8f44cb0a1181c249b Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Wed, 24 Jun 2026 22:41:00 +0200 Subject: [PATCH] HDDS-15662. Remove exclusion of tar upgrade --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f72624f..57cfa44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,12 +17,9 @@ FROM golang:1.17.8-buster AS go RUN go install github.com/rexray/gocsi/csc@latest -# 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 upgrade -y \ - --exclude tar \ && dnf install -y \ bzip2 \ diffutils \