Skip to content

Commit

Permalink
updated dockerfile and config to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni committed Sep 24, 2021
1 parent ec2570e commit 700bba9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Pull docker image from docker hub
# XTERM used for better catkin_make output
docker:
- image: usdotfhwastolcandidate/carma-base:a1
- image: usdotfhwastol/carma-base:carma-system-3.8.0
user: carma
environment:
TERM: xterm
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM usdotfhwastolcandidate/carma-base:a1 as base_image
FROM usdotfhwastol/carma-base:carma-system-3.8.0 as base_image

FROM base_image as build

Expand Down
4 changes: 2 additions & 2 deletions docker/checkout.bash
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ done
cd ${dir}/autoware.ai

if [[ "$BRANCH" = "carma-develop" ]]; then
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch release/a1
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch carma-system-3.8.0
else
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch release/a1
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch carma-system-3.8.0
fi

0 comments on commit 700bba9

Please sign in to comment.