Skip to content

Commit

Permalink
feat(docker): separation from autoware-universe stage to `autoware-…
Browse files Browse the repository at this point in the history
…universe-sensing-perception` stage (#5164)

* split depend stage

Signed-off-by: Yutaka Kondo <[email protected]>

* add s/p stage

Signed-off-by: Yutaka Kondo <[email protected]>

* fix

Signed-off-by: Yutaka Kondo <[email protected]>

* rename

Signed-off-by: Yutaka Kondo <[email protected]>

* fix

Signed-off-by: Yutaka Kondo <[email protected]>

* revert rename

Signed-off-by: Yutaka Kondo <[email protected]>

* Revert "revert rename"

This reverts commit 789ee21.

* simplify rosdep-depend

Signed-off-by: Yutaka Kondo <[email protected]>

---------

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Sep 5, 2024
1 parent 9b4829d commit f151cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ RUN --mount=type=cache,target=${CCACHE_DIR} \
ENTRYPOINT ["/ros_entrypoint.sh"]
CMD ["/bin/bash"]

FROM universe-common AS universe-sensing-perception-devel
FROM universe-common-devel AS universe-sensing-perception-devel
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG ROS_DISTRO
ENV CCACHE_DIR="/root/.ccache"
Expand Down

0 comments on commit f151cf8

Please sign in to comment.