We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38f118 commit 4cbff55Copy full SHA for 4cbff55
1 file changed
scripts/docker-run.sh
@@ -33,8 +33,6 @@ test "$(id -u)" = 1000 ||
33
>&2 printf "Warning: this script should be run as user ID 1000 to match the container's account\n"
34
35
set -x
36
-# FIXME: During the transition to sudo-cwd.sh, the tag will be "latest_ubuntu22.04".
37
-# Later it will be back to latest
38
docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
39
-v "${SOF_TOP}":/home/sof/work/sof-bind-mount-DO-NOT-DELETE \
40
--env CMAKE_BUILD_TYPE \
@@ -45,4 +43,4 @@ docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
45
43
--env http_proxy="$http_proxy" \
46
44
--env https_proxy="$https_proxy" \
47
$SOF_DOCKER_RUN \
48
- thesofproject/sof:latest_ubuntu22.04 ./scripts/sudo-cwd.sh "$@"
+ thesofproject/sof:latest ./scripts/sudo-cwd.sh "$@"
0 commit comments