Skip to content

Commit 055270f

Browse files
committed
Updates Docker image to specific version tag
Replaces the generic 'latest' tag with a specific versioned Docker tag '20250505_ubuntu22.04' to ensure build consistency and reproducibility. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent 5229c72 commit 055270f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
4444
--env https_proxy="$https_proxy" \
4545
--env SOF_WORKSPACE="/home/sof/work" \
4646
$SOF_DOCKER_RUN \
47-
thesofproject/sof:latest ./scripts/sudo-cwd.sh "$@"
47+
thesofproject/sof:20250505_ubuntu22.04 ./scripts/sudo-cwd.sh "$@"

0 commit comments

Comments
 (0)