Skip to content

Commit c3bf722

Browse files
fredoh9kv2019i
authored andcommitted
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> (cherry picked from commit 4cbff55) Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent bd7775f commit c3bf722

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/docker-run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ test "$(id -u)" = 1000 ||
3333
>&2 printf "Warning: this script should be run as user ID 1000 to match the container's account\n"
3434

3535
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
3836
docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
3937
-v "${SOF_TOP}":/home/sof/work/sof-bind-mount-DO-NOT-DELETE \
4038
--env CMAKE_BUILD_TYPE \
@@ -45,4 +43,4 @@ docker run -i -v "${SOF_TOP}":/home/sof/work/sof.git \
4543
--env http_proxy="$http_proxy" \
4644
--env https_proxy="$https_proxy" \
4745
$SOF_DOCKER_RUN \
48-
thesofproject/sof:latest_ubuntu22.04 ./scripts/sudo-cwd.sh "$@"
46+
thesofproject/sof:latest ./scripts/sudo-cwd.sh "$@"

0 commit comments

Comments
 (0)