Skip to content

Commit

Permalink
update dockerfiles to point new version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored May 3, 2023
1 parent ca5c036 commit 815187c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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:k900
- image: usdotfhwastol/carma-base:carma-system-4.4.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:k900 AS base_image
FROM usdotfhwastol/carma-base:carma-system-4.4.0 AS base_image

FROM base_image AS build

Expand Down
6 changes: 3 additions & 3 deletions docker/checkout.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ if [[ "$BRANCH" = "develop" ]]; then
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-utils.git --branch $BRANCH
git clone --depth=1 https://github.com/usdot-fhwa-stol/autoware.auto.git --branch $BRANCH
else
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch release/k900
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-utils.git --branch release/k900
git clone --depth=1 https://github.com/usdot-fhwa-stol/autoware.auto.git --branch release/k900
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch carma-system-4.4.0
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-utils.git --branch carma-system-4.4.0
git clone --depth=1 https://github.com/usdot-fhwa-stol/autoware.auto.git --branch carma-system-4.4.0
fi

# Required to build pacmod_msgs
Expand Down

0 comments on commit 815187c

Please sign in to comment.