Skip to content

Commit

Permalink
carma-platform is not buildable locally due to Dockerfile bug (#2380)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* add base branch for ci process

* Try dynamically set autoware using docker tags

* reorder so that docker tag gets stores

* try renaming from needs to jobs

* fix CI failure

* fix the syntax

* revert ci
  • Loading branch information
MishkaMN committed May 10, 2024
1 parent 83c79f8 commit a643f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
ARG DOCKER_ORG="usdotfhwastoldev"
ARG DOCKER_TAG="develop"
FROM ${DOCKER_ORG}/autoware.ai:${DOCKER_TAG} as base-image
ARG GIT_BRANCH="develop"

FROM base-image AS source-code

RUN mkdir ~/src
COPY --chown=carma . /home/carma/src/carma-platform/

ARG GIT_BRANCH="develop"
RUN ~/src/carma-platform/docker/checkout.bash -b ${GIT_BRANCH}

# /////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit a643f53

Please sign in to comment.