sha256:5a4f4d2ce27f2e3062470d6e722b36b64191a1d45cce1e337ab4fa81c0f1350e
OS/ARCH
Compressed size
189.61 MB
Last pushed
8 days by doijanky
Type
Image
Manifest digest
sha256:a9e20ce7f2a36b79bf3000c4870f0f3e923c1dd430f48732e13f4124c0f03e48
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.21 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.75 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.5 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
143.66 MB
14
COPY ./ros_entrypoint.sh / # buildkit
196 B
15
ENTRYPOINT ["/ros_entrypoint.sh"]
0 B
16
CMD ["bash"]
0 B