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

commit 12d47aa9e1fd1ba7de92ae47c7be736ed1f6a0bc
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jun 26 11:01:07 2026 +0200

    HDDS-15662. Remove exclusion of tar upgrade (#78)
    
    (cherry picked from commit ddc7bb2669ae763008faa8a31671a496b4361b01)
    (cherry picked from commit 28247c583fa58c4696c96406dade9c00d92fa0dc)
---
 Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 558890e..bfedee6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,12 +14,9 @@
 # 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 upgrade -y \
-      --exclude tar \
     && dnf install -y \
       bzip2 \
       findutils \


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

Reply via email to