[CP 225] chore(rocm): promote DCM to ROCm 7.14.0 GA tarball - #39
Merged
Conversation
Bump ROCM_VERSION 7.14.0rc2 -> 7.14.0 and ROCM_TARBALL_URL from the prerelease host to the public repo.amd.com GA tarball in Makefile, dev.env, and docker/Dockerfile ARGs; version.txt -> therock-7.14.0. GA amdsmi (libamd_smi.so.26.5.0 + amdsmi.h) is SHA256-identical to the staged rc2 assets, so this is a version-string + tarball-host change only. Mirrors the exporter GA promotion. (cherry picked from commit fe0ef24de852001121ca847a56168865b5720619)
Contributor
Author
AI-Assisted Cherry-PickSource PR: #225 The cherry-pick operation encountered merge conflicts which were resolved automatically using AI assistance. Files with conflicts (resolved by AI):
Original conflict in assets/amd_smi_lib/version.txt<<<<<<< HEAD (deleted)
=======
therock-7.14.0
>>>>>>> fe0ef24 (chore(rocm): promote DCM to ROCm 7.14.0 GA tarball (#225))Original conflict in dev.env<<<<<<< HEAD (deleted)
=======
DOCKER_REGISTRY = registry.test.pensando.io:5000
INSECURE_REGISTRY = $(DOCKER_REGISTRY)
RHEL_REPO_URL = https://artifactory-cdn.amd.com/artifactory/list/rhel-remote/9.2/x86_64/os
# Build image base - mirror the public golang image to avoid Docker Hub rate limits
GOLANG_IMAGE = $(DOCKER_REGISTRY)/golang:1.25-bookworm
BUILD_BASE_IMAGE = $(DOCKER_REGISTRY)/ubuntu:22.04
RHEL_BASE_MIN_IMAGE = $(DOCKER_REGISTRY)/ubi9/ubi-minimal:9.8
RHEL_BASE_IMAGE = $(DOCKER_REGISTRY)/ubi9/ubi:9.8
AZURE_BASE_IMAGE = $(DOCKER_REGISTRY)/azurelinux/coreos:3.0
AMDSMI_BASE_IMAGE = $(DOCKER_REGISTRY)/ubi9/ubi:9.8
AMDSMI_BASE_UBUNTU22 = $(BUILD_BASE_IMAGE)
AMDSMI_BASE_UBUNTU24 = $(DOCKER_REGISTRY)/ubuntu:24.04
AMDSMI_BASE_AZURE = $(AZURE_BASE_IMAGE)
AMDSMI_BUILDER_IMAGE = $(DOCKER_REGISTRY)/amdsmi-builder-dcm:rhel9
AMDSMI_BUILDER_UB22_IMAGE = $(DOCKER_REGISTRY)/amdsmi-builder-dcm:ub22
AMDSMI_BUILDER_UB24_IMAGE = $(DOCKER_REGISTRY)/amdsmi-builder-dcm:ub24
AMDSMI_BUILDER_AZURE_IMAGE = $(DOCKER_REGISTRY)/amdsmi-builder-dcm:azure
REGISTRY = $(DOCKER_REGISTRY)/device-config-manager
# ROCm 7.14.0 GA tarball URL (repo.amd.com, same as exporter; promoted from rc2
# 2026-07-15, amdsmi binaries byte-identical to rc2).
# ROCM_VERSION must match the version string in the tarball so it extracts to
# /opt/rocm-${ROCM_VERSION}/ and rocm_sysdeps/lib resolves on LD_LIBRARY_PATH.
ROCM_TARBALL_URL ?= https://repo.amd.com/rocm/tarball-multi-arch/therock-dist-linux-multiarch-7.14.0.tar.gz
ROCM_VERSION ?= 7.14.0
>>>>>>> fe0ef24 (chore(rocm): promote DCM to ROCm 7.14.0 GA tarball (#225))Cherry-pick triggered by: ACP-Automation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cp of pensando/device-config-manager#225
Source PR Description (pensando/device-config-manager#225):
Bump ROCM_VERSION 7.14.0rc2 -> 7.14.0 and ROCM_TARBALL_URL from the prerelease host to the public repo.amd.com GA tarball in Makefile, dev.env, and docker/Dockerfile ARGs; version.txt -> therock-7.14.0.
GA amdsmi (libamd_smi.so.26.5.0 + amdsmi.h) is SHA256-identical to the staged rc2 assets, so this is a version-string + tarball-host change only. Mirrors the exporter GA promotion.
Cherrypick triggered by: ACP-Automation