From d8f9c9fa0819229452ad2e39f733520666f7e26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:50:55 +0000 Subject: [PATCH] Bump rocm/dev-ubuntu-22.04 from 7.0.2 to 7.2.4 Bumps rocm/dev-ubuntu-22.04 from 7.0.2 to 7.2.4. --- updated-dependencies: - dependency-name: rocm/dev-ubuntu-22.04 dependency-version: 7.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- ubi-dp.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index be992f0c..6f465067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. FROM rocm/dev-ubuntu-24.04:7.0.2 AS rocm-runtime -FROM rocm/dev-ubuntu-22.04:7.0.2 AS amdsmi-sdk +FROM rocm/dev-ubuntu-22.04:7.2.4 AS amdsmi-sdk RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ cmake build-essential \ && rm -rf /var/lib/apt/lists/* diff --git a/ubi-dp.Dockerfile b/ubi-dp.Dockerfile index ca905427..3cad3a0c 100644 --- a/ubi-dp.Dockerfile +++ b/ubi-dp.Dockerfile @@ -30,7 +30,7 @@ WORKDIR /go/src/github.com/Project-HAMi/amd-device-plugin/cmd/k8s-device-plugin RUN go install \ -ldflags="-X main.gitDescribe=$(git -C /go/src/github.com/Project-HAMi/amd-device-plugin/ describe --always --long --dirty)" -FROM rocm/dev-ubuntu-22.04:7.0.2 AS hami-core +FROM rocm/dev-ubuntu-22.04:7.2.4 AS hami-core RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ cmake build-essential \ && rm -rf /var/lib/apt/lists/*