Skip to content

Commit e8acee3

Browse files
committed
added LABELs to Dockerfile
1 parent 7aa1bbf commit e8acee3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
ARG ROS_DISTRO=humble
22
ARG PPA_HOSTNAME=geonosis
3+
ARG AEGIS_ROS_TAG=${ROS_DISTRO}-devel
34

45
FROM docker.io/osrf/ros:${ROS_DISTRO}-desktop
56
ARG ROS_DISTRO
67
ARG 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

814
WORKDIR /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 \

0 commit comments

Comments
 (0)