sha256:f656c19d3ad2b1fe1b93c39249f1ff198e08905a400046dd912c40a458770e89
OS/ARCH
Compressed size
180.41 MB
Last pushed
3 days by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:339f54ddb88213290504e01beb569573776d8d64c3e34c616fdfe7ab2423dbfd
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
741.37 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
9.78 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
91.56 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.99 MB
14
COPY ./ros_entrypoint.sh / # buildkit
195 B
15
ENTRYPOINT ["/ros_entrypoint.sh"]
0 B
16
CMD ["bash"]
0 B