From dfb437648ef6304cbe1c9b40b7871ce43b2aefd4 Mon Sep 17 00:00:00 2001 From: wolterhv Date: Sun, 14 Mar 2021 19:59:05 +0000 Subject: [PATCH] Specify comma containers come from ghcr.io in docker pull commands. (#20342) old-commit-hash: 5463469f71e7861ccfbbd4d09b8e4ae56b8d3e45 --- tools/sim/build_container.sh | 2 +- tools/sim/start_openpilot_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sim/build_container.sh b/tools/sim/build_container.sh index 7fb94ba85..8a9d0e0e2 100755 --- a/tools/sim/build_container.sh +++ b/tools/sim/build_container.sh @@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR/../../ -docker pull commaai/openpilot-base:latest +docker pull ghcr.io/commaai/openpilot-base:latest docker build \ --cache-from commaai/openpilot-sim:latest \ -t commaai/openpilot-sim:latest \ diff --git a/tools/sim/start_openpilot_docker.sh b/tools/sim/start_openpilot_docker.sh index 97119c36d..4a3988394 100755 --- a/tools/sim/start_openpilot_docker.sh +++ b/tools/sim/start_openpilot_docker.sh @@ -3,7 +3,7 @@ # expose X to the container xhost +local:root -docker pull commaai/openpilot-sim:latest +docker pull ghcr.io/commaai/openpilot-sim:latest docker run --net=host\ --name openpilot_client \