ros logo

ros:rolling-ros-core-resolute

Multi-platform
Also known as:
rolling-ros-core
Languages & frameworks
Machine learning & AI
Operating systems
Index digest

sha256:5a4f4d2ce27f2e3062470d6e722b36b64191a1d45cce1e337ab4fa81c0f1350e

OS/ARCH

Compressed size

182.46 MB

Last pushed

8 days by doijanky

Type

Image

Manifest digest

sha256:4620e86b7070408a07b6235d16ce659c490d05f252b5b02a643bd44fb6ba58cc

Layers (17)

ubuntu:891ee60755136b97f05e7eb2641f376198f91f1aa3f532e29e1d7f501ef5aa3d
0
0
0
0
0
ros:rolling-ros-core-resolute
1
22
23
3
2

7

RUN /bin/sh -c echo 'Etc/UTC' > /etc/timezone && ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && apt-get update && apt-get install -q -y --no-install-recommends tzdata && rm -rf /var/lib/apt/lists/* # buildkit

740.6 KB


8

RUN /bin/sh -c apt-get update && apt-get install -q -y --no-install-recommends ca-certificates curl dirmngr gnupg2 && rm -rf /var/lib/apt/lists/* # buildkit

12.94 MB


9

RUN /bin/sh -c curl -L -s -f -o /tmp/ros2-testing-apt-source.deb https://github.com/ros-infrastructure/ros-apt-source/releases/download/1.2.0/ros2-testing-apt-source_1.2.0.resolute_all.deb && echo "da9261ca7c06244da1528e0ede44018f7bb2e24a8a077eb0202f70706b578546 */tmp/ros2-testing-apt-source.deb" | sha256sum --strict --check && apt-get update && apt-get install /tmp/ros2-testing-apt-source.deb && rm -f /tmp/ros2-testing-apt-source.deb && rm -rf /var/lib/apt/lists/* # buildkit

90.94 KB


10

ENV LANG=C.UTF-8

0 B


11

ENV LC_ALL=C.UTF-8

0 B


12

ENV ROS_DISTRO=rolling

0 B


13

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ros-rolling-ros-core=0.13.0-2* && rm -rf /var/lib/apt/lists/* # buildkit

136.86 MB


14

COPY ./ros_entrypoint.sh / # buildkit

196 B


15

ENTRYPOINT ["/ros_entrypoint.sh"]

0 B


16

CMD ["bash"]

0 B