Sign inSign up
ros logo

ros:jazzy-ros-core-noble

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

sha256:32114cd33511c91307d4f5dea184dcbfb9385860bee9839b772332c8fc103856

OS/ARCH

Compressed size

144.74 MB

Last pushed

3 days by doijanky

Type

Image

Vulnerabilities

1
81
999+
103
0

Manifest digest

sha256:e5da8fd0bdf52ea93499c96ca58b54de147d1e60770ffa4033642e37d9abf115

Layers (15)

ubuntu:noble
0
0
7
2
0
oisupport/staging-arm64v8:jazzy-ros-core-noble
1
81
999+
101
0

5

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

683.47 KB


6

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

6.73 MB


7

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

94.81 KB


8

ENV LANG=C.UTF-8

0 B


9

ENV LC_ALL=C.UTF-8

0 B


10

ENV ROS_DISTRO=jazzy

0 B


11

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

115.33 MB


12

COPY ./ros_entrypoint.sh / # buildkit

197 B


13

ENTRYPOINT ["/ros_entrypoint.sh"]

0 B


14

CMD ["bash"]

0 B