Namespace
osrf
Image / Tag
ros:rolling-simulation-noble
Content Digest
sha256:5011592937464b966099a2e1463a57f71f0d3064fca5715cc953eaba43c87c55
Details
Created

2026-01-17 00:47:31 UTC

Size

758 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
LANG

C.UTF-8

LC_ALL

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

ROS_DISTRO

rolling


Layers

[#000] sha256:a3629ac5b9f4680dc2032439ff2354e73b06aecc2e68f0035a2d7c001c8b4114 - 3.74% (28.3 MB)

[#001] sha256:9967b3bea28a190de2abdf7c583b9e2b113486381b15ce00e1bb91c9c58c7026 - 0.09% (668 KB)

[#002] sha256:7e126b2b2995cf775c0d4c7132e48cc59964feb7907083276ec56e4887393982 - 0.85% (6.43 MB)

[#003] sha256:4a18b8569b1a8cc779459c80d4f6fe5de9295d36844ee1136e7c0f679a38d436 - 0.01% (92 KB)

[#004] sha256:81824252ed26645e4cda94990da14222e41928058bbb7b3049257c78f69ab5ff - 18.78% (142 MB)

[#005] sha256:f38af2ca8fd7a12110b28f79aec36ece2ed6d1deb02337ced830f83efc91a62c - 0.0% (197 Bytes)

[#006] sha256:81f49599d4013baaab168de3657e56f1a064b0c2b3905abef079ce53580b55fc - 13.87% (105 MB)

[#007] sha256:4803c8199c566f7183c9af620273eaa14079f91449307d2f85488be3e5b8e31c - 0.05% (356 KB)

[#008] sha256:6037797cc4818e4cb6c652d9119165eb136a640dc847c7a40b2a255d82140d78 - 0.0% (2.45 KB)

[#009] sha256:7c6e075818bb92799b42233693868bc52253c0460cd5c0e34ea859c07eb2f032 - 3.5% (26.5 MB)

[#010] sha256:b54dc3f6578dfee8d80d5890428b642f62dd449899dd10089713def3228bcea5 - 59.11% (448 MB)


History
2026-01-13 05:37:25 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-01-13 05:37:25 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-01-13 05:37:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2026-01-13 05:37:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-01-13 05:37:27 UTC

/bin/sh -c #(nop) ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /

2026-01-13 05:37:27 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-01-15 22:40:53 UTC (buildkit.dockerfile.v0)

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

2026-01-15 22:41:06 UTC (buildkit.dockerfile.v0)

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

2026-01-15 22:41:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c curl -L -s -o /tmp/ros2-apt-source.deb https://github.com/ros-infrastructure/ros-apt-source/releases/download/1.1.0/ros2-apt-source_1.1.0.noble_all.deb && echo "35441f3092fd05773a3c397fab38661bec466584c7a1f1c05366579997cb5fe7 /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

2026-01-15 22:41:59 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-01-15 22:41:59 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=C.UTF-8

2026-01-15 22:41:59 UTC (buildkit.dockerfile.v0)

ENV ROS_DISTRO=rolling

2026-01-15 22:41:59 UTC (buildkit.dockerfile.v0)

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

2026-01-15 22:41:59 UTC (buildkit.dockerfile.v0)

COPY ./ros_entrypoint.sh / # buildkit

2026-01-15 22:41:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/ros_entrypoint.sh"]

2026-01-15 22:41:59 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2026-01-16 00:58:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y build-essential git python3-colcon-common-extensions python3-colcon-mixin python3-rosdep python3-vcstool && rm -rf /var/lib/apt/lists/* # buildkit

2026-01-16 00:58:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rosdep init && rosdep update --rosdistro $ROS_DISTRO # buildkit

2026-01-16 00:58:39 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml && colcon mixin update && colcon metadata add default https://raw.githubusercontent.com/colcon/colcon-metadata-repository/master/index.yaml && colcon metadata update # buildkit

2026-01-16 00:58:59 UTC (buildkit.dockerfile.v0)

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

2026-01-17 00:47:31 UTC (buildkit.dockerfile.v0)

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete