Skip to content

Commit 86854d8

Browse files
Cleanup labels in dockerfiles because setting it from the build action
1 parent 290b21c commit 86854d8

5 files changed

Lines changed: 0 additions & 25 deletions

File tree

ros2_debian/Dockerfile.debian11

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,3 @@ COPY ./ros_entrypoint.sh /
182182
RUN chmod +x /ros_entrypoint.sh
183183
ENTRYPOINT [ "/ros_entrypoint.sh" ]
184184
CMD ["bash"]
185-
186-
# setup github labels
187-
LABEL org.opencontainers.image.source=https://github.com/ros-controls/ros2_control_ci
188-
LABEL org.opencontainers.image.description="Debian 11 for ros-controls"
189-
LABEL org.opencontainers.image.licenses=Apache-2.0

ros2_debian/Dockerfile.debian12

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,3 @@ COPY ./ros_entrypoint.sh /
210210
RUN chmod +x /ros_entrypoint.sh
211211
ENTRYPOINT [ "/ros_entrypoint.sh" ]
212212
CMD ["bash"]
213-
214-
# setup github labels
215-
LABEL org.opencontainers.image.source=https://github.com/ros-controls/ros2_control_ci
216-
LABEL org.opencontainers.image.description="Debian 12 for ros-controls"
217-
LABEL org.opencontainers.image.licenses=Apache-2.0

ros2_rhel/Dockerfile.rhel8

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,3 @@ COPY ./ros_entrypoint.sh /
9090
RUN chmod +x /ros_entrypoint.sh
9191
ENTRYPOINT [ "/ros_entrypoint.sh" ]
9292
CMD ["bash"]
93-
94-
# setup github labels
95-
LABEL org.opencontainers.image.source=https://github.com/ros-controls/ros2_control_ci
96-
LABEL org.opencontainers.image.description="RHEL 8 for ros-controls"
97-
LABEL org.opencontainers.image.licenses=Apache-2.0

ros2_rhel/Dockerfile.rhel9

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,3 @@ COPY ./ros_entrypoint.sh /
123123
RUN chmod +x /ros_entrypoint.sh
124124
ENTRYPOINT [ "/ros_entrypoint.sh" ]
125125
CMD ["bash"]
126-
127-
# setup github labels
128-
LABEL org.opencontainers.image.source=https://github.com/ros-controls/ros2_control_ci
129-
LABEL org.opencontainers.image.description="RHEL 9 for ros-controls"
130-
LABEL org.opencontainers.image.licenses=Apache-2.0

ros2_ubuntu/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,3 @@ COPY ./ros_entrypoint.sh /
8888
RUN chmod +x /ros_entrypoint.sh
8989
ENTRYPOINT ["/ros_entrypoint.sh"]
9090
CMD ["bash"]
91-
92-
# setup github labels
93-
LABEL org.opencontainers.image.source=https://github.com/ros-controls/ros2_control_ci
94-
LABEL org.opencontainers.image.description="Container with preinstalled ROS for ros-controls CI"
95-
LABEL org.opencontainers.image.licenses=Apache-2.0

0 commit comments

Comments
 (0)