From 725a5c8c2641064d10162e11817a337e3a94c53d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:55:38 +0000 Subject: [PATCH] Update docker.io/almalinux Docker tag to v10 --- Dockerfile | 4 ++-- Dockerfile.minimal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ce968b1..a895894 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG VESPA_BASE_IMAGE=el8 -FROM docker.io/almalinux:8 AS el8 +FROM docker.io/almalinux:10 AS el8 RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf && \ echo "fastestmirror=0" >> /etc/dnf/dnf.conf && \ @@ -17,7 +17,7 @@ RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf && \ LABEL org.opencontainers.image.base.name="docker.io/almalinux:8" -FROM docker.io/almalinux:9 AS el9 +FROM docker.io/almalinux:10 AS el9 RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf && \ echo "fastestmirror=0" >> /etc/dnf/dnf.conf && \ diff --git a/Dockerfile.minimal b/Dockerfile.minimal index 35f5f17..e3d0f12 100644 --- a/Dockerfile.minimal +++ b/Dockerfile.minimal @@ -1,5 +1,5 @@ # Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -FROM docker.io/almalinux:8 AS build +FROM docker.io/almalinux:10 AS build ARG VESPA_VERSION ARG ROOTFS_INSTALL_DIR=/tmp_install