Skip to content

Commit

Permalink
Merge pull request #23 from usdot-fhwa-stol/feature/update_versions
Browse files Browse the repository at this point in the history
updated CARMAMsgs version, and carma-base image version
  • Loading branch information
maefromm authored Dec 11, 2019
2 parents dda9810 + c7df703 commit f330813
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: usdotfhwastol/carma-base:3.3.0
- image: usdotfhwastol/carma-base:3.4.0
user: carma
environment:
TERM: xterm
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
# License for the specific language governing permissions and limitations under
# the License.

FROM usdotfhwastol/carma-base:3.3.0 as setup
FROM usdotfhwastol/carma-base:3.4.0 as setup

RUN mkdir ~/src
COPY --chown=carma . /home/carma/src/CARMAAvtVimbaDriver
RUN ~/src/CARMAAvtVimbaDriver/docker/checkout.sh
RUN ~/src/CARMAAvtVimbaDriver/docker/install.sh

FROM usdotfhwastol/carma-base:3.3.0
FROM usdotfhwastol/carma-base:3.4.0

ARG BUILD_DATE="NULL"
ARG VERSION="NULL"
Expand Down
2 changes: 1 addition & 1 deletion docker/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ if [[ -n ${1} ]]; then
dir=${1}
fi

git clone https://github.com/usdot-fhwa-stol/CARMAMsgs.git ${dir}/src/CARMAMsgs --branch develop --depth 1
git clone https://github.com/usdot-fhwa-stol/CARMAMsgs.git ${dir}/src/CARMAMsgs --branch CARMAMsgs_1.1.0 --depth 1

0 comments on commit f330813

Please sign in to comment.