scripts/docker-run.sh: thesofproject/sof:latest to default

latest_ubuntu22.04 was used when upgrading to Ubuntu 22.04.
Now it is time to go back to the latest.

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
This commit is contained in:
Fred Oh 2024-05-21 13:56:10 -07:00 committed by Liam Girdwood
parent f38f118b93
commit 4cbff552bf
1 changed files with 1 additions and 3 deletions

View File

@ -33,8 +33,6 @@ test "$(id -u)" = 1000 ||
>&2 printf "Warning: this script should be run as user ID 1000 to match the container's account\n"
set -x
# FIXME: During the transition to sudo-cwd.sh, the tag will be "latest_ubuntu22.04".
# Later it will be back to latest
docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
-v "${SOF_TOP}":/home/sof/work/sof-bind-mount-DO-NOT-DELETE \
--env CMAKE_BUILD_TYPE \
@ -45,4 +43,4 @@ docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
--env http_proxy="$http_proxy" \
--env https_proxy="$https_proxy" \
$SOF_DOCKER_RUN \
thesofproject/sof:latest_ubuntu22.04 ./scripts/sudo-cwd.sh "$@"
thesofproject/sof:latest ./scripts/sudo-cwd.sh "$@"