File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG ROS_DISTRO=humble
22ARG PPA_HOSTNAME=geonosis
3+ ARG AEGIS_ROS_TAG=${ROS_DISTRO}-devel
34
45FROM docker.io/osrf/ros:${ROS_DISTRO}-desktop
56ARG ROS_DISTRO
67ARG PPA_HOSTNAME
8+ ARG AEGIS_ROS_TAG
9+
10+ LABEL org.opencontainers.image.authors="ceai@agh.edu.pl"
11+ LABEL aegis.ros.distro=${ROS_DISTRO}
12+ LABEL aegis.ros.tag=${AEGIS_ROS_TAG}
713
814WORKDIR /ws
915
@@ -16,7 +22,7 @@ RUN apt update \
1622 ros-${ROS_DISTRO}-ros2-control \
1723 ros-${ROS_DISTRO}-ros2-controllers \
1824 # Setup workspace
19- && git clone -b ${ROS_DISTRO}-devel https://github.com/AGH-CEAI/aegis_ros.git src/aegis_ros \
25+ && git clone -b ${AEGIS_ROS_TAG} https://github.com/AGH-CEAI/aegis_ros.git src/aegis_ros \
2026 && vcs import src < src/aegis_ros/aegis/aegis.repos \
2127 # Install dependencies
2228 && rosdep update --rosdistro $ROS_DISTRO \
You can’t perform that action at this time.
0 commit comments